summaryrefslogtreecommitdiff
path: root/audio/py-id3
diff options
context:
space:
mode:
authorobache <obache>2010-04-12 12:13:28 +0000
committerobache <obache>2010-04-12 12:13:28 +0000
commit6f925e4353d3ca8e69f862b03e1f08677cf7a1eb (patch)
tree64460299dfd5a1cd013a617c51b08bb52eb2bc00 /audio/py-id3
parent2368609d52fccd2ab8b24d708623269e0ddb4990 (diff)
downloadpkgsrc-6f925e4353d3ca8e69f862b03e1f08677cf7a1eb.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/py-id3')
-rw-r--r--audio/py-id3/DESCR3
-rw-r--r--audio/py-id3/Makefile22
-rw-r--r--audio/py-id3/PLIST4
-rw-r--r--audio/py-id3/distinfo5
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