pkgsrc-WIP-changes archive

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

import



Module Name:	pkgsrc-wip
Committed By:	Joe Mifsud <lntl%disroot.org@localhost>
Pushed By:	lntl
Date:		Mon Apr 12 08:37:22 2021 +0000
Changeset:	982218277faec8221f09cc6e8225233aff569766

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

Log Message:
import

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

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

diffstat:
 py-thinc/Makefile | 23 +++++++++++++++++++++++
 py-thinc/PLIST    |  4 ++++
 py-thinc/TODO     | 30 ++++++++++++++++++++++++++++++
 py-thinc/distinfo |  6 ++++++
 4 files changed, 63 insertions(+)

diffs:
diff --git a/py-thinc/Makefile b/py-thinc/Makefile
new file mode 100644
index 0000000000..9df01318d0
--- /dev/null
+++ b/py-thinc/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+
+DISTNAME=	thinc-v8.0.2
+PKGNAME=	${DISTNAME}
+PKGREVISION=	1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=explosion/}
+GITHUB_PROJECT=	thinc
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/explosion/thinc/
+COMMENT=	TODO: Short description of the package
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/${PKGNAME_NOREV:S/v//1}
+
+# url2pkg-marker (please do not remove this line.)
+.include	"../../lang/python/egg.mk"
+.include	"../../math/py-numpy/buildlink3.mk"
+.include	"../../wip/py-cymem/buildlink3.mk"
+.include	"../../wip/py-preshed/buildlink3.mk"
+.include	"../../mk/bsd.pkg.mk"
diff --git a/py-thinc/PLIST b/py-thinc/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-thinc/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-thinc/TODO b/py-thinc/TODO
new file mode 100644
index 0000000000..4c33be4aac
--- /dev/null
+++ b/py-thinc/TODO
@@ -0,0 +1,30 @@
+# Explosion-provided dependencies
+murmurhash>=0.28.0,<1.1.0			DONE
+cymem>=2.0.2,<2.1.0					DONE
+preshed>=3.0.2,<3.1.0				DONE
+blis>=0.4.0,<0.8.0
+srsly>=2.4.0,<3.0.0					DONE
+wasabi>=0.8.1,<1.1.0
+catalogue>=2.0.1,<2.1.0
+ml_datasets>=0.2.0,<0.3.0
+# Third-party dependencies
+pydantic>=1.7.1,<1.8.0
+numpy>=1.15.0
+# Backports of modern Python features
+dataclasses>=0.6,<1.0; python_version < "3.7"
+typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
+contextvars>=2.4,<3; python_version < "3.7"
+# Development dependencies
+cython>=0.25.0
+hypothesis>=3.27.0,<7.0.0
+pytest>=5.2.0
+pytest-cov>=2.7.0,<2.8.0
+mock>=2.0.0,<3.0.0
+flake8>=3.5.0,<3.6.0
+mypy
+# Executing notebook tests
+ipykernel>=5.1.4,<5.2.0
+nbconvert==5.6.1,<5.7.0
+nbformat==5.0.4,<5.1.0
+# Test to_disk/from_disk against pathlib.Path subclasses
+pathy>=0.3.5
diff --git a/py-thinc/distinfo b/py-thinc/distinfo
new file mode 100644
index 0000000000..0b10e1ec14
--- /dev/null
+++ b/py-thinc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (thinc-v8.0.2.tar.gz) = ef1c12d3b9366ae7143e6cf19dd158d8540f3c59
+RMD160 (thinc-v8.0.2.tar.gz) = 68cdc6503905dcf7bedbf1d76088a9d969970134
+SHA512 (thinc-v8.0.2.tar.gz) = 077a82b9bb201bb7fb277075cfc08de231e447221d6aecfb89535de7c8edb23574dd916eaede0cc1cd5ecdf9dabcca27a7b41e2493c05580de2e11d8d3e72aab
+Size (thinc-v8.0.2.tar.gz) = 1326200 bytes


Home | Main Index | Thread Index | Old Index