summaryrefslogtreecommitdiff
path: root/misc/py-gluonnlp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-gluonnlp')
-rw-r--r--misc/py-gluonnlp/Makefile32
-rw-r--r--misc/py-gluonnlp/distinfo3
-rw-r--r--misc/py-gluonnlp/pkg-descr3
3 files changed, 0 insertions, 38 deletions
diff --git a/misc/py-gluonnlp/Makefile b/misc/py-gluonnlp/Makefile
deleted file mode 100644
index 371705193775..000000000000
--- a/misc/py-gluonnlp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= gluonnlp
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.10.0
-PORTREVISION= 3
-CATEGORIES= misc # machine-learning
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= MXNet-based toolkit to enable easy text, datasets preprocessing
-WWW= https://gluon-nlp.mxnet.io/
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expiring misc/py-mxnet
-EXPIRATION_DATE=2025-06-01
-
-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>
diff --git a/misc/py-gluonnlp/distinfo b/misc/py-gluonnlp/distinfo
deleted file mode 100644
index dd15d6c489b6..000000000000
--- a/misc/py-gluonnlp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1597948521
-SHA256 (dmlc-gluon-nlp-v0.10.0_GH0.tar.gz) = e746daad987fbbba28d826192a80c94e72d7a1f0f68fcb76ef025511af441a12
-SIZE (dmlc-gluon-nlp-v0.10.0_GH0.tar.gz) = 2464317
diff --git a/misc/py-gluonnlp/pkg-descr b/misc/py-gluonnlp/pkg-descr
deleted file mode 100644
index d83d5cea7adf..000000000000
--- a/misc/py-gluonnlp/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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.