Commit 933603c6 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-soft-delete: Remove expired port

2026-06-30 www/py-dj52-django-soft-delete: Obsolete, please use www/py-django-soft-delete instead
parent 71a5654c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5386,3 +5386,4 @@ www/py-dj52-django-js-asset|www/py-django-js-asset|2026-06-30|Has expired: Obsol
www/py-dj52-django-rich|www/py-django-rich|2026-06-30|Has expired: Obsolete, please use www/py-django-rich instead
www/py-dj52-strawberry-graphql-django|www/py-strawberry-graphql-django|2026-06-30|Has expired: Obsolete, please use www/py-strawberry-graphql-django instead
www/py-dj52-django-choices-field|www/py-django-choices-field|2026-06-30|Has expired: Obsolete, please use www/py-django-choices-field instead
www/py-dj52-django-soft-delete|www/py-django-soft-delete|2026-06-30|Has expired: Obsolete, please use www/py-django-soft-delete instead
+0 −1
Original line number Diff line number Diff line
@@ -1585,7 +1585,6 @@
    SUBDIR += py-dj52-django-permissionedforms
    SUBDIR += py-dj52-django-prometheus
    SUBDIR += py-dj52-django-redis
    SUBDIR += py-dj52-django-soft-delete
    SUBDIR += py-dj52-django-storages
    SUBDIR += py-dj52-django-stubs-ext
    SUBDIR += py-dj52-django-tables2
+0 −29
Original line number Diff line number Diff line
PORTNAME=	django-soft-delete
PORTVERSION=	1.0.16
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-

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=	Obsolete, please use www/py-django-soft-delete instead
EXPIRATION_DATE=2026-06-30

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}django52>=5.2:www/py-django52@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1738052096
SHA256 (django-soft-delete-1.0.16.tar.gz) = cc40398ccd869c75a6d6ba7f526e16c4afe2b0c0811c213a318d96bb4c58a787
SIZE (django-soft-delete-1.0.16.tar.gz) = 12135
+0 −1
Original line number Diff line number Diff line
This is a set of small classes to make soft deletion of objects.