git: 517dd7a22d7a - main - www/py-dj51-django-soft-delete: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:06:58 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=517dd7a22d7a8de8b63439dddb54417feb9edc67
commit 517dd7a22d7a8de8b63439dddb54417feb9edc67
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:06:48 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:06:48 +0000
www/py-dj51-django-soft-delete: Remove expired port
2025-12-31 www/py-dj51-django-soft-delete: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-soft-delete/Makefile | 29 -----------------------------
www/py-dj51-django-soft-delete/distinfo | 3 ---
www/py-dj51-django-soft-delete/pkg-descr | 1 -
5 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/MOVED b/MOVED
index 907b8edb4f0e..9e97ba2eb426 100644
--- a/MOVED
+++ b/MOVED
@@ -4917,3 +4917,4 @@ www/py-dj51-django-filter||2025-12-31|Has expired: Extended support of Django 5.
www/py-dj51-django-celery-results||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-extensions||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-channels-redis||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-soft-delete||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 9894c6d0ad63..3b65d329157a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1560,7 +1560,6 @@
SUBDIR += py-dj51-django-prometheus
SUBDIR += py-dj51-django-redis
SUBDIR += py-dj51-django-rich
- SUBDIR += py-dj51-django-soft-delete
SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-django-timezone-field
SUBDIR += py-dj51-djangorestframework
diff --git a/www/py-dj51-django-soft-delete/Makefile b/www/py-dj51-django-soft-delete/Makefile
deleted file mode 100644
index bfc70b6234af..000000000000
--- a/www/py-dj51-django-soft-delete/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= django-soft-delete
-PORTVERSION= 1.0.16
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-
-MAINTAINER= grembo@FreeBSD.org
-COMMENT= Soft delete models, managers, queryset for Django
-WWW= https://github.com/san4ezy/django_softdelete
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-soft-delete/distinfo b/www/py-dj51-django-soft-delete/distinfo
deleted file mode 100644
index d17bbd4a5e89..000000000000
--- a/www/py-dj51-django-soft-delete/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1738052096
-SHA256 (django-soft-delete-1.0.16.tar.gz) = cc40398ccd869c75a6d6ba7f526e16c4afe2b0c0811c213a318d96bb4c58a787
-SIZE (django-soft-delete-1.0.16.tar.gz) = 12135
diff --git a/www/py-dj51-django-soft-delete/pkg-descr b/www/py-dj51-django-soft-delete/pkg-descr
deleted file mode 100644
index 7de7c9bbff50..000000000000
--- a/www/py-dj51-django-soft-delete/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is a set of small classes to make soft deletion of objects.