diff options
author | joerg <joerg@pkgsrc.org> | 2020-08-04 00:35:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-08-04 00:35:05 +0000 |
commit | f3f9edd7ab3461222b9b2e1bff817ada54490880 (patch) | |
tree | 1126894feee9db445a26fb25ff84d20949b07573 /www | |
parent | b264652afb8eff9b6399670af2fc7b9dbc55dd63 (diff) | |
download | pkgsrc-f3f9edd7ab3461222b9b2e1bff817ada54490880.tar.gz |
Add py-django-modelcluster-5.0.2:
A Django extension to allow working with 'clusters' of models as a single
unit, independently of the database.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-modelcluster/DESCR | 2 | ||||
-rw-r--r-- | www/py-django-modelcluster/Makefile | 26 | ||||
-rw-r--r-- | www/py-django-modelcluster/PLIST | 33 | ||||
-rw-r--r-- | www/py-django-modelcluster/distinfo | 6 |
4 files changed, 67 insertions, 0 deletions
diff --git a/www/py-django-modelcluster/DESCR b/www/py-django-modelcluster/DESCR new file mode 100644 index 00000000000..b362ac074db --- /dev/null +++ b/www/py-django-modelcluster/DESCR @@ -0,0 +1,2 @@ +A Django extension to allow working with 'clusters' of models as a single +unit, independently of the database. diff --git a/www/py-django-modelcluster/Makefile b/www/py-django-modelcluster/Makefile new file mode 100644 index 00000000000..b51408d10df --- /dev/null +++ b/www/py-django-modelcluster/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2020/08/04 00:35:05 joerg Exp $ + +DISTNAME= django-modelcluster-5.0.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_GITHUB:=wagtail/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/wagtail/django-modelcluster +COMMENT= Django extension for offline model instances +LICENSE= modified-bsd + +GITHUB_PROJECT= django-modelcluster +GITHUB_TAG= v${PKGVERSION_NOREV} + +DEPENDS+= ${PYPKGPREFIX}-pytz>=2015.2:../../time/py-pytz +DEPENDS+= ${PYPKGPREFIX}-django-taggit>=0.20:../../www/py-django-taggit +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage + +USE_LANGUAGES= # none + +do-test: + cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-modelcluster/PLIST b/www/py-django-modelcluster/PLIST new file mode 100644 index 00000000000..86e93b06587 --- /dev/null +++ b/www/py-django-modelcluster/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2020/08/04 00:35:05 joerg Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/modelcluster/__init__.py +${PYSITELIB}/modelcluster/__init__.pyc +${PYSITELIB}/modelcluster/__init__.pyo +${PYSITELIB}/modelcluster/contrib/__init__.py +${PYSITELIB}/modelcluster/contrib/__init__.pyc +${PYSITELIB}/modelcluster/contrib/__init__.pyo +${PYSITELIB}/modelcluster/contrib/taggit.py +${PYSITELIB}/modelcluster/contrib/taggit.pyc +${PYSITELIB}/modelcluster/contrib/taggit.pyo +${PYSITELIB}/modelcluster/fields.py +${PYSITELIB}/modelcluster/fields.pyc +${PYSITELIB}/modelcluster/fields.pyo +${PYSITELIB}/modelcluster/forms.py +${PYSITELIB}/modelcluster/forms.pyc +${PYSITELIB}/modelcluster/forms.pyo +${PYSITELIB}/modelcluster/models.py +${PYSITELIB}/modelcluster/models.pyc +${PYSITELIB}/modelcluster/models.pyo +${PYSITELIB}/modelcluster/queryset.py +${PYSITELIB}/modelcluster/queryset.pyc +${PYSITELIB}/modelcluster/queryset.pyo +${PYSITELIB}/modelcluster/tags.py +${PYSITELIB}/modelcluster/tags.pyc +${PYSITELIB}/modelcluster/tags.pyo +${PYSITELIB}/modelcluster/utils.py +${PYSITELIB}/modelcluster/utils.pyc +${PYSITELIB}/modelcluster/utils.pyo diff --git a/www/py-django-modelcluster/distinfo b/www/py-django-modelcluster/distinfo new file mode 100644 index 00000000000..7244552692b --- /dev/null +++ b/www/py-django-modelcluster/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/04 00:35:05 joerg Exp $ + +SHA1 (django-modelcluster-5.0.2.tar.gz) = 957cc52fc1ecc64d066cb48e1ee323be0c37ff8c +RMD160 (django-modelcluster-5.0.2.tar.gz) = 8ee6f9fb1c300aadbbdd2972bb0f91d08d35b50b +SHA512 (django-modelcluster-5.0.2.tar.gz) = fadf7ffc045afab8d92252d446f5f128170d3c7cdf198ed991118c18fa7871e27d0ad1b9ab65d66456eefb875b69794ab83389b106470c51cfc1e0512a617bb2 +Size (django-modelcluster-5.0.2.tar.gz) = 41046 bytes |