git: b4c279e690a4 - main - www/py-jsonfield: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 15:48:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4c279e690a458fbd59da0842d142b3ba6abeb0f commit b4c279e690a458fbd59da0842d142b3ba6abeb0f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-28 15:39:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-28 15:46:57 +0000 www/py-jsonfield: Remove expired port --- MOVED | 1 + www/Makefile | 1 - www/py-jsonfield/Makefile | 29 ----------------------------- www/py-jsonfield/distinfo | 3 --- www/py-jsonfield/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 39 deletions(-) diff --git a/MOVED b/MOVED index e75048405a06..9f27d92558a4 100644 --- a/MOVED +++ b/MOVED @@ -4172,3 +4172,4 @@ sysutils/py-python-consul2||2025-02-28|Remove expired port textproc/py-pytoml||2025-02-28|Remove expired port textproc/py-trans||2025-02-28|Remove expired port www/py-instabot||2025-02-28|Remove expired port +www/py-jsonfield||2025-02-28|Remove expired port diff --git a/www/Makefile b/www/Makefile index d02068a13ca8..d62c3c84e15b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1796,7 +1796,6 @@ SUBDIR += py-internetarchive SUBDIR += py-jh2 SUBDIR += py-jonpy - SUBDIR += py-jsonfield SUBDIR += py-kiss-headers SUBDIR += py-laces SUBDIR += py-legacy-cgi diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile deleted file mode 100644 index 103b4480002b..000000000000 --- a/www/py-jsonfield/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= jsonfield -PORTVERSION= 3.1.0 -PORTREVISION= 3 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Reusable JSONField model for Django to store validated JSON -WWW= https://github.com/rpkilby/jsonfield - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream is inactive for almost 5 years -EXPIRATION_DATE=2025-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-jsonfield - -.include <bsd.port.mk> diff --git a/www/py-jsonfield/distinfo b/www/py-jsonfield/distinfo deleted file mode 100644 index 07792631956a..000000000000 --- a/www/py-jsonfield/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1589487673 -SHA256 (jsonfield-3.1.0.tar.gz) = 7e4e84597de21eeaeeaaa7cc5da08c61c48a9b64d0c446b2d71255d01812887a -SIZE (jsonfield-3.1.0.tar.gz) = 14870 diff --git a/www/py-jsonfield/pkg-descr b/www/py-jsonfield/pkg-descr deleted file mode 100644 index 92ac0aade4cc..000000000000 --- a/www/py-jsonfield/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -django-jsonfield is a reusable Django field that allows you to store validated -JSON in your model. It silently takes care of serialization. To use, simply -add the field to one of your models. - -This port is not a duplicate of www/py-django-jsonfield, both ports have -distinct but upstreams.