pkgsrc-WIP-changes archive

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

Add py-marshmallow



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

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

Log Message:
Add py-marshmallow

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

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

diffstat:
 Makefile                |  1 +
 py-marshmallow/DESCR    |  2 ++
 py-marshmallow/Makefile | 21 +++++++++++++++++++++
 py-marshmallow/PLIST    | 43 +++++++++++++++++++++++++++++++++++++++++++
 py-marshmallow/distinfo |  6 ++++++
 5 files changed, 73 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index dc0038465a..31fb87de8f 100644
--- a/Makefile
+++ b/Makefile
@@ -3374,6 +3374,7 @@ SUBDIR+=	py-mailingstats
 SUBDIR+=	py-mailq
 SUBDIR+=	py-mark
 SUBDIR+=	py-markovchain
+SUBDIR+=	py-marshmallow
 SUBDIR+=	py-math-snappy
 SUBDIR+=	py-mathjspy
 SUBDIR+=	py-matplottheme
diff --git a/py-marshmallow/DESCR b/py-marshmallow/DESCR
new file mode 100644
index 0000000000..2e22264cb0
--- /dev/null
+++ b/py-marshmallow/DESCR
@@ -0,0 +1,2 @@
+Lightweight library for converting complex
+datatypes to and from native Python datatypes
diff --git a/py-marshmallow/Makefile b/py-marshmallow/Makefile
new file mode 100644
index 0000000000..f42e1d9a6a
--- /dev/null
+++ b/py-marshmallow/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	marshmallow-3.0.0b8
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=   ${MASTER_SITE_PYPI:=m/marshmallow/}
+
+MAINTAINER=     kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/marshmallow-code/marshmallow
+COMMENT=	Library for converting complex datatypes
+LICENSE=	mit
+
+DEPENDS+=       ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
+DEPENDS+=       ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+DEPENDS+=       ${PYPKGPREFIX}-dateutil>=2.6.1:../../time/py-dateutil
+
+.include "../../lang/python/egg.mk"
+WRKSRC=		${WRKDIR}/marshmallow-3.0.0b8
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-marshmallow/PLIST b/py-marshmallow/PLIST
new file mode 100644
index 0000000000..7d00fa8f68
--- /dev/null
+++ b/py-marshmallow/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD$
+${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
+${PYSITELIB}/marshmallow/__init__.py
+${PYSITELIB}/marshmallow/__init__.pyc
+${PYSITELIB}/marshmallow/__init__.pyo
+${PYSITELIB}/marshmallow/base.py
+${PYSITELIB}/marshmallow/base.pyc
+${PYSITELIB}/marshmallow/base.pyo
+${PYSITELIB}/marshmallow/class_registry.py
+${PYSITELIB}/marshmallow/class_registry.pyc
+${PYSITELIB}/marshmallow/class_registry.pyo
+${PYSITELIB}/marshmallow/compat.py
+${PYSITELIB}/marshmallow/compat.pyc
+${PYSITELIB}/marshmallow/compat.pyo
+${PYSITELIB}/marshmallow/decorators.py
+${PYSITELIB}/marshmallow/decorators.pyc
+${PYSITELIB}/marshmallow/decorators.pyo
+${PYSITELIB}/marshmallow/exceptions.py
+${PYSITELIB}/marshmallow/exceptions.pyc
+${PYSITELIB}/marshmallow/exceptions.pyo
+${PYSITELIB}/marshmallow/fields.py
+${PYSITELIB}/marshmallow/fields.pyc
+${PYSITELIB}/marshmallow/fields.pyo
+${PYSITELIB}/marshmallow/marshalling.py
+${PYSITELIB}/marshmallow/marshalling.pyc
+${PYSITELIB}/marshmallow/marshalling.pyo
+${PYSITELIB}/marshmallow/orderedset.py
+${PYSITELIB}/marshmallow/orderedset.pyc
+${PYSITELIB}/marshmallow/orderedset.pyo
+${PYSITELIB}/marshmallow/schema.py
+${PYSITELIB}/marshmallow/schema.pyc
+${PYSITELIB}/marshmallow/schema.pyo
+${PYSITELIB}/marshmallow/utils.py
+${PYSITELIB}/marshmallow/utils.pyc
+${PYSITELIB}/marshmallow/utils.pyo
+${PYSITELIB}/marshmallow/validate.py
+${PYSITELIB}/marshmallow/validate.pyc
+${PYSITELIB}/marshmallow/validate.pyo
diff --git a/py-marshmallow/distinfo b/py-marshmallow/distinfo
new file mode 100644
index 0000000000..9e5c96f292
--- /dev/null
+++ b/py-marshmallow/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (marshmallow-3.0.0b8.tar.gz) = d366881b8629ee6763f33666490d83f1915364d8
+RMD160 (marshmallow-3.0.0b8.tar.gz) = e28cabe08b91992735fcc459e4c6313a41b9c0ed
+SHA512 (marshmallow-3.0.0b8.tar.gz) = 34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
+Size (marshmallow-3.0.0b8.tar.gz) = 148882 bytes


Home | Main Index | Thread Index | Old Index