diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 16:03:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 16:03:03 +0000 |
commit | c234e14ff2738acc98826aad78b9d31f39d8e3e6 (patch) | |
tree | 261f89280c96d36b75949314684d894b8665a4b7 /dev-python/setuptools | |
parent | Stable for alpha, wrt bug #530620 (diff) | |
download | gentoo-2-c234e14ff2738acc98826aad78b9d31f39d8e3e6.tar.gz gentoo-2-c234e14ff2738acc98826aad78b9d31f39d8e3e6.tar.bz2 gentoo-2-c234e14ff2738acc98826aad78b9d31f39d8e3e6.zip |
Stable for alpha, wrt bug #530650
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index 2c28a0ce4df9..1ab1ec80f339 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.257 2014/12/19 03:17:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.258 2014/12/23 16:03:03 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> setuptools-7.0.ebuild: + Stable for alpha, wrt bug #530650 *setuptools-8.2.1 (19 Dec 2014) diff --git a/dev-python/setuptools/setuptools-7.0.ebuild b/dev-python/setuptools/setuptools-7.0.ebuild index 527a8f43da06..49585b994ba1 100644 --- a/dev-python/setuptools/setuptools-7.0.ebuild +++ b/dev-python/setuptools/setuptools-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-7.0.ebuild,v 1.10 2014/12/09 08:29:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-7.0.ebuild,v 1.11 2014/12/23 16:03:03 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |