www/py-django-soft-delete: New port
This commit is contained in:
@@ -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
|
||||
|
||||
26
www/py-django-soft-delete/Makefile
Normal file
26
www/py-django-soft-delete/Makefile
Normal 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>
|
||||
3
www/py-django-soft-delete/distinfo
Normal file
3
www/py-django-soft-delete/distinfo
Normal 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
|
||||
1
www/py-django-soft-delete/pkg-descr
Normal file
1
www/py-django-soft-delete/pkg-descr
Normal file
@@ -0,0 +1 @@
|
||||
This is a set of small classes to make soft deletion of objects.
|
||||
Reference in New Issue
Block a user