Commit 85d35d89 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2026-06-30 www/py-dj52-django-timezone-field: Obsolete, please use www/py-django-timezone-field instead
parent 44f4492e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5404,3 +5404,4 @@ www/py-dj52-django-extensions|www/py-django-extensions|2026-06-30|Has expired: O
www/py-dj52-django-unfold|www/py-django-unfold|2026-06-30|Has expired: Obsolete, please use www/py-django-unfold instead
www/py-dj52-django-tasks|www/py-django-tasks|2026-06-30|Has expired: Obsolete, please use www/py-django-tasks instead
www/py-dj52-django-cors-headers|www/py-django-cors-headers|2026-06-30|Has expired: Obsolete, please use www/py-django-cors-headers instead
www/py-dj52-django-timezone-field|www/py-django-timezone-field|2026-06-30|Has expired: Obsolete, please use www/py-django-timezone-field instead
+0 −1
Original line number Diff line number Diff line
@@ -1576,7 +1576,6 @@
    SUBDIR += py-dj52-django-multiselectfield
    SUBDIR += py-dj52-django-stubs-ext
    SUBDIR += py-dj52-django-taggit
    SUBDIR += py-dj52-django-timezone-field
    SUBDIR += py-dj52-django-treebeard
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-djangorestframework-guardian
+0 −28
Original line number Diff line number Diff line
PORTNAME=	django-timezone-field
DISTVERSION=	7.2.1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
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=     Obsolete, please use www/py-django-timezone-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>=3.2<6.1:www/py-django52@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1765118394
SHA256 (django_timezone_field-7.2.1.tar.gz) = def846f9e7200b7b8f2a28fcce2b78fb2d470f6a9f272b07c4e014f6ba4c6d2e
SIZE (django_timezone_field-7.2.1.tar.gz) = 13096
+0 −2
Original line number Diff line number Diff line
Provides database, form, and REST framework fields for "zoneinfo" and "pytz"
timezone objects for Django.