2013-02-15 03:47:46 +01:00
|
|
|
PORTNAME= pyacoustid
|
2021-09-21 05:11:51 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2013-02-15 03:47:46 +01:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2019-06-22 01:09:09 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-02-15 03:47:46 +01:00
|
|
|
COMMENT= Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/beetbox/pyacoustid
|
2013-02-15 03:47:46 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libchromaprint.so:audio/chromaprint
|
2019-06-22 23:48:28 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}audioread>=0:audio/py-audioread@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
|
2013-02-15 03:47:46 +01:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2019-06-22 01:09:09 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2013-02-15 03:47:46 +01:00
|
|
|
|
2013-04-06 04:38:59 +02:00
|
|
|
.include <bsd.port.mk>
|