Update to pytagger-0.5 and drop maintainership.

This commit is contained in:
xsa 2006-09-20 13:22:42 +00:00
parent d0e71f73f6
commit e66c8096bf
4 changed files with 16 additions and 16 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.2 2006/06/03 09:21:21 alek Exp $
# $OpenBSD: Makefile,v 1.3 2006/09/20 13:22:42 xsa Exp $
COMMENT= "Python ID3 tag reader/writer module"
DISTNAME= pytagger-0.4
PKGNAME= ${DISTNAME:S/^py/py-/}p0
DISTNAME= pytagger-0.5
PKGNAME= ${DISTNAME:S/^py/py-/}
CATEGORIES= audio
HOMEPAGE= http://www.liquidx.net/pytagger/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -17,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.liquidx.net/static/pytagger/
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
@ -33,6 +32,6 @@ post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKBUILD}/mp3check.py ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKBUILD}/{apic,mp3check}.py ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (pytagger-0.4.tar.gz) = 15fb12e551c1269cf06c615b0eab7f1e
RMD160 (pytagger-0.4.tar.gz) = 2da187e51d041ba27fd6e8f4bc4f58274636060f
SHA1 (pytagger-0.4.tar.gz) = 0dd505bd9ec5f25d1fea13b4ac38c2cd86e2af7e
SIZE (pytagger-0.4.tar.gz) = 17181
MD5 (pytagger-0.5.tar.bz2) = 0af47e825f510204d839cb190743ad40
RMD160 (pytagger-0.5.tar.bz2) = cf27a0fd3446cc1b21a74525bf605f79e7449eda
SHA1 (pytagger-0.5.tar.bz2) = f60d0a6511b4db033f92389864e81a0691e2f37a
SIZE (pytagger-0.5.tar.bz2) = 40717

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2005/06/15 09:19:52 xsa Exp $
--- setup.py.orig Mon May 9 20:58:56 2005
+++ setup.py Wed Jun 15 11:09:59 2005
$OpenBSD: patch-setup_py,v 1.2 2006/09/20 13:22:42 xsa Exp $
--- setup.py.orig Mon May 1 17:18:27 2006
+++ setup.py Wed Sep 20 15:20:49 2006
@@ -16,5 +16,5 @@ setup(
py_modules = ["tagger", "tagger.id3v1", "tagger.id3v2", "tagger.exceptions",
"tagger.constants", "tagger.utility", "tagger.id3v2frame",
"tagger.encoding", "tagger.debug"],
- scripts = ["mp3check.py"]
+ #scripts = ["mp3check.py"]
- scripts = ["mp3check.py", "apic.py"]
+ #scripts = ["mp3check.py", "apic.py"]
)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/06/15 09:19:52 xsa Exp $
@comment $OpenBSD: PLIST,v 1.2 2006/09/20 13:22:42 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/tagger/
lib/python${MODPY_VERSION}/site-packages/tagger/__init__.py
lib/python${MODPY_VERSION}/site-packages/tagger/__init__.pyc
@ -21,4 +21,5 @@ lib/python${MODPY_VERSION}/site-packages/tagger/utility.pyc
share/doc/py-tagger/
share/doc/py-tagger/README
share/examples/py-tagger/
share/examples/py-tagger/apic.py
share/examples/py-tagger/mp3check.py