Received: by mail.netbsd.org (Postfix, from userid 605) id 8FDCD84D93; Tue, 4 Aug 2020 00:35:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17B9384D92 for ; Tue, 4 Aug 2020 00:35:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4WrYhFz1A2Hp for ; Tue, 4 Aug 2020 00:35:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7ACB784D86 for ; Tue, 4 Aug 2020 00:35:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E04BFB28; Tue, 4 Aug 2020 00:35:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596501305228410" MIME-Version: 1.0 Date: Tue, 4 Aug 2020 00:35:05 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/py-django-modelcluster To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200804003505.6E04BFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596501305228410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Aug 4 00:35:05 UTC 2020 Added Files: pkgsrc/www/py-django-modelcluster: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-modelcluster/DESCR \ pkgsrc/www/py-django-modelcluster/Makefile \ pkgsrc/www/py-django-modelcluster/PLIST \ pkgsrc/www/py-django-modelcluster/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596501305228410 Content-Disposition: inline Content-Length: 3755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/py-django-modelcluster/DESCR diff -u /dev/null pkgsrc/www/py-django-modelcluster/DESCR:1.1 --- /dev/null Tue Aug 4 00:35:05 2020 +++ pkgsrc/www/py-django-modelcluster/DESCR Tue Aug 4 00:35:05 2020 @@ -0,0 +1,2 @@ +A Django extension to allow working with 'clusters' of models as a single +unit, independently of the database. Index: pkgsrc/www/py-django-modelcluster/Makefile diff -u /dev/null pkgsrc/www/py-django-modelcluster/Makefile:1.1 --- /dev/null Tue Aug 4 00:35:05 2020 +++ pkgsrc/www/py-django-modelcluster/Makefile Tue Aug 4 00:35:05 2020 @@ -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" Index: pkgsrc/www/py-django-modelcluster/PLIST diff -u /dev/null pkgsrc/www/py-django-modelcluster/PLIST:1.1 --- /dev/null Tue Aug 4 00:35:05 2020 +++ pkgsrc/www/py-django-modelcluster/PLIST Tue Aug 4 00:35:05 2020 @@ -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 Index: pkgsrc/www/py-django-modelcluster/distinfo diff -u /dev/null pkgsrc/www/py-django-modelcluster/distinfo:1.1 --- /dev/null Tue Aug 4 00:35:05 2020 +++ pkgsrc/www/py-django-modelcluster/distinfo Tue Aug 4 00:35:05 2020 @@ -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 --_----------=_1596501305228410--