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

www/py-dj52-django-crispy-forms: Remove expired port

2026-06-30 www/py-dj52-django-crispy-forms: Obsolete, please use www/py-django-crispy-forms instead
parent 2de22863
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5418,3 +5418,4 @@ www/py-dj52-django-guardian|www/py-django-guardian|2026-06-30|Has expired: Obsol
www/py-dj52-django-celery-results|www/py-django-celery-results|2026-06-30|Has expired: Obsolete, please use www/py-django-celery-results instead
www/py-dj52-drf-writable-nested|www/py-drf-writable-nested|2026-06-30|Has expired: Obsolete, please use www/py-drf-writable-nested instead
devel/py-dj52-graphene-django|devel/py-graphene-django|2026-06-30|Has expired: Obsolete, please use devel/py-graphene-django instead
www/py-dj52-django-crispy-forms|www/py-django-crispy-forms|2026-06-30|Has expired: Obsolete, please use www/py-django-crispy-forms instead
+0 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,6 @@
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj52-django-allauth
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-crispy-forms
    SUBDIR += py-dj52-django-debug-toolbar
    SUBDIR += py-dj52-django-modelcluster
    SUBDIR += py-dj52-django-stubs-ext
+0 −28
Original line number Diff line number Diff line
PORTNAME=	django-crispy-forms
PORTVERSION=	2.6
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_crispy_forms-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Best way to have Django DRY forms
WWW=		https://django-crispy-forms.readthedocs.io/en/latest/ \
		https://github.com/django-crispy-forms/django-crispy-forms

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

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

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2: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 = 1775587110
SHA256 (django_crispy_forms-2.6.tar.gz) = 4921a1087c6cd4f9fa3c139654c1de1c1c385f8bd6729aaee530bc0121ab4b93
SIZE (django_crispy_forms-2.6.tar.gz) = 1097838
+0 −19
Original line number Diff line number Diff line
--- pyproject.toml.orig	2026-03-01 09:03:26 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=77.0.3"]
+requires = ["setuptools>=61.0.0"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -24,8 +24,7 @@ classifiers=[
     "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
-license = "MIT"
-license-files = ["LICENSE.txt"]
+license = {text = "MIT"}
 dependencies = ["django>=5.2"]
 authors = [{name = "Miguel Araujo", email = "miguel.araujo.perez@gmail.com"}]
 dynamic = ['version']
Loading