pkgsrc-WIP-changes archive

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

new package



Module Name:	pkgsrc-wip
Committed By:	Joe Mifsud <lntl%disroot.org@localhost>
Pushed By:	lntl
Date:		Sun Apr 11 13:34:44 2021 +0000
Changeset:	a9c26f2ac4133f11aacaa9143303139060f5fe65

Added Files:
	py-spacy/Makefile
	py-spacy/PLIST
	py-spacy/TODO
	py-spacy/distinfo

Log Message:
new package

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

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

diffstat:
 py-spacy/Makefile | 27 +++++++++++++++++++++++++++
 py-spacy/PLIST    |  4 ++++
 py-spacy/TODO     | 33 +++++++++++++++++++++++++++++++++
 py-spacy/distinfo |  6 ++++++
 4 files changed, 70 insertions(+)

diffs:
diff --git a/py-spacy/Makefile b/py-spacy/Makefile
new file mode 100644
index 0000000000..f920164dbd
--- /dev/null
+++ b/py-spacy/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	spaCy
+PKGVERSION=	3.0.5
+DISTNAME=	${GITHUB_PROJECT}-v${PKGVERSION}
+
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=explosion/}
+DIST_SUBDIR=	${GITHUB_PROJECT}-${PKGVERSION}
+WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION}
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/explosion/spaCy/
+COMMENT=	Short description of the package
+LICENSE=	mit
+
+USE_TOOLS+=     gmake perl:run pkg-config
+
+# url2pkg-marker (please do not remove this line.)
+
+
+#.include "../../devel/py-setuptools/buildlink3.mk"
+.include "../../wip/py-cymem/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spacy/PLIST b/py-spacy/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-spacy/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-spacy/TODO b/py-spacy/TODO
new file mode 100644
index 0000000000..12e20aaa07
--- /dev/null
+++ b/py-spacy/TODO
@@ -0,0 +1,33 @@
+
+
+# Our libraries
+spacy-legacy>=3.0.0,<3.1.0		DONE
+cymem>=2.0.2,<2.1.0				DONE-
+preshed>=3.0.2,<3.1.0			DONE
+thinc>=8.0.2,<8.1.0
+blis>=0.4.0,<0.8.0
+ml_datasets>=0.2.0,<0.3.0
+murmurhash>=0.28.0,<1.1.0
+wasabi>=0.8.1,<1.1.0
+srsly>=2.4.0,<3.0.0
+catalogue>=2.0.1,<2.1.0
+typer>=0.3.0,<0.4.0
+pathy>=0.3.5
+# Third party dependencies
+numpy>=1.15.0
+requests>=2.13.0,<3.0.0
+tqdm>=4.38.0,<5.0.0
+pydantic>=1.7.1,<1.8.0
+jinja2
+# Official Python utilities
+setuptools
+packaging>=20.0
+importlib_metadata>=0.20; python_version < "3.8"
+typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
+# Development dependencies
+cython>=0.25
+pytest>=5.2.0
+pytest-timeout>=1.3.0,<2.0.0
+mock>=2.0.0,<3.0.0
+flake8>=3.5.0,<3.6.0
+hypothesis>=3.27.0,<7.0.0
diff --git a/py-spacy/distinfo b/py-spacy/distinfo
new file mode 100644
index 0000000000..529296eeb8
--- /dev/null
+++ b/py-spacy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (spaCy-3.0.5/spaCy-v3.0.5.tar.gz) = e57edfc416a763679c024425a6a6ca0bc51a151f
+RMD160 (spaCy-3.0.5/spaCy-v3.0.5.tar.gz) = 1f7cd575fd739a3cfa30a0240d97dc11965c802b
+SHA512 (spaCy-3.0.5/spaCy-v3.0.5.tar.gz) = 0224d06b739d8499e187781d9a32bece732ff33e7ba070c5c02da72a1ccbcbd42eda3470c564ce6651e672e3c3d00442f1e0311c0e6a9ed80081a84259faaeae
+Size (spaCy-3.0.5/spaCy-v3.0.5.tar.gz) = 8775616 bytes


Home | Main Index | Thread Index | Old Index