Update to py-tagpy-0.94.8.
This commit is contained in:
parent
dfa3ef50e9
commit
8b91e02d66
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/06/08 17:31:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/06/26 06:34:01 ajacoutot Exp $
|
||||
|
||||
COMMENT= Python bindings to TagLib audio file tag library
|
||||
|
||||
MODPY_EGG_VERSION = 0.94.7
|
||||
MODPY_EGG_VERSION = 0.94.8
|
||||
DISTNAME = tagpy-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = audio devel
|
||||
|
||||
@ -17,7 +16,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += boost_python-mt m stdc++ tag
|
||||
WANTLIB += boost_python-mt m stdc++ tag ${MODPY_WANTLIB}
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=t/tagpy/}
|
||||
|
||||
@ -26,7 +25,8 @@ VMEM_WARNING= Yes
|
||||
MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
LIB_DEPENDS = audio/taglib \
|
||||
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
|
||||
audio/taglib \
|
||||
devel/boost
|
||||
|
||||
CONFIGURE_ARGS += --boost-python-libname=boost_python-mt \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tagpy-0.94.7.tar.gz) = 8jBKLhVRHM4FfDROpeFWlA==
|
||||
RMD160 (tagpy-0.94.7.tar.gz) = l2opvkdMWL2SR2I07cuneEmqV3c=
|
||||
SHA1 (tagpy-0.94.7.tar.gz) = S4a6PFZWLoWenlqD7sf2uQqkQAU=
|
||||
SHA256 (tagpy-0.94.7.tar.gz) = D9B3toWAkZlclclEuGIc1IpCRr3LC/TkRCDsPFIh6bE=
|
||||
SIZE (tagpy-0.94.7.tar.gz) = 150416
|
||||
MD5 (tagpy-0.94.8.tar.gz) = a6/2MxjPkLm8WiSXoFl4Ag==
|
||||
RMD160 (tagpy-0.94.8.tar.gz) = lAJppKVKImY5AqPGdYgPnvctrr4=
|
||||
SHA1 (tagpy-0.94.8.tar.gz) = BSEmpTPkj2CAewpnixXllO9X2Gc=
|
||||
SHA256 (tagpy-0.94.8.tar.gz) = Vuq43YFRD4rxjhk3Wg/9XNJcjlVRBL5GqSw9wIY0oNw=
|
||||
SIZE (tagpy-0.94.8.tar.gz) = 151986
|
||||
|
18
audio/py-tagpy/patches/patch-aksetup_helper_py
Normal file
18
audio/py-tagpy/patches/patch-aksetup_helper_py
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-aksetup_helper_py,v 1.1 2011/06/26 06:34:01 ajacoutot Exp $
|
||||
--- aksetup_helper.py.orig Tue Jul 20 04:38:24 2010
|
||||
+++ aksetup_helper.py Sun Jun 26 08:26:33 2011
|
||||
@@ -1,11 +1,11 @@
|
||||
# dealings with ez_setup ------------------------------------------------------
|
||||
-import distribute_setup
|
||||
-distribute_setup.use_setuptools()
|
||||
+#import distribute_setup
|
||||
+#distribute_setup.use_setuptools()
|
||||
|
||||
import setuptools
|
||||
from setuptools import Extension
|
||||
|
||||
-if 'distribute' not in setuptools.__file__:
|
||||
+if False and 'distribute' not in setuptools.__file__:
|
||||
print "-------------------------------------------------------------------------"
|
||||
print "Setuptools conflict detected."
|
||||
print "-------------------------------------------------------------------------"
|
Loading…
Reference in New Issue
Block a user