git: a9d0b2e1e8ee - main - www/py-dj42-django-mptt: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:03:21 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9d0b2e1e8ee8ed6b21f81c87e152670192ba6a3 commit a9d0b2e1e8ee8ed6b21f81c87e152670192ba6a3 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:03:15 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:03:15 +0000 www/py-dj42-django-mptt: Remove expired port 2024-06-15 www/py-dj42-django-mptt: Obsolete, please use www/py-django-mptt instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-mptt/Makefile | 31 ------------------------------- www/py-dj42-django-mptt/distinfo | 3 --- www/py-dj42-django-mptt/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 37 deletions(-) diff --git a/MOVED b/MOVED index f4ab1d000145..242095c9044e 100644 --- a/MOVED +++ b/MOVED @@ -3317,3 +3317,4 @@ devel/electron25||2024-06-15|Has expired: EOLed upstream, switch to newer versio devel/py-dj42-django-rq|devel/py-django-rq|2024-06-15|Has expired: Obsolete, please use devel/py-django-rq instead www/py-dj42-django-taggit|www/py-django-taggit|2024-06-15|Has expired: Obsolete, please use www/py-django-taggit instead www/py-dj42-djangoql|www/py-djangoql|2024-06-15|Has expired: Obsolete, please use www/py-djangoql instead +www/py-dj42-django-mptt|www/py-django-mptt|2024-06-15|Has expired: Obsolete, please use www/py-django-mptt instead diff --git a/www/Makefile b/www/Makefile index 9cae266b5ded..6ea88196bafa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1494,7 +1494,6 @@ SUBDIR += py-dj42-django-guardian SUBDIR += py-dj42-django-js-asset SUBDIR += py-dj42-django-modelcluster - SUBDIR += py-dj42-django-mptt SUBDIR += py-dj42-django-otp SUBDIR += py-dj42-django-permissionedforms SUBDIR += py-dj42-django-prometheus diff --git a/www/py-dj42-django-mptt/Makefile b/www/py-dj42-django-mptt/Makefile deleted file mode 100644 index cff2fc44857a..000000000000 --- a/www/py-dj42-django-mptt/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= django-mptt -PORTVERSION= 0.14.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django -WWW= https://github.com/django-mptt/django-mptt - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Obsolete, please use www/py-django-mptt instead -EXPIRATION_DATE=2024-06-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}\ - ${PYTHON_PKGNAMEPREFIX}dj42-django-js-asset>0:www/py-dj42-django-js-asset@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -# Upstream of NetBox pinned django-mptt to 0.14.0 since the 0.15.0 release -# dropped support for Python 3.8 -PORTSCOUT= limit:^0\.14\. - -.include <bsd.port.mk> diff --git a/www/py-dj42-django-mptt/distinfo b/www/py-dj42-django-mptt/distinfo deleted file mode 100644 index 0b87dc868083..000000000000 --- a/www/py-dj42-django-mptt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1665308477 -SHA256 (django-mptt-0.14.0.tar.gz) = 2c92a2b1614c53086278795ccf50580cf1f9b8564f3ff03055dd62bab5987711 -SIZE (django-mptt-0.14.0.tar.gz) = 103453 diff --git a/www/py-dj42-django-mptt/pkg-descr b/www/py-dj42-django-mptt/pkg-descr deleted file mode 100644 index bad56cabf151..000000000000 --- a/www/py-dj42-django-mptt/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Utilities for implementing Modified Preorder Tree Traversal with your Django -Models and working with trees of Model instances.