summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 07:32:02 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 01:06:35 +0100
commitcecca901e73586cb21b7a725669d4bc72d4a66e4 (patch)
tree122981fd565da5ab1bfa49c17706704e61bb518f
parentwww/py-dj41-django-prometheus: Remove expired port (diff)
www/py-dj41-django-mptt: Remove expired port
2023-12-31 www/py-dj41-django-mptt: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj41-django-mptt/Makefile27
-rw-r--r--www/py-dj41-django-mptt/distinfo3
-rw-r--r--www/py-dj41-django-mptt/pkg-descr2
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 638dc7819d35..a2af333c1def 100644
--- a/MOVED
+++ b/MOVED
@@ -8278,3 +8278,4 @@ x11-drivers/xf86-video-sunffb||2023-12-31|Removed
www/py-dj41-django-rich|www/py-dj42-django-rich|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-redis|www/py-dj42-django-redis|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-prometheus|www/py-dj42-django-prometheus|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj41-django-mptt|www/py-dj42-django-mptt|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 614ab938e821..a90387e855c2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1497,7 +1497,6 @@
SUBDIR += py-dj41-django-debug-toolbar
SUBDIR += py-dj41-django-filter
SUBDIR += py-dj41-django-js-asset
- SUBDIR += py-dj41-django-mptt
SUBDIR += py-dj41-django-timezone-field
SUBDIR += py-dj41-djangorestframework
SUBDIR += py-dj41-drf-spectacular-sidecar
diff --git a/www/py-dj41-django-mptt/Makefile b/www/py-dj41-django-mptt/Makefile
deleted file mode 100644
index a6732ff31167..000000000000
--- a/www/py-dj41-django-mptt/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= django-mptt
-PORTVERSION= 0.14.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41-
-
-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= Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-12-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR}\
- ${PYTHON_PKGNAMEPREFIX}dj41-django-js-asset>0:www/py-dj41-django-js-asset@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj41-django-mptt/distinfo b/www/py-dj41-django-mptt/distinfo
deleted file mode 100644
index 0b87dc868083..000000000000
--- a/www/py-dj41-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-dj41-django-mptt/pkg-descr b/www/py-dj41-django-mptt/pkg-descr
deleted file mode 100644
index bad56cabf151..000000000000
--- a/www/py-dj41-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.