git: ad56e94bc783 - main - www/py-dj42-django-modelcluster: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:28:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad56e94bc7834b4a89f2fe0548077bbf7eb8f8b4 commit ad56e94bc7834b4a89f2fe0548077bbf7eb8f8b4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:28:14 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:28:14 +0000 www/py-dj42-django-modelcluster: Remove expired port 2024-06-15 www/py-dj42-django-modelcluster: Obsolete, please use www/py-django-modelcluster instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-modelcluster/Makefile | 33 ------------------------------- www/py-dj42-django-modelcluster/distinfo | 3 --- www/py-dj42-django-modelcluster/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 42 deletions(-) diff --git a/MOVED b/MOVED index 3a4c680fe7e9..e1b36779beef 100644 --- a/MOVED +++ b/MOVED @@ -3337,3 +3337,4 @@ www/py-dj42-django-rich|www/py-django-rich|2024-06-15|Has expired: Obsolete, ple www/py-dj42-django-redis|www/py-django-redis|2024-06-15|Has expired: Obsolete, please use www/py-django-redis instead www/py-dj42-django-allauth|www/py-django-allauth|2024-06-15|Has expired: Obsolete, please use www/py-django-allauth instead www/py-dj42-django-crispy-forms|www/py-django-crispy-forms|2024-06-15|Has expired: Obsolete, please use www/py-django-crispy-forms instead +www/py-dj42-django-modelcluster|www/py-django-modelcluster|2024-06-15|Has expired: Obsolete, please use www/py-django-modelcluster instead diff --git a/www/Makefile b/www/Makefile index fe02a27ae9c1..081fa5dad335 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1484,7 +1484,6 @@ SUBDIR += py-dj-database-url SUBDIR += py-dj42-django-debug-toolbar SUBDIR += py-dj42-django-extensions - SUBDIR += py-dj42-django-modelcluster SUBDIR += py-dj42-djangorestframework SUBDIR += py-django-admin-rangefilter SUBDIR += py-django-advanced-filters diff --git a/www/py-dj42-django-modelcluster/Makefile b/www/py-dj42-django-modelcluster/Makefile deleted file mode 100644 index 6afa0553441a..000000000000 --- a/www/py-dj42-django-modelcluster/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= django-modelcluster -PORTVERSION= 6.2.1 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Django extension for working with clusters of models as a single unit -WWW= https://github.com/wagtail/django-modelcluster - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Obsolete, please use www/py-django-modelcluster instead -EXPIRATION_DATE=2024-06-15 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -OPTIONS_DEFINE= TAGGIT -TAGGIT_DESC= Tagging support - -TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj42-django-taggit>=3.1:www/py-dj42-django-taggit@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/www/py-dj42-django-modelcluster/distinfo b/www/py-dj42-django-modelcluster/distinfo deleted file mode 100644 index ccb0423d1f78..000000000000 --- a/www/py-dj42-django-modelcluster/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1708449512 -SHA256 (django-modelcluster-6.2.1.tar.gz) = 3f53d47e1af7aec5e238724be16bbebdac9c518e4788b31429e773dcd8e8ea49 -SIZE (django-modelcluster-6.2.1.tar.gz) = 27121 diff --git a/www/py-dj42-django-modelcluster/pkg-descr b/www/py-dj42-django-modelcluster/pkg-descr deleted file mode 100644 index d4446457fed3..000000000000 --- a/www/py-dj42-django-modelcluster/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -django-modelcluster extends Django's foreign key relations to make this -possible. It introduces a new type of relation, ParentalKey, where the related -models are stored locally to the 'parent' model until the parent is explicitly -saved. Up to that point, the related models can still be accessed through a -subset of the QuerySet API.