File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ This is a set of small classes to make soft deletion of objects.
You can’t perform that action at this time.
0 commit comments