aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 15:57:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 15:57:12 +0000
commit6d1a965aae787ab78c4edcf7b54372246685140f (patch)
tree24d271c8065f13befe36d1a8c24132a53c9a4979
parent2f1ebdcefe9b403e7849369fc966dc64aa97e154 (diff)
www/py-dj32-django-modelcluster: Remove obsoleted port
Use www/py-django-modelcluster instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj32-django-modelcluster/Makefile28
-rw-r--r--www/py-dj32-django-modelcluster/distinfo3
-rw-r--r--www/py-dj32-django-modelcluster/pkg-descr7
5 files changed, 1 insertions, 39 deletions
diff --git a/MOVED b/MOVED
index d99e6f736c68..2aac5dbeebfb 100644
--- a/MOVED
+++ b/MOVED
@@ -17137,3 +17137,4 @@ devel/py-aiorpcX-legacy|devel/py-aiorpcX|2022-04-20|Has expired: Legacy port is
net/kalarmcal|deskutils/kalarm|2022-04-21|Packages were merged
math/py-gmpy2-devel|math/py-gmpy2|2022-04-22|No more need for the -devel port, py-gmpy2 is at latest
net/google-cloud-sdk-app-engine-go||2022-04-27|Obsolete, not supported by the current GCP SDK
+www/py-dj32-django-modelcluster|www/py-django-modelcluster|2022-04-30|Remove obsoleted port. Use www/py-django-modelcluster instead
diff --git a/www/Makefile b/www/Makefile
index ad35bf9c9c13..4d4968f09d50 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1461,7 +1461,6 @@
SUBDIR += py-dj32-django-filter
SUBDIR += py-dj32-django-graphiql-debug-toolbar
SUBDIR += py-dj32-django-js-asset
- SUBDIR += py-dj32-django-modelcluster
SUBDIR += py-dj32-django-mptt
SUBDIR += py-dj32-django-prometheus
SUBDIR += py-dj32-django-redis
diff --git a/www/py-dj32-django-modelcluster/Makefile b/www/py-dj32-django-modelcluster/Makefile
deleted file mode 100644
index f219f70548a1..000000000000
--- a/www/py-dj32-django-modelcluster/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= django-modelcluster
-PORTVERSION= 6.0
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj32-
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Django extension for working with clusters of models as a single unit
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2,1:devel/py-pytz@${PY_FLAVOR}
-
-USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= TAGGIT
-TAGGIT_DESC= Tagging support
-
-TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj32-django-taggit>=0.20:www/py-dj32-django-taggit@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj32-django-modelcluster/distinfo b/www/py-dj32-django-modelcluster/distinfo
deleted file mode 100644
index 3566adbad2a4..000000000000
--- a/www/py-dj32-django-modelcluster/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1648248994
-SHA256 (django-modelcluster-6.0.tar.gz) = cdcffef5baf5d3759ee04c5b60ffaf1a0c95fc0f265e762f3ddfadde3394e5db
-SIZE (django-modelcluster-6.0.tar.gz) = 26507
diff --git a/www/py-dj32-django-modelcluster/pkg-descr b/www/py-dj32-django-modelcluster/pkg-descr
deleted file mode 100644
index 815b73a39d65..000000000000
--- a/www/py-dj32-django-modelcluster/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-django-modelcluster extends Django's foreign key relations to make this
-possible. It introduces a new type of relation, ParentalKey, where the related
-models are stored locally to the 'parent' model until the parent is explicitly
-saved. Up to that point, the related models can still be accessed through a
-subset of the QuerySet API.
-
-WWW: https://github.com/wagtail/django-modelcluster