Commit 559cd20d authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

www/py-dj41-django-timezone-field: Remove expired port

2023-12-31 www/py-dj41-django-timezone-field: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
parent c97a4245
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8293,3 +8293,4 @@ sysutils/kfloppy||2023-12-31|Has expired: No longer part of KDE Gear since 23.08
net/wireguard||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
net/wireguard-kmod||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
www/py-dj41-django-js-asset|www/py-dj42-django-js-asset|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-timezone-field|www/py-dj42-django-timezone-field|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
+0 −1
Original line number Diff line number Diff line
@@ -1491,7 +1491,6 @@
    SUBDIR += py-cssutils
    SUBDIR += py-daphne
    SUBDIR += py-dj-database-url
    SUBDIR += py-dj41-django-timezone-field
    SUBDIR += py-dj41-djangorestframework
    SUBDIR += py-dj41-drf-spectacular-sidecar
    SUBDIR += py-dj42-django-auth-ldap
+0 −35
Original line number Diff line number Diff line
PORTNAME=	django-timezone-field
DISTVERSION=	5.1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj41-
DISTNAME=	django_timezone_field-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Provides database and form fields for pytz timezone objects for Django
WWW=		https://github.com/mfogel/django-timezone-field

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

DEPRECATED=	Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION_DATE=	2023-12-31

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30900
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0.2.1<0.3.0:devel/py-backports.zoneinfo@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1687762789
SHA256 (django_timezone_field-5.1.tar.gz) = 73fc49519273cd5da1c7f16abc04a4bcad87b00cc02968d0d384c0fecf9a8a86
SIZE (django_timezone_field-5.1.tar.gz) = 11525
+0 −1
Original line number Diff line number Diff line
Provides database and form fields for pytz timezone objects for Django.