Commit 27922676 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent e4f2c559
Loading
Loading
Loading
Loading
+1 −0
Changes for MOVED: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -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
+0 −1
Changes for www/Makefile: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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
+0 −30
Changes for www/py-dj42-django-picklefield/Makefile: 0 added lines, 30 removed lines.
Original line number Diff line number Diff line
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>
+0 −3
Changes for www/py-dj42-django-picklefield/distinfo: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
TIMESTAMP = 1768625787
SHA256 (django_picklefield-3.4.0.tar.gz) = 3a1f740536c0e60d0dba43aa89ccdbe86760d4c3f8ec47799eae122baa741d0a
SIZE (django_picklefield-3.4.0.tar.gz) = 12555
+0 −6
Changes for www/py-dj42-django-picklefield/pkg-descr: 0 added lines, 6 removed lines.
Original line number Diff line number Diff line
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.