pkgsrc-WIP-changes archive

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

wip/py-munch: py-munch-2.5.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 14:07:27 2020 +0100
Changeset:	30b30ccb28caebcaf444c614671477d9618cc6d6

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

Log Message:
wip/py-munch: py-munch-2.5.0 import to wip

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

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

diffstat:
 py-munch/DESCR    |  3 +++
 py-munch/Makefile | 19 +++++++++++++++++++
 py-munch/PLIST    | 14 ++++++++++++++
 py-munch/distinfo |  6 ++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/py-munch/DESCR b/py-munch/DESCR
new file mode 100644
index 0000000000..1171f88546
--- /dev/null
+++ b/py-munch/DESCR
@@ -0,0 +1,3 @@
+munch is a fork of David Schoonover's **Bunch** package, providing similar
+functionality. 99% of the work was done by him, and the fork was made mainly
+for lack of responsiveness for fixes and maintenance on the original code.
diff --git a/py-munch/Makefile b/py-munch/Makefile
new file mode 100644
index 0000000000..ccbaafc280
--- /dev/null
+++ b/py-munch/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	munch-2.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/munch/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Infinidat/munch
+COMMENT=	Dot-accessible dictionary (a la JavaScript objects)
+LICENSE=	mit
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pbr>=3.0:../../devel/py-pbr
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-munch/PLIST b/py-munch/PLIST
new file mode 100644
index 0000000000..7e45466693
--- /dev/null
+++ b/py-munch/PLIST
@@ -0,0 +1,14 @@
+@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}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/munch/__init__.py
+${PYSITELIB}/munch/__init__.pyc
+${PYSITELIB}/munch/__init__.pyo
+${PYSITELIB}/munch/python3_compat.py
+${PYSITELIB}/munch/python3_compat.pyc
+${PYSITELIB}/munch/python3_compat.pyo
diff --git a/py-munch/distinfo b/py-munch/distinfo
new file mode 100644
index 0000000000..ee6c9390fa
--- /dev/null
+++ b/py-munch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (munch-2.5.0.tar.gz) = 65a614f18cc851b23f057eae286ccb75aec66916
+RMD160 (munch-2.5.0.tar.gz) = e86634b9eef83d06b73297fdfcb1e2a990dc0e91
+SHA512 (munch-2.5.0.tar.gz) = 7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21
+Size (munch-2.5.0.tar.gz) = 17015 bytes


Home | Main Index | Thread Index | Old Index