ports/graphics/py-qudida/Makefile
Yuri Victorovich 0a2c5ca042 graphics/opencv: update 4.6.0 → 4.9.0
PR:	275977
Approved by:	desktop@FreeBSD.org (maintainers timeout; 4+ months)
2024-05-02 10:42:04 -07:00

24 lines
585 B
Makefile

PORTNAME= qudida
DISTVERSION= 0.0.4
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= QUick and DIrty Domain Adaptation
WWW= https://github.com/arsenyinfo/qudida
LICENSE= MIT
RUN_DEPENDS= ${PYNUMPY} \
opencv>=4.0.1:graphics/opencv \
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.19.1:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>