pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
spaCy dependency
Module Name: pkgsrc-wip
Committed By: Joe Mifsud <lntl%disroot.org@localhost>
Pushed By: lntl
Date: Sun Apr 11 13:33:44 2021 +0000
Changeset: 9951528d50101b5b92612dcbc75e3fa0846caa68
Added Files:
py-preshed/DESCR
py-preshed/Makefile
py-preshed/PLIST
py-preshed/distinfo
Log Message:
spaCy dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9951528d50101b5b92612dcbc75e3fa0846caa68
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-preshed/DESCR | 2 ++
py-preshed/Makefile | 23 +++++++++++++++++++++++
py-preshed/PLIST | 32 ++++++++++++++++++++++++++++++++
py-preshed/distinfo | 6 ++++++
4 files changed, 63 insertions(+)
diffs:
diff --git a/py-preshed/DESCR b/py-preshed/DESCR
new file mode 100644
index 0000000000..c023d1684c
--- /dev/null
+++ b/py-preshed/DESCR
@@ -0,0 +1,2 @@
+Simple but high performance Cython hash table mapping pre-randomized
+keys to void* values. Inspired by Jeff Preshing.
diff --git a/py-preshed/Makefile b/py-preshed/Makefile
new file mode 100644
index 0000000000..a555f1932b
--- /dev/null
+++ b/py-preshed/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+
+DISTNAME= preshed-v2.0.0
+PKGNAME= ${DISTNAME:S/v//1}
+PKGREVISION= 1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=explosion/}
+GITHUB_PROJECT= preshed
+
+MAINTAINER= lntl%disroot.org@localhost
+HOMEPAGE= https://github.com/explosion/preshed/
+COMMENT= Short description of the package
+LICENSE= mit
+
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_LANGUAGES= c c++
+
+
+#.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-preshed/PLIST b/py-preshed/PLIST
new file mode 100644
index 0000000000..41243fe791
--- /dev/null
+++ b/py-preshed/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/preshed/__init__.pxd
+${PYSITELIB}/preshed/__init__.py
+${PYSITELIB}/preshed/__init__.pyc
+${PYSITELIB}/preshed/__init__.pyo
+${PYSITELIB}/preshed/about.py
+${PYSITELIB}/preshed/about.pyc
+${PYSITELIB}/preshed/about.pyo
+${PYSITELIB}/preshed/counter.pxd
+${PYSITELIB}/preshed/counter.pyx
+${PYSITELIB}/preshed/counter.so
+${PYSITELIB}/preshed/maps.pxd
+${PYSITELIB}/preshed/maps.pyx
+${PYSITELIB}/preshed/maps.so
+${PYSITELIB}/preshed/tests/__init__.py
+${PYSITELIB}/preshed/tests/__init__.pyc
+${PYSITELIB}/preshed/tests/__init__.pyo
+${PYSITELIB}/preshed/tests/test_counter.py
+${PYSITELIB}/preshed/tests/test_counter.pyc
+${PYSITELIB}/preshed/tests/test_counter.pyo
+${PYSITELIB}/preshed/tests/test_hashing.py
+${PYSITELIB}/preshed/tests/test_hashing.pyc
+${PYSITELIB}/preshed/tests/test_hashing.pyo
+${PYSITELIB}/preshed/tests/test_pop.py
+${PYSITELIB}/preshed/tests/test_pop.pyc
+${PYSITELIB}/preshed/tests/test_pop.pyo
diff --git a/py-preshed/distinfo b/py-preshed/distinfo
new file mode 100644
index 0000000000..0738a6dc33
--- /dev/null
+++ b/py-preshed/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (preshed-v2.0.0.tar.gz) = 332527a149c10827d9225ead46118cea56e6f8f0
+RMD160 (preshed-v2.0.0.tar.gz) = ba5d4a6b33f2009e44bb5f167243260ed426bb14
+SHA512 (preshed-v2.0.0.tar.gz) = a42d7aee3df0694811d3dcc8723583c97fc538994997881efda3010efdd22cdab95c66e748953ae4a2e1469dbfc14fb3de74ffc123098d702b9f81baad729072
+Size (preshed-v2.0.0.tar.gz) = 13696 bytes
Home |
Main Index |
Thread Index |
Old Index