aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-08-31 10:44:01 +0000
committerRene Ladan <rene@FreeBSD.org>2026-08-31 10:44:01 +0000
commit279226766a07e1fc581e9cfacc214475f132c1a8 (patch)
tree4a2a2a25f6b7dffa1cf063f60cf1114412e81081
parente4f2c55976b2819cb161d5d0bef5e708856c5175 (diff)
www/py-dj42-django-picklefield: Remove expired port
2026-08-31 www/py-dj42-django-picklefield: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django-picklefield/Makefile30
-rw-r--r--www/py-dj42-django-picklefield/distinfo3
-rw-r--r--www/py-dj42-django-picklefield/pkg-descr6
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index f32bc56a2e51..7a26b1a054c5 100644
--- a/MOVED
+++ b/MOVED
@@ -5584,3 +5584,4 @@ www/py-dj42-djangorestframework||2026-08-31|Has expired: Serves as a transition
www/py-dj42-django_statici18n||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-webpack-loader||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-simple-captcha||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
+www/py-dj42-django-picklefield||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
diff --git a/www/Makefile b/www/Makefile
index 100a6a6da6b9..2be9fd9d9a04 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1574,7 +1574,6 @@
SUBDIR += py-dash-bootstrap-components
SUBDIR += py-ddgs
SUBDIR += py-dj-database-url
- SUBDIR += py-dj42-django-picklefield
SUBDIR += py-dj42-django-ranged-response
SUBDIR += py-dj42-djangosaml2
SUBDIR += py-dj60-channels
diff --git a/www/py-dj42-django-picklefield/Makefile b/www/py-dj42-django-picklefield/Makefile
deleted file mode 100644
index 54197d78164c..000000000000
--- a/www/py-dj42-django-picklefield/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-picklefield
-PORTVERSION= 3.4.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
-DISTNAME= django_picklefield-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Pickled object field for Django
-WWW= https://github.com/gintas/django-picklefield
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
-EXPIRATION_DATE=2026-08-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-django-picklefield/distinfo b/www/py-dj42-django-picklefield/distinfo
deleted file mode 100644
index d1520a52a9fd..000000000000
--- a/www/py-dj42-django-picklefield/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1768625787
-SHA256 (django_picklefield-3.4.0.tar.gz) = 3a1f740536c0e60d0dba43aa89ccdbe86760d4c3f8ec47799eae122baa741d0a
-SIZE (django_picklefield-3.4.0.tar.gz) = 12555
diff --git a/www/py-dj42-django-picklefield/pkg-descr b/www/py-dj42-django-picklefield/pkg-descr
deleted file mode 100644
index 9757b0ec6cd4..000000000000
--- a/www/py-dj42-django-picklefield/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-picklefield provides an implementation of a pickled object field. Such fields
-can contain any picklable objects.
-
-It is incredibly useful for storing just about anything in the database
-(provided it is Pickle-able, of course) when there isn't a 'proper' field for
-the job.