dev-python/musicbrainzngs/musicbrainzngs-0.0.1.ebuild
changeset 35 bedf0b92c21e
equal deleted inserted replaced
34:8056361e6e12 35:bedf0b92c21e
       
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=3
       
     6 
       
     7 inherit distutils python git-2
       
     8 
       
     9 DESCRIPTION="This library implements webservice bindings for the Musicbrainz NGS site"
       
    10 HOMEPAGE="https://github.com/alastair/python-musicbrainz-ngs"
       
    11 
       
    12 EGIT_REPO_URI="git://github.com/alastair/python-musicbrainz-ngs.git"
       
    13 EGIT_COMMIT="058b06576b8aedc11afdb0b25ca124ecc995ed66"
       
    14 
       
    15 LICENSE="BSD-2"
       
    16 SLOT="0"
       
    17 KEYWORDS="~amd64"
       
    18 IUSE=""
       
    19 
       
    20 PYTHON_DEPEND="2:6"
       
    21