Commit 8ef049e3 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-marshmallow-enum: Remove expired port

2026-01-31 devel/py-marshmallow-enum: Upstream repository has been archived on Oct 19, 2022
parent 07384170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5166,3 +5166,4 @@ x11-wm/mangowc|x11-wm/mango|2026-03-12|Renamed upstream
misc/cldr-emoji-annotation|misc/unicode-cldr|2026-03-14|Discontinued, use misc/unicode-cldr instead
misc/unicode-cldr|textproc/CLDR|2026-03-14|Remove duplicate port. Use textproc/CLDR instead
emulators/ppsspp-qt5|emulators/ppsspp|2026-03-15|Qt5 is end of life, please use emulators/ppsspp
devel/py-marshmallow-enum||2026-03-15|Has expired: Upstream repository has been archived on Oct 19, 2022
+0 −1
Original line number Diff line number Diff line
@@ -5295,7 +5295,6 @@
    SUBDIR += py-marrow.mailer
    SUBDIR += py-marrow.util
    SUBDIR += py-marshmallow
    SUBDIR += py-marshmallow-enum
    SUBDIR += py-mashumaro
    SUBDIR += py-matrix-angular-sdk
    SUBDIR += py-matrix-common
+0 −27
Original line number Diff line number Diff line
PORTNAME=	marshmallow-enum
PORTVERSION=	1.5.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Enum field for Marshmallow
WWW=		https://github.com/justanr/marshmallow_enum

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Upstream repository has been archived on Oct 19, 2022
EXPIRATION_DATE=2026-01-31

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1618319916
SHA256 (marshmallow-enum-1.5.1.tar.gz) = 38e697e11f45a8e64b4a1e664000897c659b60aa57bfa18d44e226a9920b6e58
SIZE (marshmallow-enum-1.5.1.tar.gz) = 4013
+0 −1
Original line number Diff line number Diff line
marshmallow-enum provides enum field for use with Marshmallow.