diff options
author | obache <obache> | 2010-04-12 12:13:28 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-12 12:13:28 +0000 |
commit | f882a201638b08e23a84a25dcb9e9356cd3668c7 (patch) | |
tree | 64460299dfd5a1cd013a617c51b08bb52eb2bc00 /audio | |
parent | d1bb885ea9a9af61777aa010ae48c1441d372961 (diff) | |
download | pkgsrc-f882a201638b08e23a84a25dcb9e9356cd3668c7.tar.gz |
Import py-id3-1.2 as audio/py-id3.
Based on PR#41744 by Wes Chow.
This module allows one to read and manipulate so-called ID3
informational tags on MP3 files through an object-oriented Python
interface.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-id3/DESCR | 3 | ||||
-rw-r--r-- | audio/py-id3/Makefile | 22 | ||||
-rw-r--r-- | audio/py-id3/PLIST | 4 | ||||
-rw-r--r-- | audio/py-id3/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/audio/py-id3/DESCR b/audio/py-id3/DESCR new file mode 100644 index 00000000000..857daa90b5e --- /dev/null +++ b/audio/py-id3/DESCR @@ -0,0 +1,3 @@ +This module allows one to read and manipulate so-called ID3 +informational tags on MP3 files through an object-oriented Python +interface. diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile new file mode 100644 index 00000000000..1d90140601f --- /dev/null +++ b/audio/py-id3/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ + +DISTNAME= id3-py_1.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} +CATEGORIES= audio python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/} + +MAINTAINER= wes.chow@s7labs.com +HOMEPAGE= http://id3-py.sourceforge.net/ +COMMENT= Python module to manipulate ID3 tags in MP3 files +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty + +PYDISTUTILSPKG= yes + +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3/PLIST b/audio/py-id3/PLIST new file mode 100644 index 00000000000..11596c51f41 --- /dev/null +++ b/audio/py-id3/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ +${PYSITELIB}/ID3.py +${PYSITELIB}/ID3.pyc +${PYSITELIB}/ID3.pyo diff --git a/audio/py-id3/distinfo b/audio/py-id3/distinfo new file mode 100644 index 00000000000..bc67beb29fd --- /dev/null +++ b/audio/py-id3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ + +SHA1 (id3-py_1.2.tar.gz) = bc2bef1ac134264ba31556f1ba0fef93fb99a815 +RMD160 (id3-py_1.2.tar.gz) = f4e04742ffb224f7ba539ab7815d6cc0868a5b72 +Size (id3-py_1.2.tar.gz) = 16650 bytes |