pkgsrc-WIP-changes archive

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

import py-dpath-2.0.1 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 28 19:28:02 2020 +0100
Changeset:	fb1df8bdd3d489e95714316ad353c29cb8e6742d

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

Log Message:
import py-dpath-2.0.1 to wip

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

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

diffstat:
 py-dpath/DESCR    |  1 +
 py-dpath/Makefile | 16 ++++++++++++++++
 py-dpath/PLIST    | 20 ++++++++++++++++++++
 py-dpath/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/py-dpath/DESCR b/py-dpath/DESCR
new file mode 100644
index 0000000000..fbc6d0541d
--- /dev/null
+++ b/py-dpath/DESCR
@@ -0,0 +1 @@
+Filesystem-like pathing and searching for dictionaries
diff --git a/py-dpath/Makefile b/py-dpath/Makefile
new file mode 100644
index 0000000000..c0ac72ec29
--- /dev/null
+++ b/py-dpath/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	dpath-2.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/dpath/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://www.github.com/akesterson/dpath-python
+COMMENT=	Filesystem-like pathing and searching for dictionaries
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-dpath/PLIST b/py-dpath/PLIST
new file mode 100644
index 0000000000..c997f1c612
--- /dev/null
+++ b/py-dpath/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/dpath/__init__.py
+${PYSITELIB}/dpath/__init__.pyc
+${PYSITELIB}/dpath/__init__.pyo
+${PYSITELIB}/dpath/exceptions.py
+${PYSITELIB}/dpath/exceptions.pyc
+${PYSITELIB}/dpath/exceptions.pyo
+${PYSITELIB}/dpath/options.py
+${PYSITELIB}/dpath/options.pyc
+${PYSITELIB}/dpath/options.pyo
+${PYSITELIB}/dpath/segments.py
+${PYSITELIB}/dpath/segments.pyc
+${PYSITELIB}/dpath/segments.pyo
+${PYSITELIB}/dpath/util.py
+${PYSITELIB}/dpath/util.pyc
+${PYSITELIB}/dpath/util.pyo
+${PYSITELIB}/dpath/version.py
+${PYSITELIB}/dpath/version.pyc
+${PYSITELIB}/dpath/version.pyo
diff --git a/py-dpath/distinfo b/py-dpath/distinfo
new file mode 100644
index 0000000000..a64a4e27a6
--- /dev/null
+++ b/py-dpath/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (dpath-2.0.1.tar.gz) = 2e153df17ed2d5581b0a9872384dc3d602cd14c8
+RMD160 (dpath-2.0.1.tar.gz) = 429d933e3cc2db80bbd0f0ac5e09988cf0679ed3
+SHA512 (dpath-2.0.1.tar.gz) = 4f4c2ccb91fe818127505e909c2021fec4ebf730d791ff12de720eddbb5c3f08f158e07f80332f7ab9450961a8eca92c51d9eba17fb3a3df2c34aee2dc655613
+Size (dpath-2.0.1.tar.gz) = 21514 bytes


Home | Main Index | Thread Index | Old Index