mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- remove dead MASTER_SITES
- remove shlib version from LIB_DEPENDS - move LICENSE to correct location While here: - strict python version to 2.x - trim whitespace nits in pkg-descr PR: 170189 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
This commit is contained in:
parent
21db84aa2f
commit
0cb776ae4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301662
@ -8,8 +8,6 @@ PORTNAME= musicbrainz2
|
||||
PORTVERSION= 0.7.4
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
|
||||
http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
|
||||
http://users.musicbrainz.org/~matt/ \
|
||||
http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-musicbrainz2-${DISTVERSION}
|
||||
@ -17,13 +15,12 @@ DISTNAME= python-musicbrainz2-${DISTVERSION}
|
||||
MAINTAINER= bsdkaffee@gmail.com
|
||||
COMMENT= Next Generation Python bindings for MusicBrainz
|
||||
|
||||
LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid
|
||||
LICENSE= BSD
|
||||
|
||||
USE_PYTHON= yes
|
||||
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= python-musicbrainz2
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
The package python-musicbrainz2 is a client library written in python which
|
||||
provides easy object oriented access to the MusicBrainz database using the
|
||||
XMLWebService. It has been written from scratch and uses a different model
|
||||
The package python-musicbrainz2 is a client library written in python which
|
||||
provides easy object oriented access to the MusicBrainz database using the
|
||||
XMLWebService. It has been written from scratch and uses a different model
|
||||
than PythonMusicbrainz, the first generation python bindings.
|
||||
|
||||
WWW: http://musicbrainz.org/doc/python-musicbrainz2
|
||||
|
Loading…
Reference in New Issue
Block a user