Initial import of py-tagger 0.4:
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.
This commit is contained in:
parent
ab32e1b7cd
commit
bd55b7b13a
3 changed files with 44 additions and 0 deletions
3
py-tagger/DESCR
Normal file
3
py-tagger/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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
py-tagger/Makefile
Normal file
20
py-tagger/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $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"
|
21
py-tagger/PLIST
Normal file
21
py-tagger/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 22:15:46 shattered Exp $
|
||||
bin/mp3check.py
|
||||
${PYSITELIB}/tagger/__init__.pyc
|
||||
${PYSITELIB}/tagger/__init__.pyo
|
||||
${PYSITELIB}/tagger/constants.pyc
|
||||
${PYSITELIB}/tagger/constants.pyo
|
||||
${PYSITELIB}/tagger/debug.pyc
|
||||
${PYSITELIB}/tagger/debug.pyo
|
||||
${PYSITELIB}/tagger/encoding.pyc
|
||||
${PYSITELIB}/tagger/encoding.pyo
|
||||
${PYSITELIB}/tagger/exceptions.pyc
|
||||
${PYSITELIB}/tagger/exceptions.pyo
|
||||
${PYSITELIB}/tagger/id3v1.pyc
|
||||
${PYSITELIB}/tagger/id3v1.pyo
|
||||
${PYSITELIB}/tagger/id3v2.pyc
|
||||
${PYSITELIB}/tagger/id3v2.pyo
|
||||
${PYSITELIB}/tagger/id3v2frame.pyc
|
||||
${PYSITELIB}/tagger/id3v2frame.pyo
|
||||
${PYSITELIB}/tagger/utility.pyc
|
||||
${PYSITELIB}/tagger/utility.pyo
|
||||
@dirrm ${PYSITELIB}/tagger
|
Loading…
Reference in a new issue