Received: by mail.netbsd.org (Postfix, from userid 605) id 38A3084D92; Tue, 4 Aug 2020 00:38:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1CF184D92 for ; Tue, 4 Aug 2020 00:38:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bVm6RPneP3Q1 for ; Tue, 4 Aug 2020 00:38:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E916084D86 for ; Tue, 4 Aug 2020 00:38:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2C60FB28; Tue, 4 Aug 2020 00:38:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159650150311910" MIME-Version: 1.0 Date: Tue, 4 Aug 2020 00:38:23 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/py-django-cogwheels To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200804003823.E2C60FB28@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. --_----------=_159650150311910 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:38:23 UTC 2020 Added Files: pkgsrc/www/py-django-cogwheels: DESCR Makefile PLIST distinfo Log Message: Add py-django-cogwheels-0.3: A consistent, user-friendly solution for adding app-specific settings your Django package, reusable app or framework. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-cogwheels/DESCR \ pkgsrc/www/py-django-cogwheels/Makefile \ pkgsrc/www/py-django-cogwheels/PLIST \ pkgsrc/www/py-django-cogwheels/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159650150311910 Content-Disposition: inline Content-Length: 7905 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/py-django-cogwheels/DESCR diff -u /dev/null pkgsrc/www/py-django-cogwheels/DESCR:1.1 --- /dev/null Tue Aug 4 00:38:23 2020 +++ pkgsrc/www/py-django-cogwheels/DESCR Tue Aug 4 00:38:23 2020 @@ -0,0 +1,2 @@ +A consistent, user-friendly solution for adding app-specific settings +your Django package, reusable app or framework. \ No newline at end of file Index: pkgsrc/www/py-django-cogwheels/Makefile diff -u /dev/null pkgsrc/www/py-django-cogwheels/Makefile:1.1 --- /dev/null Tue Aug 4 00:38:23 2020 +++ pkgsrc/www/py-django-cogwheels/Makefile Tue Aug 4 00:38:23 2020 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2020/08/04 00:38:23 joerg Exp $ + +DISTNAME= django-cogwheels-0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_GITHUB:=ababic/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/ababic/django-cogwheels/ +COMMENT= Setting framework for Django +LICENSE= mit + +GITHUB_PROJECT= django-cogwheels +GITHUB_TAG= v${PKGVERSION_NOREV} + +DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django + +USE_LANGUAGES= # none + +do-test: + cd ${WRKSRC} && ${PYTHONBIN} ./runtests.py + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-django-cogwheels/PLIST diff -u /dev/null pkgsrc/www/py-django-cogwheels/PLIST:1.1 --- /dev/null Tue Aug 4 00:38:23 2020 +++ pkgsrc/www/py-django-cogwheels/PLIST Tue Aug 4 00:38:23 2020 @@ -0,0 +1,112 @@ +@comment $NetBSD: PLIST,v 1.1 2020/08/04 00:38:23 joerg Exp $ +${PYSITELIB}/cogwheels/__init__.py +${PYSITELIB}/cogwheels/__init__.pyc +${PYSITELIB}/cogwheels/__init__.pyo +${PYSITELIB}/cogwheels/__version__.py +${PYSITELIB}/cogwheels/__version__.pyc +${PYSITELIB}/cogwheels/__version__.pyo +${PYSITELIB}/cogwheels/exceptions/__init__.py +${PYSITELIB}/cogwheels/exceptions/__init__.pyc +${PYSITELIB}/cogwheels/exceptions/__init__.pyo +${PYSITELIB}/cogwheels/exceptions/deprecations.py +${PYSITELIB}/cogwheels/exceptions/deprecations.pyc +${PYSITELIB}/cogwheels/exceptions/deprecations.pyo +${PYSITELIB}/cogwheels/exceptions/settings.py +${PYSITELIB}/cogwheels/exceptions/settings.pyc +${PYSITELIB}/cogwheels/exceptions/settings.pyo +${PYSITELIB}/cogwheels/helpers/__init__.py +${PYSITELIB}/cogwheels/helpers/__init__.pyc +${PYSITELIB}/cogwheels/helpers/__init__.pyo +${PYSITELIB}/cogwheels/helpers/deprecation.py +${PYSITELIB}/cogwheels/helpers/deprecation.pyc +${PYSITELIB}/cogwheels/helpers/deprecation.pyo +${PYSITELIB}/cogwheels/helpers/settings.py +${PYSITELIB}/cogwheels/helpers/settings.pyc +${PYSITELIB}/cogwheels/helpers/settings.pyo +${PYSITELIB}/cogwheels/helpers/tests/__init__.py +${PYSITELIB}/cogwheels/helpers/tests/__init__.pyc +${PYSITELIB}/cogwheels/helpers/tests/__init__.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_deprecation_warning_stacklevel.py +${PYSITELIB}/cogwheels/helpers/tests/test_deprecation_warning_stacklevel.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_deprecation_warning_stacklevel.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_get.py +${PYSITELIB}/cogwheels/helpers/tests/test_get.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_get.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_get_model.py +${PYSITELIB}/cogwheels/helpers/tests/test_get_model.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_get_model.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_get_module.py +${PYSITELIB}/cogwheels/helpers/tests/test_get_module.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_get_module.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_get_object.py +${PYSITELIB}/cogwheels/helpers/tests/test_get_object.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_get_object.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_helper_attribute_shortcuts.py +${PYSITELIB}/cogwheels/helpers/tests/test_helper_attribute_shortcuts.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_helper_attribute_shortcuts.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_helper_init.py +${PYSITELIB}/cogwheels/helpers/tests/test_helper_init.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_helper_init.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_invalid_deprecations.py +${PYSITELIB}/cogwheels/helpers/tests/test_invalid_deprecations.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_invalid_deprecations.pyo +${PYSITELIB}/cogwheels/helpers/tests/test_is_value_from_deprecated_setting.py +${PYSITELIB}/cogwheels/helpers/tests/test_is_value_from_deprecated_setting.pyc +${PYSITELIB}/cogwheels/helpers/tests/test_is_value_from_deprecated_setting.pyo +${PYSITELIB}/cogwheels/helpers/utils.py +${PYSITELIB}/cogwheels/helpers/utils.pyc +${PYSITELIB}/cogwheels/helpers/utils.pyo +${PYSITELIB}/cogwheels/tests/__init__.py +${PYSITELIB}/cogwheels/tests/__init__.pyc +${PYSITELIB}/cogwheels/tests/__init__.pyo +${PYSITELIB}/cogwheels/tests/base.py +${PYSITELIB}/cogwheels/tests/base.pyc +${PYSITELIB}/cogwheels/tests/base.pyo +${PYSITELIB}/cogwheels/tests/classes.py +${PYSITELIB}/cogwheels/tests/classes.pyc +${PYSITELIB}/cogwheels/tests/classes.pyo +${PYSITELIB}/cogwheels/tests/conf/__init__.py +${PYSITELIB}/cogwheels/tests/conf/__init__.pyc +${PYSITELIB}/cogwheels/tests/conf/__init__.pyo +${PYSITELIB}/cogwheels/tests/conf/defaults.py +${PYSITELIB}/cogwheels/tests/conf/defaults.pyc +${PYSITELIB}/cogwheels/tests/conf/defaults.pyo +${PYSITELIB}/cogwheels/tests/conf/settings.py +${PYSITELIB}/cogwheels/tests/conf/settings.pyc +${PYSITELIB}/cogwheels/tests/conf/settings.pyo +${PYSITELIB}/cogwheels/tests/migrations/0001_initial.py +${PYSITELIB}/cogwheels/tests/migrations/0001_initial.pyc +${PYSITELIB}/cogwheels/tests/migrations/0001_initial.pyo +${PYSITELIB}/cogwheels/tests/migrations/__init__.py +${PYSITELIB}/cogwheels/tests/migrations/__init__.pyc +${PYSITELIB}/cogwheels/tests/migrations/__init__.pyo +${PYSITELIB}/cogwheels/tests/models.py +${PYSITELIB}/cogwheels/tests/models.pyc +${PYSITELIB}/cogwheels/tests/models.pyo +${PYSITELIB}/cogwheels/tests/modules/__init__.py +${PYSITELIB}/cogwheels/tests/modules/__init__.pyc +${PYSITELIB}/cogwheels/tests/modules/__init__.pyo +${PYSITELIB}/cogwheels/tests/modules/default_module.py +${PYSITELIB}/cogwheels/tests/modules/default_module.pyc +${PYSITELIB}/cogwheels/tests/modules/default_module.pyo +${PYSITELIB}/cogwheels/tests/modules/replacement_module.py +${PYSITELIB}/cogwheels/tests/modules/replacement_module.pyc +${PYSITELIB}/cogwheels/tests/modules/replacement_module.pyo +${PYSITELIB}/cogwheels/tests/settings.py +${PYSITELIB}/cogwheels/tests/settings.pyc +${PYSITELIB}/cogwheels/tests/settings.pyo +${PYSITELIB}/cogwheels/tests/urls.py +${PYSITELIB}/cogwheels/tests/urls.pyc +${PYSITELIB}/cogwheels/tests/urls.pyo +${PYSITELIB}/cogwheels/utils/deprecation.py +${PYSITELIB}/cogwheels/utils/deprecation.pyc +${PYSITELIB}/cogwheels/utils/deprecation.pyo +${PYSITELIB}/cogwheels/utils/inspection.py +${PYSITELIB}/cogwheels/utils/inspection.pyc +${PYSITELIB}/cogwheels/utils/inspection.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt Index: pkgsrc/www/py-django-cogwheels/distinfo diff -u /dev/null pkgsrc/www/py-django-cogwheels/distinfo:1.1 --- /dev/null Tue Aug 4 00:38:23 2020 +++ pkgsrc/www/py-django-cogwheels/distinfo Tue Aug 4 00:38:23 2020 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2020/08/04 00:38:23 joerg Exp $ + +SHA1 (django-cogwheels-0.3.tar.gz) = e7900cc074bbe7a41806c9f244775817ef84f346 +RMD160 (django-cogwheels-0.3.tar.gz) = 84417bb1b53cd0e3d6ac4c04ca1e3ac7a2ae506c +SHA512 (django-cogwheels-0.3.tar.gz) = b0c3d59cdef100196a4de4995e30f5b8aaf686f71872dce6a2001004e59fa69529d934839c1f053b2e8ad4903cbc7ba66b17cd8ec022a0b46a3a72790b77e097 +Size (django-cogwheels-0.3.tar.gz) = 46744 bytes +SHA1 (patch-setup.py) = 07dcd39f3b812803db5a7f59808f103e821c2b07 --_----------=_159650150311910--