py-gtrie-2.4.1 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 15:38:02 +01:00
parent 3ee496ac77
commit f4840782f5
5 changed files with 30 additions and 0 deletions

View File

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

4
py-gtrie/DESCR Normal file
View File

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

14
py-gtrie/Makefile Normal file
View File

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

5
py-gtrie/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pygtrie.py
${PYSITELIB}/pygtrie.pyc
${PYSITELIB}/pygtrie.pyo

6
py-gtrie/distinfo Normal file
View File

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