pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-frozendict
Module Name: pkgsrc-wip
Committed By: Keke <kethzer.dr%gmail.com@localhost>
Pushed By: kethzer.dr
Date: Tue Aug 29 10:06:07 2017 -0400
Changeset: c9efe2af6f9e2c2173e8b334cc0839d739e60555
Modified Files:
Makefile
Added Files:
py-frozendict/DESCR
py-frozendict/Makefile
py-frozendict/PLIST
py-frozendict/distinfo
Log Message:
Add py-frozendict
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c9efe2af6f9e2c2173e8b334cc0839d739e60555
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-frozendict/DESCR | 1 +
py-frozendict/Makefile | 14 ++++++++++++++
py-frozendict/PLIST | 8 ++++++++
py-frozendict/distinfo | 6 ++++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e14f900ef3..d0eebeeb42 100644
--- a/Makefile
+++ b/Makefile
@@ -3111,6 +3111,7 @@ SUBDIR+= py-formex
SUBDIR+= py-forthon
SUBDIR+= py-fortpy
SUBDIR+= py-freetype-py
+SUBDIR+= py-frozendict
SUBDIR+= py-fs
SUBDIR+= py-fssa
SUBDIR+= py-functions
diff --git a/py-frozendict/DESCR b/py-frozendict/DESCR
new file mode 100644
index 0000000000..fd6278b9ac
--- /dev/null
+++ b/py-frozendict/DESCR
@@ -0,0 +1 @@
+Immutable dictionary
diff --git a/py-frozendict/Makefile b/py-frozendict/Makefile
new file mode 100644
index 0000000000..93f476c3c4
--- /dev/null
+++ b/py-frozendict/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= frozendict-1.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/v//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/frozendict/}
+
+MAINTAINER= kethzer.dr%gmail.com@localhost
+HOMEPAGE= https://github.com/slezica/python-frozendict
+COMMENT= Immutable dictionary
+LICENSE= mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-frozendict/PLIST b/py-frozendict/PLIST
new file mode 100644
index 0000000000..8b6cc5d973
--- /dev/null
+++ b/py-frozendict/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/frozendict/__init__.py
+${PYSITELIB}/frozendict/__init__.pyc
+${PYSITELIB}/frozendict/__init__.pyo
diff --git a/py-frozendict/distinfo b/py-frozendict/distinfo
new file mode 100644
index 0000000000..4664a6880d
--- /dev/null
+++ b/py-frozendict/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (frozendict-1.2.tar.gz) = 88a893fecbb8ad629dbc4664358b25885f750e9b
+RMD160 (frozendict-1.2.tar.gz) = f9f5ec836fb3d1711da3eec2101538156ec709df
+SHA512 (frozendict-1.2.tar.gz) = 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
+Size (frozendict-1.2.tar.gz) = 2650 bytes
Home |
Main Index |
Thread Index |
Old Index