diff options
Diffstat (limited to 'misc/py-gluoncv')
-rw-r--r-- | misc/py-gluoncv/Makefile | 44 | ||||
-rw-r--r-- | misc/py-gluoncv/distinfo | 3 | ||||
-rw-r--r-- | misc/py-gluoncv/pkg-descr | 10 |
3 files changed, 0 insertions, 57 deletions
diff --git a/misc/py-gluoncv/Makefile b/misc/py-gluoncv/Makefile deleted file mode 100644 index a7aabd910f5a..000000000000 --- a/misc/py-gluoncv/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= gluoncv -DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 -PORTREVISION= 3 -CATEGORIES= misc # machine-learning -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Gluon CV toolkit for state-of-the-art deep learning in computer vision -WWW= https://gluon-cv.mxnet.io/ - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring misc/py-mxnet -EXPIRATION_DATE=2025-06-01 - -PY_DEPENDS= ${PYNUMPY} \ - ${PY_PILLOW} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mxnet>0:misc/py-mxnet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}portalocker>0:devel/py-portalocker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_DEPENDS} -RUN_DEPENDS= ${PY_DEPENDS} - -USES= compiler:c11 python localbase -USE_GITHUB= yes -GH_ACCOUNT= dmlc -GH_PROJECT= gluon-cv -USE_PYTHON= distutils cython autoplist - -PYDISTUTILS_BUILDARGS= --with-cython -PYDISTUTILS_INSTALLARGS= --with-cython - -post-patch: # https://github.com/dmlc/gluon-cv/issues/1095 - @truncate -s 0 ${WRKSRC}/README.md - -post-install: - @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} - -.include <bsd.port.mk> diff --git a/misc/py-gluoncv/distinfo b/misc/py-gluoncv/distinfo deleted file mode 100644 index faff6933d8b7..000000000000 --- a/misc/py-gluoncv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1609231652 -SHA256 (dmlc-gluon-cv-v0.9.0_GH0.tar.gz) = 0b31732d588d2240762989fe4c6dc154353793fe2eea4b160787fd07a98be4c9 -SIZE (dmlc-gluon-cv-v0.9.0_GH0.tar.gz) = 30718835 diff --git a/misc/py-gluoncv/pkg-descr b/misc/py-gluoncv/pkg-descr deleted file mode 100644 index e5f871e351e4..000000000000 --- a/misc/py-gluoncv/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GluonCV provides implementations of state-of-the-art (SOTA) deep learning -algorithms in computer vision. It aims to help engineers, researchers, and -students quickly prototype products, validate new ideas and learn computer -vision. - -GluonCV features: -* training scripts that reproduce SOTA results reported in latest papers -* a large set of pre-trained models -* carefully designed APIs and easy to understand implementations -* community support |