pkgsrc-WIP-changes archive

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

py-voluptuous: Import py-voluptuous-0.10.5 as wip/py-voluptuous



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 15:25:55 2017 +0100
Changeset:	883d385daa4dc67c6a0b3394c6afba3a64280848

Added Files:
	py-voluptuous/DESCR
	py-voluptuous/Makefile
	py-voluptuous/PLIST
	py-voluptuous/distinfo

Log Message:
py-voluptuous: Import py-voluptuous-0.10.5 as wip/py-voluptuous

Voluptuous, despite the name, is a Python data validation library.
It is primarily intended for validating data coming into Python as
JSON, YAML, etc.

It has three goals:

 1. Simplicity.
 2. Support for complex data structures.
 3. Provide useful error messages.

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

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

diffstat:
 py-voluptuous/DESCR    |  9 +++++++++
 py-voluptuous/Makefile | 16 ++++++++++++++++
 py-voluptuous/PLIST    | 23 +++++++++++++++++++++++
 py-voluptuous/distinfo |  6 ++++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/py-voluptuous/DESCR b/py-voluptuous/DESCR
new file mode 100644
index 0000000000..13dd06d4d4
--- /dev/null
+++ b/py-voluptuous/DESCR
@@ -0,0 +1,9 @@
+Voluptuous, despite the name, is a Python data validation library.
+It is primarily intended for validating data coming into Python as
+JSON, YAML, etc.
+
+It has three goals:
+
+ 1. Simplicity.
+ 2. Support for complex data structures.
+ 3. Provide useful error messages.
diff --git a/py-voluptuous/Makefile b/py-voluptuous/Makefile
new file mode 100644
index 0000000000..73ac1230bd
--- /dev/null
+++ b/py-voluptuous/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	voluptuous-0.10.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=v/voluptuous/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/alecthomas/voluptuous
+COMMENT=	Python data validation library
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-voluptuous/PLIST b/py-voluptuous/PLIST
new file mode 100644
index 0000000000..df95c64377
--- /dev/null
+++ b/py-voluptuous/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/voluptuous/__init__.py
+${PYSITELIB}/voluptuous/__init__.pyc
+${PYSITELIB}/voluptuous/__init__.pyo
+${PYSITELIB}/voluptuous/error.py
+${PYSITELIB}/voluptuous/error.pyc
+${PYSITELIB}/voluptuous/error.pyo
+${PYSITELIB}/voluptuous/humanize.py
+${PYSITELIB}/voluptuous/humanize.pyc
+${PYSITELIB}/voluptuous/humanize.pyo
+${PYSITELIB}/voluptuous/schema_builder.py
+${PYSITELIB}/voluptuous/schema_builder.pyc
+${PYSITELIB}/voluptuous/schema_builder.pyo
+${PYSITELIB}/voluptuous/util.py
+${PYSITELIB}/voluptuous/util.pyc
+${PYSITELIB}/voluptuous/util.pyo
+${PYSITELIB}/voluptuous/validators.py
+${PYSITELIB}/voluptuous/validators.pyc
+${PYSITELIB}/voluptuous/validators.pyo
diff --git a/py-voluptuous/distinfo b/py-voluptuous/distinfo
new file mode 100644
index 0000000000..5de509af91
--- /dev/null
+++ b/py-voluptuous/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (voluptuous-0.10.5.tar.gz) = 31373cc4ba935eda76b55e64e8bd218ce4882e2b
+RMD160 (voluptuous-0.10.5.tar.gz) = 00b8e9328d29e71b122fceaa6267ae1dc93e3762
+SHA512 (voluptuous-0.10.5.tar.gz) = 2024121c56a91cc3bf5102ca68f8347461b2041da9a352eade0e0ce3657d9a477a60a7a5823e8f3628eee7b327840b5c4eba13c106ea49ea91a553d6b5edd363
+Size (voluptuous-0.10.5.tar.gz) = 41436 bytes


Home | Main Index | Thread Index | Old Index