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.
This commit is contained in:
parent
d4d8092917
commit
9ca5a510b4
4 changed files with 34 additions and 0 deletions
3
audio/py-id3/DESCR
Normal file
3
audio/py-id3/DESCR
Normal file
|
@ -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.
|
22
audio/py-id3/Makefile
Normal file
22
audio/py-id3/Makefile
Normal file
|
@ -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"
|
4
audio/py-id3/PLIST
Normal file
4
audio/py-id3/PLIST
Normal file
|
@ -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
|
5
audio/py-id3/distinfo
Normal file
5
audio/py-id3/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue