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

This commit is contained in:
K.I.A.Derouiche 2020-12-07 14:07:27 +01:00
parent 762327c8af
commit 30b30ccb28
4 changed files with 42 additions and 0 deletions

3
py-munch/DESCR Normal file
View File

@ -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.

19
py-munch/Makefile Normal file
View File

@ -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
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"

14
py-munch/PLIST Normal file
View File

@ -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

6
py-munch/distinfo Normal file
View File

@ -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