idella4 15/04/04 09:40:07 Modified: ChangeLog Added: decorator-3.4.2.ebuild Removed: decorator-3.4.0.ebuild decorator-3.3.3.ebuild Log: bump; disable test phase due to many files absent from the source, filed upstream, rm old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.74 dev-python/decorator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 7 Mar 2015 08:15:46 -0000 1.73 +++ ChangeLog 4 Apr 2015 09:40:07 -0000 1.74 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/decorator # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.73 2015/03/07 08:15:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.74 2015/04/04 09:40:07 idella4 Exp $ + +*decorator-3.4.2 (04 Apr 2015) + + 04 Apr 2015; Ian Delaney <[email protected]> +decorator-3.4.2.ebuild, + -decorator-3.3.3.ebuild, -decorator-3.4.0.ebuild: + bump; disable test phase due to many files absent from the source, filed + upstream, rm old 07 Mar 2015; Pacho Ramos <[email protected]> decorator-3.4.0-r1.ebuild: ppc stable, bug 540290 1.1 dev-python/decorator/decorator-3.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild?rev=1.1&content-type=text/plain Index: decorator-3.4.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild,v 1.1 2015/04/04 09:40:07 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 DESCRIPTION="Simplifies the usage of decorators for the average programmer" HOMEPAGE="http://pypi.python.org/pypi/decorator http://code.google.com/p/micheles/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" # This release is missing no less than 8 files # Test phsse lacks the testsuite #python_test() { # local t=documentation.py # python_is_python3 && t=documentation3.py # # "${PYTHON}" ${t} || die "Tests fail with ${EPYTHON}" #}
