- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
19 lines
630 B
Makefile
19 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:06 joerg Exp $
|
|
|
|
DISTNAME= python-musicbrainz2-0.4.0
|
|
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://musicbrainz.org/~matt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://musicbrainz.org/doc/PythonMusicBrainz2
|
|
COMMENT= Python interface to the MusicBrainz XML web service
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ctypes>=1.0.0:../../devel/py-ctypes
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
.include "../../audio/libdiscid/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|