pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-python-decouple



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Wed Apr 4 10:22:06 2018 -0400
Changeset:	5474fff8565c7ae0a9fac8b70fb8f27359fed820

Modified Files:
	Makefile
Added Files:
	py-python-decouple/DESCR
	py-python-decouple/Makefile
	py-python-decouple/PLIST
	py-python-decouple/distinfo

Log Message:
Add py-python-decouple

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5474fff8565c7ae0a9fac8b70fb8f27359fed820

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |  1 +
 py-python-decouple/DESCR    |  2 ++
 py-python-decouple/Makefile | 19 +++++++++++++++++++
 py-python-decouple/PLIST    |  9 +++++++++
 py-python-decouple/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ed8824b409..dc0038465a 100644
--- a/Makefile
+++ b/Makefile
@@ -3610,6 +3610,7 @@ SUBDIR+=	py-pyswisseph
 SUBDIR+=	py-pythia
 SUBDIR+=	py-pythics
 SUBDIR+=	py-python-application
+SUBDIR+=	py-python-decouple
 SUBDIR+=	py-python-gnutls
 SUBDIR+=	py-pytkgen
 SUBDIR+=	py-pytools
diff --git a/py-python-decouple/DESCR b/py-python-decouple/DESCR
new file mode 100644
index 0000000000..34fb6345f6
--- /dev/null
+++ b/py-python-decouple/DESCR
@@ -0,0 +1,2 @@
+Decouple helps you to organize your settings so that you
+can change parameters without having to redeploy your app.
diff --git a/py-python-decouple/Makefile b/py-python-decouple/Makefile
new file mode 100644
index 0000000000..f5d29f488d
--- /dev/null
+++ b/py-python-decouple/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	python-decouple-3.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils
+MASTER_SITES=   ${MASTER_SITE_PYPI:=p/python-decouple/}
+
+MAINTAINER=     kethzer.dr%gmail.com@localhost
+HOMEPAGE=	http://github.com/henriquebastos/python-decouple/
+COMMENT=	Strict separation of settings from code
+LICENSE=	mit
+
+DEPENDS+=       ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
+
+.include "../../lang/python/egg.mk"
+WRKSRC=		${WRKDIR}/python-decouple-3.1
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-python-decouple/PLIST b/py-python-decouple/PLIST
new file mode 100644
index 0000000000..ac62460e72
--- /dev/null
+++ b/py-python-decouple/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/decouple.py
+${PYSITELIB}/decouple.pyc
+${PYSITELIB}/decouple.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}/top_level.txt
diff --git a/py-python-decouple/distinfo b/py-python-decouple/distinfo
new file mode 100644
index 0000000000..852c077adf
--- /dev/null
+++ b/py-python-decouple/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-decouple-3.1.tar.gz) = b120e3f51fd1e874712dca40945047bb71baeeb4
+RMD160 (python-decouple-3.1.tar.gz) = b2a7ed41c920455a49f0cab35442ca3d32f529c0
+SHA512 (python-decouple-3.1.tar.gz) = 9fecaa0d28399d53ac4a07bdafe7907f201abd54693d300ed016c66a5c9c403f0ee5fb76ec53ccc58ff4f249e1e45d141648a2669d728c3254ec0c4e2549fa98
+Size (python-decouple-3.1.tar.gz) = 8653 bytes


Home | Main Index | Thread Index | Old Index