summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gentoo.org>2013-06-08 15:45:46 +0000
committerStanislav Ochotnicky <sochotnicky@gentoo.org>2013-06-08 15:45:46 +0000
commitd59d3002889d2ada2115b885bceff2a788a962c1 (patch)
tree9e6b714e4026c984853a4214012353905e67b509 /dev-python/pylast/pylast-0.5.11-r1.ebuild
parentAdd missing python deps. (diff)
downloadgentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.tar.gz
gentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.tar.bz2
gentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.zip
Update to EAPI5
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 7B087241)
Diffstat (limited to 'dev-python/pylast/pylast-0.5.11-r1.ebuild')
-rw-r--r--dev-python/pylast/pylast-0.5.11-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pylast/pylast-0.5.11-r1.ebuild b/dev-python/pylast/pylast-0.5.11-r1.ebuild
new file mode 100644
index 000000000000..e30050b38dc5
--- /dev/null
+++ b/dev-python/pylast/pylast-0.5.11-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-0.5.11-r1.ebuild,v 1.1 2013/06/08 15:45:46 sochotnicky Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to last.fm and other api-compatible websites"
+HOMEPAGE="http://code.google.com/p/pylast/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""