idella4 14/09/23 14:55:02 Modified: ChangeLog Added: pylast-1.0.0.ebuild Log: bump; add py3.4 pypy support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 dev-python/pylast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 22 Mar 2014 18:57:49 -0000 1.6 +++ ChangeLog 23 Sep 2014 14:55:02 -0000 1.7 @@ -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 <[email protected]> +pylast-1.0.0.ebuild: + bump; add py3.4 pypy support 22 Mar 2014; Michael Palimaka <[email protected]> -pylast-0.5.11.ebuild: Remove old. 1.1 dev-python/pylast/pylast-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild?rev=1.1&content-type=text/plain Index: pylast-1.0.0.ebuild =================================================================== # 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=""
