git: d4a803b1ae64 - main - www/py-dj42-django-timezone-field: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:18:54 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4a803b1ae64640b054b80dadbb71a76d42526b7 commit d4a803b1ae64640b054b80dadbb71a76d42526b7 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:18:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:18:48 +0000 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 --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-timezone-field/Makefile | 34 ----------------------------- www/py-dj42-django-timezone-field/distinfo | 3 --- www/py-dj42-django-timezone-field/pkg-descr | 1 - 5 files changed, 1 insertion(+), 39 deletions(-) diff --git a/MOVED b/MOVED index 8d76bda0cac7..e6df4d30717e 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/www/Makefile b/www/Makefile index 5888f6270ed9..2bfa1c003c14 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-dj42-django-timezone-field/Makefile b/www/py-dj42-django-timezone-field/Makefile deleted file mode 100644 index 94c67afa5f4d..000000000000 --- a/www/py-dj42-django-timezone-field/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -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> diff --git a/www/py-dj42-django-timezone-field/distinfo b/www/py-dj42-django-timezone-field/distinfo deleted file mode 100644 index e869293be2be..000000000000 --- a/www/py-dj42-django-timezone-field/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701327029 -SHA256 (django_timezone_field-6.1.0.tar.gz) = d40f7059d7bae4075725d04a9dae601af9fe3c7f0119a69b0e2c6194a782f797 -SIZE (django_timezone_field-6.1.0.tar.gz) = 12430 diff --git a/www/py-dj42-django-timezone-field/pkg-descr b/www/py-dj42-django-timezone-field/pkg-descr deleted file mode 100644 index 39bfb6367806..000000000000 --- a/www/py-dj42-django-timezone-field/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Provides database and form fields for pytz timezone objects for Django.