2022-03-11 18:20:04 +00:00

34 lines
562 B
Makefile

COMMENT = python bindings for Chromaprint and the Acoustid API
MODPY_EGG_VERSION = 1.2.2
DISTNAME = pyacoustid-${MODPY_EGG_VERSION}
PKGNAME = py-acoustid-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = audio
HOMEPAGE = https://github.com/sampsyo/pyacoustid/
# MIT
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = audio/chromaprint \
www/py-requests${MODPY_FLAVOR}
pre-configure:
${SUBST_CMD} ${WRKSRC}/setup.py
# needs audioread
#NO_TEST= Yes
.include <bsd.port.mk>