Commit 1d4f1a20 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-permissionedforms: Remove expired port

2026-06-30 www/py-dj52-django-permissionedforms: Obsolete, please use www/py-django-permissionedforms instead
parent 922b2a98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5394,3 +5394,4 @@ www/py-dj52-django-storages|www/py-django-storages|2026-06-30|Has expired: Obsol
www/py-dj52-django-redis|www/py-django-redis|2026-06-30|Has expired: Obsolete, please use www/py-django-redis instead
www/py-dj52-channels-redis|www/py-channels-redis|2026-06-30|Has expired: Obsolete, please use www/py-channels-redis instead
www/py-dj52-channels|www/py-channels|2026-06-30|Has expired: Obsolete, please use www/py-channels instead
www/py-dj52-django-permissionedforms|www/py-django-permissionedforms|2026-06-30|Has expired: Obsolete, please use www/py-django-permissionedforms instead
+0 −1
Original line number Diff line number Diff line
@@ -1578,7 +1578,6 @@
    SUBDIR += py-dj52-django-modelcluster
    SUBDIR += py-dj52-django-multiselectfield
    SUBDIR += py-dj52-django-netfields
    SUBDIR += py-dj52-django-permissionedforms
    SUBDIR += py-dj52-django-prometheus
    SUBDIR += py-dj52-django-stubs-ext
    SUBDIR += py-dj52-django-tables2
+0 −27
Original line number Diff line number Diff line
PORTNAME=	django-permissionedforms
PORTVERSION=	0.1
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Django extension for creating forms that vary according to user permissions
WWW=		https://github.com/wagtail/django-permissionedforms

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Obsolete, please use www/py-django-permissionedforms instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=0:www/py-django52@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1655208198
SHA256 (django-permissionedforms-0.1.tar.gz) = 4340bb20c4477fffb13b4cc5cccf9f1b1010b64f79956c291c72d2ad2ed243f8
SIZE (django-permissionedforms-0.1.tar.gz) = 5856
+0 −3
Original line number Diff line number Diff line
django-permissionedforms is an extension to Django's forms framework, allowing
you to define forms where certain fields are shown or omitted according to the
user's permissions.