Date: Sat, 30 Apr 2022 16:02:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6d1a965aae78 - main - www/py-dj32-django-modelcluster: Remove obsoleted port Message-ID: <202204301602.23UG2iTm008958@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d1a965aae787ab78c4edcf7b54372246685140f commit 6d1a965aae787ab78c4edcf7b54372246685140f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-30 15:57:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-30 15:57:12 +0000 www/py-dj32-django-modelcluster: Remove obsoleted port Use www/py-django-modelcluster instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj32-django-modelcluster/Makefile | 28 ---------------------------- www/py-dj32-django-modelcluster/distinfo | 3 --- www/py-dj32-django-modelcluster/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204301602.23UG2iTm008958>