Skip to content

Commit 5247cc6

Browse files
committed
www/py-django-soft-delete: New port
1 parent 06b5669 commit 5247cc6

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

‎www/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,7 @@
15651565
SUBDIR += py-django-simple-captcha
15661566
SUBDIR += py-django-simple-history
15671567
SUBDIR += py-django-smart-selects
1568+
SUBDIR += py-django-soft-delete
15681569
SUBDIR += py-django-solo
15691570
SUBDIR += py-django-sortedm2m
15701571
SUBDIR += py-django-star-ratings

‎www/py-django-soft-delete/Makefile‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
PORTNAME= django-soft-delete
2+
PORTVERSION= 1.0.13
3+
CATEGORIES= www python
4+
MASTER_SITES= PYPI
5+
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6+
7+
MAINTAINER= grembo@FreeBSD.org
8+
COMMENT= Soft delete models, managers, queryset for Django
9+
WWW= https://github.com/san4ezy/django_softdelete
10+
11+
LICENSE= MIT
12+
LICENSE_FILE= ${WRKSRC}/LICENSE
13+
14+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
15+
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
16+
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
17+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}
18+
19+
USES= python
20+
USE_PYTHON= autoplist pep517
21+
22+
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
23+
24+
NO_ARCH= yes
25+
26+
.include <bsd.port.mk>

‎www/py-django-soft-delete/distinfo‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1720874784
2+
SHA256 (django-soft-delete-1.0.13.tar.gz) = 443c00a54c06d236ff8806c3260243d775cc536581d7377c2785080b1041ce1d
3+
SIZE (django-soft-delete-1.0.13.tar.gz) = 11266
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a set of small classes to make soft deletion of objects.

0 commit comments

Comments
 (0)