pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-gtrie-2.4.1 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Dec 27 15:38:02 2020 +0100
Changeset: f4840782f5924ab243a70bb9099af2cc2afa70b6
Modified Files:
Makefile
Added Files:
py-gtrie/DESCR
py-gtrie/Makefile
py-gtrie/PLIST
py-gtrie/distinfo
Log Message:
py-gtrie-2.4.1 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=f4840782f5924ab243a70bb9099af2cc2afa70b6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-gtrie/DESCR | 4 ++++
py-gtrie/Makefile | 14 ++++++++++++++
py-gtrie/PLIST | 5 +++++
py-gtrie/distinfo | 6 ++++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 34b54196d3..275648f2c7 100644
--- a/Makefile
+++ b/Makefile
@@ -3573,6 +3573,7 @@ SUBDIR+= py-gslodeiv2
SUBDIR+= py-gsw
SUBDIR+= py-gtk2-docs
SUBDIR+= py-gts
+SUBDIR+= py-gtrie
SUBDIR+= py-guppy3
SUBDIR+= py-gvar
SUBDIR+= py-gwcs
diff --git a/py-gtrie/DESCR b/py-gtrie/DESCR
new file mode 100644
index 0000000000..d21a4fdf08
--- /dev/null
+++ b/py-gtrie/DESCR
@@ -0,0 +1,4 @@
+pygtrie is a pure Python implementation of a trie data structure
+compatible with Python 2.x and Python 3.x. Trie data structure
+,also known as radix or prefix tree, is a tree associating keys
+to values where all the descendants of a node have a common prefix
diff --git a/py-gtrie/Makefile b/py-gtrie/Makefile
new file mode 100644
index 0000000000..eeb89ce00a
--- /dev/null
+++ b/py-gtrie/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= pygtrie-2.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygtrie/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/mina86/pygtrie
+COMMENT= Pure Python trie data structure implementation
+LICENSE= apache-2.0
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-gtrie/PLIST b/py-gtrie/PLIST
new file mode 100644
index 0000000000..dd38995fd4
--- /dev/null
+++ b/py-gtrie/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/pygtrie.py
+${PYSITELIB}/pygtrie.pyc
+${PYSITELIB}/pygtrie.pyo
diff --git a/py-gtrie/distinfo b/py-gtrie/distinfo
new file mode 100644
index 0000000000..4ad8c87ff0
--- /dev/null
+++ b/py-gtrie/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pygtrie-2.4.1.tar.gz) = 45d4374e8d20a61c0e2ca2e87c5cca4354bfd93c
+RMD160 (pygtrie-2.4.1.tar.gz) = f2a7b36e46ecb99e01d212877dc22341b477e366
+SHA512 (pygtrie-2.4.1.tar.gz) = 398cb16274563ac7286226fb9ec61161d8ff22bb94adb0b99e158f5fc046f7844dff93133d9e9a6d56661e824eb375e384121c5e8bf1b38883198820be8adbe7
+Size (pygtrie-2.4.1.tar.gz) = 35718 bytes
Home |
Main Index |
Thread Index |
Old Index