pkgsrc-WIP-changes archive

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

dependencies for py-spaCy



Module Name:	pkgsrc-wip
Committed By:	Joe Mifsud <lntl%disroot.org@localhost>
Pushed By:	lntl
Date:		Mon Apr 12 08:25:35 2021 +0000
Changeset:	28fc716b36745453ddcbe63232fe4e566052d713

Added Files:
	py-ml-datasets/DESCR
	py-ml-datasets/Makefile
	py-ml-datasets/PLIST
	py-ml-datasets/distinfo
	py-murmurhash/DESCR
	py-murmurhash/Makefile
	py-murmurhash/PLIST
	py-murmurhash/distinfo
	py-preshed/buildlink3.mk
	py-wasabi/DESCR
	py-wasabi/Makefile
	py-wasabi/PLIST
	py-wasabi/distinfo

Log Message:
dependencies for py-spaCy

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

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

diffstat:
 py-ml-datasets/DESCR     | 23 +++++++++++++++++++++
 py-ml-datasets/Makefile  | 23 +++++++++++++++++++++
 py-ml-datasets/PLIST     | 53 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-ml-datasets/distinfo  |  6 ++++++
 py-murmurhash/DESCR      |  1 +
 py-murmurhash/Makefile   | 21 +++++++++++++++++++
 py-murmurhash/PLIST      | 24 ++++++++++++++++++++++
 py-murmurhash/distinfo   |  6 ++++++
 py-preshed/buildlink3.mk | 13 ++++++++++++
 py-wasabi/DESCR          | 23 +++++++++++++++++++++
 py-wasabi/Makefile       | 23 +++++++++++++++++++++
 py-wasabi/PLIST          | 45 ++++++++++++++++++++++++++++++++++++++++
 py-wasabi/distinfo       |  6 ++++++
 13 files changed, 267 insertions(+)

diffs:
diff --git a/py-ml-datasets/DESCR b/py-ml-datasets/DESCR
new file mode 100644
index 0000000000..a5b24f7e1a
--- /dev/null
+++ b/py-ml-datasets/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+<a href="https://explosion.ai";><img src="https://explosion.ai/assets/img/logo.svg"; width="125" height="125" align="right" /></a>
+
+# Machine learning dataset loaders for testing and examples
+
+Loaders for various machine learning datasets for testing and example scripts.
+Previously in `thinc.extra.datasets`.
+
+[![PyPi Version](https://img.shields.io/pypi/v/ml-datasets.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/ml-datasets)
+
+## Setup and installation
+
+The package can be installed via pip:
+
+```bash
+pip install ml-datasets
+```
+
+## Loaders
+
+Loaders can be imported directly or used via their string name (which is useful if they're set via command line arguments). Some loaders may take arguments – see the source for details.
+...
diff --git a/py-ml-datasets/Makefile b/py-ml-datasets/Makefile
new file mode 100644
index 0000000000..d8826a3a67
--- /dev/null
+++ b/py-ml-datasets/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+
+DISTNAME=	ml-datasets-v0.2.0
+PKGNAME=	${DISTNAME}
+PKGREVISION=	1
+CATEGORIES=	python # TODO: add primary category
+MASTER_SITES=	${MASTER_SITE_GITHUB:=explosion/}
+GITHUB_PROJECT=	ml-datasets
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/explosion/ml-datasets/
+COMMENT=	various machine learning datasets for testing and example scripts
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
+
+WRKSRC=		${WRKDIR}/ml-datasets-0.2.0
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ml-datasets/PLIST b/py-ml-datasets/PLIST
new file mode 100644
index 0000000000..fda0546a7c
--- /dev/null
+++ b/py-ml-datasets/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD$
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/ml_datasets-0.2.0-py${PYVERSSUFFIX}.egg-info/zip-safe
+${PYSITELIB}/ml_datasets/__init__.py
+${PYSITELIB}/ml_datasets/__init__.pyc
+${PYSITELIB}/ml_datasets/__init__.pyo
+${PYSITELIB}/ml_datasets/_registry.py
+${PYSITELIB}/ml_datasets/_registry.pyc
+${PYSITELIB}/ml_datasets/_registry.pyo
+${PYSITELIB}/ml_datasets/loaders/__init__.py
+${PYSITELIB}/ml_datasets/loaders/__init__.pyc
+${PYSITELIB}/ml_datasets/loaders/__init__.pyo
+${PYSITELIB}/ml_datasets/loaders/cmu.py
+${PYSITELIB}/ml_datasets/loaders/cmu.pyc
+${PYSITELIB}/ml_datasets/loaders/cmu.pyo
+${PYSITELIB}/ml_datasets/loaders/dbpedia.py
+${PYSITELIB}/ml_datasets/loaders/dbpedia.pyc
+${PYSITELIB}/ml_datasets/loaders/dbpedia.pyo
+${PYSITELIB}/ml_datasets/loaders/imdb.py
+${PYSITELIB}/ml_datasets/loaders/imdb.pyc
+${PYSITELIB}/ml_datasets/loaders/imdb.pyo
+${PYSITELIB}/ml_datasets/loaders/mnist.py
+${PYSITELIB}/ml_datasets/loaders/mnist.pyc
+${PYSITELIB}/ml_datasets/loaders/mnist.pyo
+${PYSITELIB}/ml_datasets/loaders/quora.py
+${PYSITELIB}/ml_datasets/loaders/quora.pyc
+${PYSITELIB}/ml_datasets/loaders/quora.pyo
+${PYSITELIB}/ml_datasets/loaders/reuters.py
+${PYSITELIB}/ml_datasets/loaders/reuters.pyc
+${PYSITELIB}/ml_datasets/loaders/reuters.pyo
+${PYSITELIB}/ml_datasets/loaders/snli.py
+${PYSITELIB}/ml_datasets/loaders/snli.pyc
+${PYSITELIB}/ml_datasets/loaders/snli.pyo
+${PYSITELIB}/ml_datasets/loaders/stack_exchange.py
+${PYSITELIB}/ml_datasets/loaders/stack_exchange.pyc
+${PYSITELIB}/ml_datasets/loaders/stack_exchange.pyo
+${PYSITELIB}/ml_datasets/loaders/universal_dependencies.py
+${PYSITELIB}/ml_datasets/loaders/universal_dependencies.pyc
+${PYSITELIB}/ml_datasets/loaders/universal_dependencies.pyo
+${PYSITELIB}/ml_datasets/loaders/wikiner.py
+${PYSITELIB}/ml_datasets/loaders/wikiner.pyc
+${PYSITELIB}/ml_datasets/loaders/wikiner.pyo
+${PYSITELIB}/ml_datasets/spacy_readers.py
+${PYSITELIB}/ml_datasets/spacy_readers.pyc
+${PYSITELIB}/ml_datasets/spacy_readers.pyo
+${PYSITELIB}/ml_datasets/util.py
+${PYSITELIB}/ml_datasets/util.pyc
+${PYSITELIB}/ml_datasets/util.pyo
diff --git a/py-ml-datasets/distinfo b/py-ml-datasets/distinfo
new file mode 100644
index 0000000000..32899a4ebd
--- /dev/null
+++ b/py-ml-datasets/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ml-datasets-v0.2.0.tar.gz) = 9fbd9d1fbacb77570befb849e0f0ec263a071288
+RMD160 (ml-datasets-v0.2.0.tar.gz) = 37e3aa5b66f06760211af625f61a675d0a5184ce
+SHA512 (ml-datasets-v0.2.0.tar.gz) = 18367f2383af5dadf6e5be32deb793dce6a96a61f4959e0d7416bbe014e9a8324a11af7e9e0538e643a1618ca404ec275883d3346f6ddc10f9177cd9a1174a73
+Size (ml-datasets-v0.2.0.tar.gz) = 11025 bytes
diff --git a/py-murmurhash/DESCR b/py-murmurhash/DESCR
new file mode 100644
index 0000000000..0ea08d61ff
--- /dev/null
+++ b/py-murmurhash/DESCR
@@ -0,0 +1 @@
+Cython bindings for MurmurHash2
diff --git a/py-murmurhash/Makefile b/py-murmurhash/Makefile
new file mode 100644
index 0000000000..74d277485a
--- /dev/null
+++ b/py-murmurhash/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	murmurhash-v1.0.1
+PKGNAME=	${DISTNAME}
+PKGREVISION=	1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=explosion/}
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/explosion/murmurhash/
+COMMENT=	TODO: Short description of the package
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/${PKGNAME_NOREV:S/v//1}
+USE_LANGUAGES= c c++
+
+
+# url2pkg-marker (please do not remove this line.)
+.include	"../../lang/python/egg.mk"
+.include	"../../devel/py-cython/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-murmurhash/PLIST b/py-murmurhash/PLIST
new file mode 100644
index 0000000000..ca6589153d
--- /dev/null
+++ b/py-murmurhash/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/murmurhash-1.0.1-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/murmurhash-1.0.1-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/murmurhash-1.0.1-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/murmurhash-1.0.1-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/murmurhash-1.0.1-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/murmurhash/__init__.pxd
+${PYSITELIB}/murmurhash/__init__.py
+${PYSITELIB}/murmurhash/__init__.pyc
+${PYSITELIB}/murmurhash/__init__.pyo
+${PYSITELIB}/murmurhash/about.py
+${PYSITELIB}/murmurhash/about.pyc
+${PYSITELIB}/murmurhash/about.pyo
+${PYSITELIB}/murmurhash/include/murmurhash/MurmurHash2.h
+${PYSITELIB}/murmurhash/include/murmurhash/MurmurHash3.h
+${PYSITELIB}/murmurhash/mrmr.pxd
+${PYSITELIB}/murmurhash/mrmr.pyx
+${PYSITELIB}/murmurhash/mrmr.so
+${PYSITELIB}/murmurhash/tests/__init__.py
+${PYSITELIB}/murmurhash/tests/__init__.pyc
+${PYSITELIB}/murmurhash/tests/__init__.pyo
+${PYSITELIB}/murmurhash/tests/test_import.py
+${PYSITELIB}/murmurhash/tests/test_import.pyc
+${PYSITELIB}/murmurhash/tests/test_import.pyo
diff --git a/py-murmurhash/distinfo b/py-murmurhash/distinfo
new file mode 100644
index 0000000000..be4b3b3e4e
--- /dev/null
+++ b/py-murmurhash/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (murmurhash-v1.0.1.tar.gz) = a866d924455c1ca91b9d63fe781d8a17a82dde4d
+RMD160 (murmurhash-v1.0.1.tar.gz) = f1896f723d8e52060951724641aeb580575740df
+SHA512 (murmurhash-v1.0.1.tar.gz) = 83d29444e2492c7731265cf73cf92f176a30dae441738a7cac3d8c95c53c00c1aa8b36000d08fc1e3cab72d9141d5526a3030803fb5f05f049d30a293b11e1aa
+Size (murmurhash-v1.0.1.tar.gz) = 14818 bytes
diff --git a/py-preshed/buildlink3.mk b/py-preshed/buildlink3.mk
new file mode 100644
index 0000000000..d8ed778c20
--- /dev/null
+++ b/py-preshed/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+BUILDLINK_DEPMETHOD.preshed?=	build
+
+BUILDLINK_TREE+=	preshed
+
+.if !defined(PRESHED_BUILDLINK3_MK)
+PRESHED_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.preshed+=	preshed>=2.0.0nb1
+BUILDLINK_PKGSRCDIR.preshed?=	../../wip/py-preshed
+.endif	# PRESHED_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-preshed
diff --git a/py-wasabi/DESCR b/py-wasabi/DESCR
new file mode 100644
index 0000000000..9959412704
--- /dev/null
+++ b/py-wasabi/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# wasabi: A lightweight console printing and formatting toolkit
+
+Over the years, I've written countless implementations of coloring and
+formatting utilities to output messages in our libraries like
+[spaCy](https://spacy.io), [Thinc](https://github.com/explosion/thinc) and
+[Prodigy](https://prodi.gy). While there are many other great open-source
+options, I've always ended up wanting something slightly different or slightly
+custom.
+
+This package is still a work in progress and aims to bundle those utilities in a
+standardised way so they can be shared across our other projects. It's super
+lightweight, has zero dependencies and works across Python 2 and 3.
+
+[![Azure Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/1/master.svg?logo=azure-pipelines&style=flat-square)](https://dev.azure.com/explosion-ai/public/_build?definitionId=1)
+[![PyPi](https://img.shields.io/pypi/v/wasabi.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/wasabi)
+[![conda](https://img.shields.io/conda/vn/conda-forge/wasabi.svg?style=flat-square&logo=conda-forge/logoColor=white)](https://anaconda.org/conda-forge/wasabi)
+[![GitHub](https://img.shields.io/github/release/ines/wasabi/all.svg?style=flat-square&logo=github)](https://github.com/ines/wasabi)
+[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)
+
+<img width="609" src="https://user-images.githubusercontent.com/13643239/48663861-8c9ea000-ea96-11e8-8b04-d120c52276a8.png";>
+...
diff --git a/py-wasabi/Makefile b/py-wasabi/Makefile
new file mode 100644
index 0000000000..783cbfc57d
--- /dev/null
+++ b/py-wasabi/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+
+DISTNAME=	wasabi-v0.8.2
+PKGNAME=	${DISTNAME}
+PKGREVISION=	1
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ines/}
+GITHUB_PROJECT=	wasabi
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://ines.io
+COMMENT=	A lightweight console printing and formatting toolkit
+LICENSE=	mit
+
+WRKSRC=	${$WRKDIR}/${PKGNAME_NOREV}
+
+WRKSRC=		${WRKDIR}/wasabi-0.8.2
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wasabi/PLIST b/py-wasabi/PLIST
new file mode 100644
index 0000000000..68ea49c2bd
--- /dev/null
+++ b/py-wasabi/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+${PYSITELIB}/wasabi-0.8.2-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/wasabi-0.8.2-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/wasabi-0.8.2-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/wasabi-0.8.2-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/wasabi-0.8.2-py${PYVERSSUFFIX}.egg-info/zip-safe
+${PYSITELIB}/wasabi/__init__.py
+${PYSITELIB}/wasabi/__init__.pyc
+${PYSITELIB}/wasabi/__init__.pyo
+${PYSITELIB}/wasabi/about.py
+${PYSITELIB}/wasabi/about.pyc
+${PYSITELIB}/wasabi/about.pyo
+${PYSITELIB}/wasabi/markdown.py
+${PYSITELIB}/wasabi/markdown.pyc
+${PYSITELIB}/wasabi/markdown.pyo
+${PYSITELIB}/wasabi/printer.py
+${PYSITELIB}/wasabi/printer.pyc
+${PYSITELIB}/wasabi/printer.pyo
+${PYSITELIB}/wasabi/tables.py
+${PYSITELIB}/wasabi/tables.pyc
+${PYSITELIB}/wasabi/tables.pyo
+${PYSITELIB}/wasabi/tests/__init__.py
+${PYSITELIB}/wasabi/tests/__init__.pyc
+${PYSITELIB}/wasabi/tests/__init__.pyo
+${PYSITELIB}/wasabi/tests/test_markdown.py
+${PYSITELIB}/wasabi/tests/test_markdown.pyc
+${PYSITELIB}/wasabi/tests/test_markdown.pyo
+${PYSITELIB}/wasabi/tests/test_printer.py
+${PYSITELIB}/wasabi/tests/test_printer.pyc
+${PYSITELIB}/wasabi/tests/test_printer.pyo
+${PYSITELIB}/wasabi/tests/test_tables.py
+${PYSITELIB}/wasabi/tests/test_tables.pyc
+${PYSITELIB}/wasabi/tests/test_tables.pyo
+${PYSITELIB}/wasabi/tests/test_traceback.py
+${PYSITELIB}/wasabi/tests/test_traceback.pyc
+${PYSITELIB}/wasabi/tests/test_traceback.pyo
+${PYSITELIB}/wasabi/tests/test_util.py
+${PYSITELIB}/wasabi/tests/test_util.pyc
+${PYSITELIB}/wasabi/tests/test_util.pyo
+${PYSITELIB}/wasabi/traceback_printer.py
+${PYSITELIB}/wasabi/traceback_printer.pyc
+${PYSITELIB}/wasabi/traceback_printer.pyo
+${PYSITELIB}/wasabi/util.py
+${PYSITELIB}/wasabi/util.pyc
+${PYSITELIB}/wasabi/util.pyo
diff --git a/py-wasabi/distinfo b/py-wasabi/distinfo
new file mode 100644
index 0000000000..bb0c5bb052
--- /dev/null
+++ b/py-wasabi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wasabi-v0.8.2.tar.gz) = 718edfb56aa7b2329e0059a7d541a72cb1bde54a
+RMD160 (wasabi-v0.8.2.tar.gz) = aa7674149162c389d8960574a347b6045e12043f
+SHA512 (wasabi-v0.8.2.tar.gz) = d0feb576ffe7a3a2e693222ce7592a2a0071574c2f696f145b11ee6c1e561a9cc205702f69099a2b79d351a09ab12bf817af59a1519bb7dceeb38d03987bbd9c
+Size (wasabi-v0.8.2.tar.gz) = 20293 bytes


Home | Main Index | Thread Index | Old Index