Commit d4a803b1 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2024-06-15 www/py-dj42-django-timezone-field: Obsolete, please use www/py-django-timezone-field instead
parent db7f9bf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3331,3 +3331,4 @@ www/py-dj42-channels|www/py-channels|2024-06-15|Has expired: Obsolete, please us
www/py-dj42-django-filter|www/py-django-filter|2024-06-15|Has expired: Obsolete, please use www/py-django-filter instead
www/py-dj42-drf-spectacular|www/py-drf-spectacular|2024-06-15|Has expired: Obsolete, please use www/py-drf-spectacular instead
www/py-dj42-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2024-06-15|Has expired: Obsolete, please use www/py-drf-spectacular-sidecar instead
www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has expired: Obsolete, please use www/py-django-timezone-field instead
+0 −1
Original line number Diff line number Diff line
@@ -1490,7 +1490,6 @@
    SUBDIR += py-dj42-django-modelcluster
    SUBDIR += py-dj42-django-redis
    SUBDIR += py-dj42-django-rich
    SUBDIR += py-dj42-django-timezone-field
    SUBDIR += py-dj42-djangorestframework
    SUBDIR += py-django-admin-rangefilter
    SUBDIR += py-django-advanced-filters
+0 −34
Original line number Diff line number Diff line
PORTNAME=	django-timezone-field
DISTVERSION=	6.1.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-
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=2024-06-15

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${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 = 1701327029
SHA256 (django_timezone_field-6.1.0.tar.gz) = d40f7059d7bae4075725d04a9dae601af9fe3c7f0119a69b0e2c6194a782f797
SIZE (django_timezone_field-6.1.0.tar.gz) = 12430
+0 −1
Original line number Diff line number Diff line
Provides database and form fields for pytz timezone objects for Django.