dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-python/python-musicbrainz2/python-musicbrainz2-0.7.3.exheres-0 (579B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require distutils [ python_dep=2.6 ]
      5 
      6 SUMMARY="Python bindings for MusicBrainz web services"
      7 DESCRIPTION="
      8 Python library for accessing web services of the MusicBrainz open music database.
      9 "
     10 HOMEPAGE="http://musicbrainz.org/doc/PythonMusicbrainz"
     11 DOWNLOADS="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${PNV}.tar.gz"
     12 
     13 LICENCES="BSD-3"
     14 SLOT="0"
     15 PLATFORMS="~amd64 ~x86"
     16 
     17 DEPENDENCIES="
     18     run:
     19         media-libs/libdiscid[>=0.1.0]
     20 "
     21 
     22 BUGS_TO="djc@djc.id.au"
     23