gentoo/dev-python/pylast/pylast-1.0.0.ebuild
Tobias Klausmann 94814ed976
dev-python/pylast: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
2015-09-01 21:22:25 +02:00

19 lines
421 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Python interface to last.fm and other api-compatible websites"
HOMEPAGE="https://github.com/pylast/pylast"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""