summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-01 17:23:02 +0200
committerRene Ladan <rene@FreeBSD.org>2025-06-01 17:23:02 +0200
commit6000e9a37943b9ee35ea6af17ab078673f8315f9 (patch)
treec7591ee5b01cd31ff3ba2a274d5965aed6f3ab57
parentdevel/slf4j: Update 1.7.21 => 1.7.36 (diff)
www/py-dj50-django-taggit: Remove expired port
2025-05-31 www/py-dj50-django-taggit: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj50-django-taggit/Makefile30
-rw-r--r--www/py-dj50-django-taggit/distinfo3
-rw-r--r--www/py-dj50-django-taggit/pkg-descr1
5 files changed, 1 insertions, 35 deletions
diff --git a/MOVED b/MOVED
index e9fc7014cf26..2b925b91c612 100644
--- a/MOVED
+++ b/MOVED
@@ -4423,3 +4423,4 @@ lang/perl5.36||2025-05-29|Has expired: Support end three years after .0 release,
ftp/wcurl|ftp/curl|2025-05-31|Included in curl version 8.14.0 and later, please use ftp/curl instead
net/openbgpd6|net/openbgpd8|2025-05-31|Has expired: Unsupported upstream, consider using net/openbgpd8
lang/kross-interpreters||2025-05-31|Has expired: Development discontinued, not shipped with the next KDE Gear release
+www/py-dj50-django-taggit|www/py-dj51-django-taggit|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index b8f195d883cb..ef7b2b055701 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1529,7 +1529,6 @@
SUBDIR += py-dj50-django-redis
SUBDIR += py-dj50-django-rich
SUBDIR += py-dj50-django-tables2
- SUBDIR += py-dj50-django-taggit
SUBDIR += py-dj50-django-timezone-field
SUBDIR += py-dj50-django-tree-queries
SUBDIR += py-dj50-djangorestframework
diff --git a/www/py-dj50-django-taggit/Makefile b/www/py-dj50-django-taggit/Makefile
deleted file mode 100644
index 51415e6d658c..000000000000
--- a/www/py-dj50-django-taggit/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-taggit
-PORTVERSION= 6.1.0
-PORTREVISION= 2
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME= django_taggit-${PORTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Reusable Django application for simple tagging
-WWW= https://github.com/jazzband/django-taggit
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.1:www/py-django50@${PY_FLAVOR}
-
-USES= python:3.10+
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-django-taggit/distinfo b/www/py-dj50-django-taggit/distinfo
deleted file mode 100644
index 777531f4c290..000000000000
--- a/www/py-dj50-django-taggit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1728224208
-SHA256 (django_taggit-6.1.0.tar.gz) = c4d1199e6df34125dd36db5eb0efe545b254dec3980ce5dd80e6bab3e78757c3
-SIZE (django_taggit-6.1.0.tar.gz) = 38151
diff --git a/www/py-dj50-django-taggit/pkg-descr b/www/py-dj50-django-taggit/pkg-descr
deleted file mode 100644
index be15b201b3ee..000000000000
--- a/www/py-dj50-django-taggit/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-django-taggit a simpler approach to tagging with Django.