mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
Changes: https://github.com/beetbox/mediafile/blob/master/docs/index.rst#changelog https://mediafile.readthedocs.io/en/latest/#changelog
24 lines
679 B
Makefile
24 lines
679 B
Makefile
PORTNAME= mediafile
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Handle low-level interfacing for files tags
|
|
WWW= https://mediafile.readthedocs.io/en/latest/ \
|
|
https://github.com/beetbox/mediafile
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.0:devel/py-filetype@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}mutagen>=1.46:audio/py-mutagen@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|