idella4 15/08/05 00:41:26 Modified: decorator-3.4.2.ebuild ChangeLog Added: decorator-4.0.2.ebuild Log: bump; total upgrade of test phase (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild?r1=1.1&r2=1.2 Index: decorator-3.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- decorator-3.4.2.ebuild 4 Apr 2015 09:40:07 -0000 1.1 +++ decorator-3.4.2.ebuild 5 Aug 2015 00:41:26 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.2.ebuild,v 1.2 2015/08/05 00:41:26 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} ) @@ -19,7 +19,6 @@ 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 1.80 dev-python/decorator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 21 Jul 2015 20:41:48 -0000 1.79 +++ ChangeLog 5 Aug 2015 00:41:26 -0000 1.80 @@ -1,6 +1,12 @@ # 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.79 2015/07/21 20:41:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.80 2015/08/05 00:41:26 idella4 Exp $ + +*decorator-4.0.2 (05 Aug 2015) + + 05 Aug 2015; Ian Delaney <[email protected]> +decorator-4.0.2.ebuild, + decorator-3.4.2.ebuild: + bump; total upgrade of test phase 21 Jul 2015; Manuel RĂ¼ger <[email protected]> -decorator-3.3.2.ebuild: Remove old. 1.1 dev-python/decorator/decorator-4.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-4.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-4.0.2.ebuild?rev=1.1&content-type=text/plain Index: decorator-4.0.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-4.0.2.ebuild,v 1.1 2015/08/05 00:41:26 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_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="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( docs/README.rst ) python_test() { "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}" } python_install_all() { use doc && dodoc documentation.pdf distutils-r1_python_install_all }
