pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-schema to wip
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Mar 5 13:46:51 2021 +0100
Changeset: 5a768024ad05d31b52f4dc5c48dc6d88ce554e65
Modified Files:
Makefile
Added Files:
py-schema/DESCR
py-schema/Makefile
py-schema/PLIST
py-schema/distinfo
Log Message:
Import wip/py-schema to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a768024ad05d31b52f4dc5c48dc6d88ce554e65
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-schema/DESCR | 3 +++
py-schema/Makefile | 16 ++++++++++++++++
py-schema/PLIST | 9 +++++++++
py-schema/distinfo | 6 ++++++
5 files changed, 35 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index cd5c7871bd..b4b82bd279 100644
--- a/Makefile
+++ b/Makefile
@@ -4391,6 +4391,7 @@ SUBDIR+= py-sasa
SUBDIR+= py-scalpy
SUBDIR+= py-scanapi
SUBDIR+= py-scanless
+SUBDIR+= py-schema
SUBDIR+= py-scholarmetrics
SUBDIR+= py-scikit-aero
SUBDIR+= py-scikit-glpk
diff --git a/py-schema/DESCR b/py-schema/DESCR
new file mode 100644
index 0000000000..f068e31252
--- /dev/null
+++ b/py-schema/DESCR
@@ -0,0 +1,3 @@
+schema is a library for validating Python data structures, such as those
+obtained from config-files, forms, external services or command-line
+parsing, converted from JSON/YAML (or something else) to Python data-types
diff --git a/py-schema/Makefile b/py-schema/Makefile
new file mode 100644
index 0000000000..0da8cec959
--- /dev/null
+++ b/py-schema/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= schema-0.7.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/schema/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/keleshev/schema
+COMMENT= Simple data validation library
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-contextlib2>=0.5.5:../../devel/py-contextlib2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-schema/PLIST b/py-schema/PLIST
new file mode 100644
index 0000000000..5f87244e4c
--- /dev/null
+++ b/py-schema/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${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}/schema.py
+${PYSITELIB}/schema.pyc
+${PYSITELIB}/schema.pyo
diff --git a/py-schema/distinfo b/py-schema/distinfo
new file mode 100644
index 0000000000..5611ef35d4
--- /dev/null
+++ b/py-schema/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (schema-0.7.4.tar.gz) = eb1e6f9c756762dd3a600b81912e81712598bef7
+RMD160 (schema-0.7.4.tar.gz) = 22bffbeab1a45f877f4cf85354bd3b850117db38
+SHA512 (schema-0.7.4.tar.gz) = 6dd0ee8348fde4c6a9a39baf2b0fafff851f10ea581b16f438717d5435481f34829176bb4b82ecdd092da26332fd114fab856691b755ecf8e5648fb2233a0daf
+Size (schema-0.7.4.tar.gz) = 41340 bytes
Home |
Main Index |
Thread Index |
Old Index