pkgsrc-WIP-changes archive

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

py-cfgv: Import py-cfgv-2.0.1 as wip/py-cfgv



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Fri Dec 13 18:16:24 2019 +0900
Changeset:	a5246424cc2a2f8dce53bb85f85a80dbbd207fa0

Modified Files:
	Makefile
Added Files:
	py-cfgv/DESCR
	py-cfgv/Makefile
	py-cfgv/PLIST
	py-cfgv/distinfo

Log Message:
py-cfgv: Import py-cfgv-2.0.1 as wip/py-cfgv

Validate configuration and produce human readable error messages.

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

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

diffstat:
 Makefile         |  1 +
 py-cfgv/DESCR    |  1 +
 py-cfgv/Makefile | 18 ++++++++++++++++++
 py-cfgv/PLIST    |  9 +++++++++
 py-cfgv/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 708f966100..c63e8c19a8 100644
--- a/Makefile
+++ b/Makefile
@@ -3176,6 +3176,7 @@ SUBDIR+=	py-cerridwen
 SUBDIR+=	py-cesium
 SUBDIR+=	py-cexprtk
 SUBDIR+=	py-cf-python
+SUBDIR+=	py-cfgv
 SUBDIR+=	py-cgen
 SUBDIR+=	py-chaco
 SUBDIR+=	py-chainer
diff --git a/py-cfgv/DESCR b/py-cfgv/DESCR
new file mode 100644
index 0000000000..5311b47267
--- /dev/null
+++ b/py-cfgv/DESCR
@@ -0,0 +1 @@
+Validate configuration and produce human readable error messages.
diff --git a/py-cfgv/Makefile b/py-cfgv/Makefile
new file mode 100644
index 0000000000..b2b4a20138
--- /dev/null
+++ b/py-cfgv/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	cfgv-2.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cfgv/}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://github.com/asottile/cfgv
+COMMENT=	Validate configuration and produce human readable error messages
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cfgv/PLIST b/py-cfgv/PLIST
new file mode 100644
index 0000000000..6613343a03
--- /dev/null
+++ b/py-cfgv/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/cfgv.pyo
+${PYSITELIB}/cfgv.pyc
+${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}/cfgv.py
diff --git a/py-cfgv/distinfo b/py-cfgv/distinfo
new file mode 100644
index 0000000000..96ec05fcef
--- /dev/null
+++ b/py-cfgv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cfgv-2.0.1.tar.gz) = b88747436e67783161f647a14c179bad703f6a86
+RMD160 (cfgv-2.0.1.tar.gz) = 42857141f75cb409faa436515ca52b3716d4c543
+SHA512 (cfgv-2.0.1.tar.gz) = fbd551162afa5261c30bf41ba0dbf302b5bd570038940759283a559e7761c10e0eb3fc42d36a9ab63de5a36f7405a123fb22cd497f5253acefb24fbe417dee2e
+Size (cfgv-2.0.1.tar.gz) = 7730 bytes


Home | Main Index | Thread Index | Old Index