dev-python/pylast/pylast-0.5.11.ebuild
changeset 204 65b4d35e7ec3
parent 203 5178154ddcbb
child 205 8b1ff00ed57f
equal deleted inserted replaced
203:5178154ddcbb 204:65b4d35e7ec3
     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
       
     8 
       
     9 DESCRIPTION="A Python interface to Last.fm (and other API compatible social networks)"
       
    10 HOMEPAGE="http://code.google.com/p/pylast/"
       
    11 SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
       
    12 
       
    13 LICENSE="Apache-2.0"
       
    14 SLOT="0"
       
    15 KEYWORDS="~amd64"
       
    16 IUSE=""
       
    17 
       
    18 PYTHON_DEPEND="2:5"
       
    19