Commit 544884a5 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2026-06-30 www/py-dj52-django-modelcluster: Obsolete, please use www/py-django-modelcluster instead
parent 83804071
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5419,3 +5419,4 @@ www/py-dj52-django-celery-results|www/py-django-celery-results|2026-06-30|Has ex
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
www/py-dj52-django-modelcluster|www/py-django-modelcluster|2026-06-30|Has expired: Obsolete, please use www/py-django-modelcluster instead
+0 −1
Original line number Diff line number Diff line
@@ -1567,7 +1567,6 @@
    SUBDIR += py-dj52-django-allauth
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-debug-toolbar
    SUBDIR += py-dj52-django-modelcluster
    SUBDIR += py-dj52-django-stubs-ext
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-social-auth-app-django
+0 −32
Original line number Diff line number Diff line
PORTNAME=	django-modelcluster
PORTVERSION=	6.5
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_modelcluster-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Django extension for working with clusters of models as a single unit
WWW=		https://github.com/wagtail/django-modelcluster

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=     Obsolete, please use www/py-django-modelcluster 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>=4.2:www/py-django52@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

OPTIONS_DEFINE=	TAGGIT
TAGGIT_DESC=	Tagging support

TAGGIT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dj52-django-taggit>=3.1:www/py-dj52-django-taggit@${PY_FLAVOR}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1778246855
SHA256 (django_modelcluster-6.5.tar.gz) = 459cbf0fb3bbc8c15ea9a2a062abc0d1ef935a38e04aa8ac3cb241c826bbc6dd
SIZE (django_modelcluster-6.5.tar.gz) = 29707
+0 −19
Original line number Diff line number Diff line
--- pyproject.toml.orig	2026-05-01 12:25:03 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta"
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = [ "setuptools>=71" ]
+requires = [ "setuptools>=61" ]
 
 [project]
 name = "django-modelcluster"
@@ -8,7 +8,7 @@ keywords = [ "cluster", "django", "model" ]
 description = "Django extension to allow working with 'clusters' of models as a single unit, independently of the database"
 readme = "README.rst"
 keywords = [ "cluster", "django", "model" ]
-license = "BSD-3-Clause"
+license = { text = "BSD-3-Clause" }
 authors = [
   { name = "Matthew Westcott", email = "matthew.westcott@torchbox.com" },
   { name = "Wagtail Team", email = "hello@wagtail.org" },
Loading