Commit 71a5654c authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-choices-field: Remove expired port

2026-06-30 www/py-dj52-django-choices-field: Obsolete, please use www/py-django-choices-field instead
parent 278661a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5385,3 +5385,4 @@ www/py-dj52-django-mptt|www/py-django-mptt|2026-06-30|Has expired: Obsolete, ple
www/py-dj52-django-js-asset|www/py-django-js-asset|2026-06-30|Has expired: Obsolete, please use www/py-django-js-asset instead
www/py-dj52-django-rich|www/py-django-rich|2026-06-30|Has expired: Obsolete, please use www/py-django-rich instead
www/py-dj52-strawberry-graphql-django|www/py-strawberry-graphql-django|2026-06-30|Has expired: Obsolete, please use www/py-strawberry-graphql-django instead
www/py-dj52-django-choices-field|www/py-django-choices-field|2026-06-30|Has expired: Obsolete, please use www/py-django-choices-field instead
+0 −1
Original line number Diff line number Diff line
@@ -1570,7 +1570,6 @@
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-auth-ldap
    SUBDIR += py-dj52-django-celery-results
    SUBDIR += py-dj52-django-choices-field
    SUBDIR += py-dj52-django-compression-middleware
    SUBDIR += py-dj52-django-cors-headers
    SUBDIR += py-dj52-django-crispy-forms
+0 −27
Original line number Diff line number Diff line
PORTNAME=	django-choices-field
DISTVERSION=	4.0.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_choices_field-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Django field that set/get TextChoices/IntegerChoices enumerations
WWW=		https://github.com/bellini666/django-choices-field

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Obsolete, please use www/py-django-choices-field instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1766946751
SHA256 (django_choices_field-4.0.0.tar.gz) = 7b07aacb2ad2b3ee3c8be78be98302ebbcb606285d20547a4163287819364954
SIZE (django_choices_field-4.0.0.tar.gz) = 6346
+0 −2
Original line number Diff line number Diff line
This package provides a Django field that set/get the "TextChoices" and
"IntegerChoices" enumerations.