pytagger is a ID3 tag reader and writer implemented purely in Python. It supports all the current ID3 tag implementations including ID3v1, ID3v1.1, ID3v2.2, ID3v2.3 and ID3v2.4.
20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 22:20:17 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= pytagger-0.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.liquidx.net/static/pytagger/
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net
|
|
HOMEPAGE= http://www.liquidx.net/pytagger/
|
|
COMMENT= ID3v1 and ID3v2 tag library in Python
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|