diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-08-31 10:44:01 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-08-31 10:44:01 +0000 |
| commit | 279226766a07e1fc581e9cfacc214475f132c1a8 (patch) | |
| tree | 4a2a2a25f6b7dffa1cf063f60cf1114412e81081 | |
| parent | e4f2c55976b2819cb161d5d0bef5e708856c5175 (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-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-dj42-django-picklefield/Makefile | 30 | ||||
| -rw-r--r-- | www/py-dj42-django-picklefield/distinfo | 3 | ||||
| -rw-r--r-- | www/py-dj42-django-picklefield/pkg-descr | 6 |
5 files changed, 1 insertions, 40 deletions
@@ -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. |
