mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
458 B
Makefile
24 lines
458 B
Makefile
COMMENT= read and write audio file tags in Python
|
|
|
|
MODPY_DISTV= 0.17.0
|
|
GH_ACCOUNT= beetbox
|
|
GH_PROJECT= mediafile
|
|
GH_TAGNAME= v${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= https://mediafile.readthedocs.io/en/latest/
|
|
# https://github.com/beetbox/mediafile (but changelogs on rtd ^^)
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
|
|
RUN_DEPENDS= audio/py-mutagen \
|
|
devel/py-filetype
|
|
|
|
.include <bsd.port.mk>
|