diff options
author | 2011-11-24 22:27:02 +0000 | |
---|---|---|
committer | 2011-11-24 22:27:02 +0000 | |
commit | 6a3d8edd20e28aba56a715d77389382f2c94a5b2 (patch) | |
tree | ee206809247daa84e050bf01bc92024bdd20bd96 /dev-python | |
parent | sys-apps/apparmor: Avoid bashisms in initscript. Thanks to mgorny for the rep... (diff) | |
download | sunrise-reviewed-6a3d8edd20e28aba56a715d77389382f2c94a5b2.tar.gz sunrise-reviewed-6a3d8edd20e28aba56a715d77389382f2c94a5b2.tar.bz2 sunrise-reviewed-6a3d8edd20e28aba56a715d77389382f2c94a5b2.zip |
dev-python/path: Version bump. Overall fixes to the ebuild. Thanks to Tommy[D] for reviewing
svn path=/sunrise/; revision=12529
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/path/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/path/Manifest | 6 | ||||
-rw-r--r-- | dev-python/path/path-2.2.2.ebuild (renamed from dev-python/path/path-2.2.ebuild) | 29 |
3 files changed, 23 insertions, 18 deletions
diff --git a/dev-python/path/ChangeLog b/dev-python/path/ChangeLog index 7b47a322d..d981f278c 100644 --- a/dev-python/path/ChangeLog +++ b/dev-python/path/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/path -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Nov 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> + -path-2.2.ebuild, +path-2.2.2.ebuild: + Version bump. Overall fixes to the ebuild. Thanks to Tommy[D] for reviewing + 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> path-2.2.ebuild: Switch to pypi mirror list diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest index da753bfd8..e7e7684bf 100644 --- a/dev-python/path/Manifest +++ b/dev-python/path/Manifest @@ -1,4 +1,4 @@ -DIST path-2.2.zip 14108 RMD160 dd377198d8a7bd9f326ecd544f081d2ecd90170d SHA1 8c331673a673390aa884e2fc686dfb9727fe55de SHA256 815f518a94f391d0988de0f361e5cd5661f2732a3a4557bc1392d071cf7ac550 -EBUILD path-2.2.ebuild 659 RMD160 9ae7d9972b42fbeb354c5a1a023caa88253f8698 SHA1 e7c4a990646eabdf1811e1a37145144d51e107ed SHA256 22853cffce6dc2571598282824add4db541a5eedb48b81497fa052b7eeb5a824 -MISC ChangeLog 1017 RMD160 e24a2bafa82cb2cec36d28f5d150ca4fc9edfccb SHA1 e88be5014787500bbeaef77fede9e72addd62f9a SHA256 e0f47e8af399b47ac66fd5348b8af0cf2894bc48487683d1f5ba99c492ea93b9 +DIST path.py-2.2.2.tar.gz 13528 RMD160 a1872c9c75ce3fca70d6bf968f0940940f9af5ec SHA1 da325c533ea18e1a9f5137a60cb3fdac32951f22 SHA256 acd666e2f4a0d7cb0a50a1dab32c9c3a775ba87745a0ae9e8872df630059815c +EBUILD path-2.2.2.ebuild 748 RMD160 2821b885a981cead23afd72c440aa39629d96de9 SHA1 507b8eb01caea72ed803d8659621668d097457a6 SHA256 bdb2eb905222cbeb994adace1b03e00f816745469045d73c5f8b3dc46d3c25bc +MISC ChangeLog 1203 RMD160 84f7a15ea77fcea110600c8690685e229b9f6f15 SHA1 e28a37949a4a609d95f50f8f8d6eb70f4c3b8753 SHA256 a25856039130754516295837a0ab532894d16526e03e6b7b60290ae28ea91436 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/dev-python/path/path-2.2.ebuild b/dev-python/path/path-2.2.2.ebuild index 9547eff29..f3cf1087f 100644 --- a/dev-python/path/path-2.2.ebuild +++ b/dev-python/path/path-2.2.2.ebuild @@ -1,29 +1,27 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 -PYTHON_DEPEND=2 -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='3.*' +EAPI="2" +PYTHON_DEPEND="2:2.5 3:3.1" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4" +PYTHON_TESTS_RESTRICTED_ABIS="3.*" + +MY_PN=${PN}.py inherit distutils DESCRIPTION="Helpful python wrapper to the os.path module" HOMEPAGE="http://pypi.python.org/pypi/path.py" -SRC_URI="mirror://pypi/p/${PN}.py/${P}.zip" +SRC_URI="mirror://pypi/p/${MY_PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="freedist" +LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" - -my_test() { - "$(PYTHON)" test_path.py -} +S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { # Don't install test_path.py @@ -33,5 +31,8 @@ src_prepare() { } src_test() { + my_test() { + "$(PYTHON)" test_path.py || die + } python_execute_function my_test } |