git: a0ab660d306b - main - devel/py-marshmallow-enum: Mark DEPRECATED and set EXPIRATION_DATE to 2026-01-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 11:58:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0ab660d306b9032454fec6185b0219edf98a933
commit a0ab660d306b9032454fec6185b0219edf98a933
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:25 +0000
devel/py-marshmallow-enum: Mark DEPRECATED and set EXPIRATION_DATE to 2026-01-31
---
devel/py-marshmallow-enum/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-marshmallow-enum/Makefile b/devel/py-marshmallow-enum/Makefile
index 4fc4bad740bb..2fe6b056d803 100644
--- a/devel/py-marshmallow-enum/Makefile
+++ b/devel/py-marshmallow-enum/Makefile
@@ -12,6 +12,9 @@ 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}