diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-09-23 14:55:02 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-09-23 14:55:02 +0000 |
commit | 5c91fc8239e26a24e3c12481378a2d010e8ac161 (patch) | |
tree | 8aa6e320b6c425c3039a98ce7deb59d42ca3d4db /dev-python/pylast | |
parent | Version bump. (diff) | |
download | gentoo-2-5c91fc8239e26a24e3c12481378a2d010e8ac161.tar.gz gentoo-2-5c91fc8239e26a24e3c12481378a2d010e8ac161.tar.bz2 gentoo-2-5c91fc8239e26a24e3c12481378a2d010e8ac161.zip |
bump; add py3.4 pypy support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylast/pylast-1.0.0.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-python/pylast/ChangeLog b/dev-python/pylast/ChangeLog index 7133fd56199b..ed55f9bed01c 100644 --- a/dev-python/pylast/ChangeLog +++ b/dev-python/pylast/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pylast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.6 2014/03/22 18:57:49 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.7 2014/09/23 14:55:02 idella4 Exp $ + +*pylast-1.0.0 (23 Sep 2014) + + 23 Sep 2014; Ian Delaney <idella4@gentoo.org> +pylast-1.0.0.ebuild: + bump; add py3.4 pypy support 22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -pylast-0.5.11.ebuild: Remove old. diff --git a/dev-python/pylast/pylast-1.0.0.ebuild b/dev-python/pylast/pylast-1.0.0.ebuild new file mode 100644 index 000000000000..f2a15e8444c5 --- /dev/null +++ b/dev-python/pylast/pylast-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v 1.1 2014/09/23 14:55:02 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) + +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="" |