www/py-django-soft-delete: New port

This commit is contained in:
Michael Gmelin
2024-07-13 19:04:37 +02:00
parent 06b56691df
commit 5247cc6973
4 changed files with 31 additions and 0 deletions

View File

@@ -1565,6 +1565,7 @@
SUBDIR += py-django-simple-captcha
SUBDIR += py-django-simple-history
SUBDIR += py-django-smart-selects
SUBDIR += py-django-soft-delete
SUBDIR += py-django-solo
SUBDIR += py-django-sortedm2m
SUBDIR += py-django-star-ratings

View File

@@ -0,0 +1,26 @@
PORTNAME= django-soft-delete
PORTVERSION= 1.0.13
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
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}django42>=2.2:www/py-django42@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1720874784
SHA256 (django-soft-delete-1.0.13.tar.gz) = 443c00a54c06d236ff8806c3260243d775cc536581d7377c2785080b1041ce1d
SIZE (django-soft-delete-1.0.13.tar.gz) = 11266

View File

@@ -0,0 +1 @@
This is a set of small classes to make soft deletion of objects.