svn commit: r520224 - in head/misc: . py-gluonnlp
Yuri Victorovich
yuri at FreeBSD.org
Mon Dec 16 06:58:52 UTC 2019
Author: yuri
Date: Mon Dec 16 06:58:50 2019
New Revision: 520224
URL: https://svnweb.freebsd.org/changeset/ports/520224
Log:
New port: misc/py-gluonnlp: MXNet-based toolkit to enable easy text, datasets preprocessing
Added:
head/misc/py-gluonnlp/
head/misc/py-gluonnlp/Makefile (contents, props changed)
head/misc/py-gluonnlp/distinfo (contents, props changed)
head/misc/py-gluonnlp/pkg-descr (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Mon Dec 16 06:46:58 2019 (r520223)
+++ head/misc/Makefile Mon Dec 16 06:58:50 2019 (r520224)
@@ -388,6 +388,7 @@
SUBDIR += py-fuzzy
SUBDIR += py-glance
SUBDIR += py-gluoncv
+ SUBDIR += py-gluonnlp
SUBDIR += py-huepy
SUBDIR += py-kartograph
SUBDIR += py-molequeue
Added: head/misc/py-gluonnlp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/py-gluonnlp/Makefile Mon Dec 16 06:58:50 2019 (r520224)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= gluonnlp
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.6.0-217
+DISTVERSIONSUFFIX= -g394e69a
+CATEGORIES= misc # machine-learning
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= MXNet-based toolkit to enable easy text, datasets preprocessing
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PY_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}mxnet>0:misc/py-mxnet@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_DEPENDS}
+RUN_DEPENDS= ${PY_DEPENDS}
+
+USES= python localbase
+USE_GITHUB= yes
+GH_ACCOUNT= dmlc
+GH_PROJECT= gluon-nlp
+USE_PYTHON= distutils cython autoplist
+
+post-install:
+ @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}
+
+.include <bsd.port.mk>
Added: head/misc/py-gluonnlp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/py-gluonnlp/distinfo Mon Dec 16 06:58:50 2019 (r520224)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1576478814
+SHA256 (dmlc-gluon-nlp-v0.6.0-217-g394e69a_GH0.tar.gz) = 3de2969dfe8060d18b5cdf58d56e6fd83d1b1fd2ad725a2e2551bb3af0cecb7e
+SIZE (dmlc-gluon-nlp-v0.6.0-217-g394e69a_GH0.tar.gz) = 2449993
Added: head/misc/py-gluonnlp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/py-gluonnlp/pkg-descr Mon Dec 16 06:58:50 2019 (r520224)
@@ -0,0 +1,5 @@
+GluonNLP is a toolkit that enables easy text preprocessing, datasets loading and
+neural models building to help you speed up your Natural Language Processing
+(NLP) research.
+
+WWW: https://gluon-nlp.mxnet.io/
More information about the svn-ports-all
mailing list