git: 6e018af61bde - main - www/py-dj42-djangoql: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:01:52 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e018af61bde0679bd4ee8480db3deb4f0e8e450
commit 6e018af61bde0679bd4ee8480db3deb4f0e8e450
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 18:01:44 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 18:01:44 +0000
www/py-dj42-djangoql: Remove expired port
2024-06-15 www/py-dj42-djangoql: Obsolete, please use www/py-djangoql instead
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj42-djangoql/Makefile | 26 --------------------------
www/py-dj42-djangoql/distinfo | 3 ---
www/py-dj42-djangoql/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 33 deletions(-)
diff --git a/MOVED b/MOVED
index 7d2c915acc73..f4ab1d000145 100644
--- a/MOVED
+++ b/MOVED
@@ -3316,3 +3316,4 @@ textproc/obsidian||2024-06-15|Has expired: Outdated and depends on expired (and
devel/electron25||2024-06-15|Has expired: EOLed upstream, switch to newer version
devel/py-dj42-django-rq|devel/py-django-rq|2024-06-15|Has expired: Obsolete, please use devel/py-django-rq instead
www/py-dj42-django-taggit|www/py-django-taggit|2024-06-15|Has expired: Obsolete, please use www/py-django-taggit instead
+www/py-dj42-djangoql|www/py-djangoql|2024-06-15|Has expired: Obsolete, please use www/py-djangoql instead
diff --git a/www/Makefile b/www/Makefile
index 7e20044618d4..9cae266b5ded 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1503,7 +1503,6 @@
SUBDIR += py-dj42-django-tables2
SUBDIR += py-dj42-django-timezone-field
SUBDIR += py-dj42-django-treebeard
- SUBDIR += py-dj42-djangoql
SUBDIR += py-dj42-djangorestframework
SUBDIR += py-dj42-drf-spectacular
SUBDIR += py-dj42-drf-spectacular-sidecar
diff --git a/www/py-dj42-djangoql/Makefile b/www/py-dj42-djangoql/Makefile
deleted file mode 100644
index f27cd00dc94a..000000000000
--- a/www/py-dj42-djangoql/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= djangoql
-PORTVERSION= 0.17.1
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
-
-MAINTAINER= grembo@FreeBSD.org
-COMMENT= Advanced search language for Django, with auto-completion
-WWW= https://github.com/ivelum/djangoql
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Obsolete, please use www/py-djangoql instead
-EXPIRATION_DATE=2024-06-15
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>0:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ply>=3.8:devel/py-ply@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-djangoql/distinfo b/www/py-dj42-djangoql/distinfo
deleted file mode 100644
index 6aaeb26bba2a..000000000000
--- a/www/py-dj42-djangoql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1670606591
-SHA256 (djangoql-0.17.1.tar.gz) = 4f053d0128e28f412926e2da902735f4bdcbab5c08d43be4dfefd747fca2e96e
-SIZE (djangoql-0.17.1.tar.gz) = 228896
diff --git a/www/py-dj42-djangoql/pkg-descr b/www/py-dj42-djangoql/pkg-descr
deleted file mode 100644
index 092355676258..000000000000
--- a/www/py-dj42-djangoql/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Advanced search language for Django, with auto-completion.
-Supports logical operators, parenthesis, table joins, works
-with any Django models