diff options
author | 2014-12-11 01:41:58 +0000 | |
---|---|---|
committer | 2014-12-11 01:41:58 +0000 | |
commit | 5e2aace06f2d30c62213a3780788ddbd678964a9 (patch) | |
tree | 602b786664955aa0358ece182d284d443cf66782 /dev-python/path-py | |
parent | Backport patch to remove bashisms in grub-mkconfig, bug 532200 by Rémi Cardona. (diff) | |
download | gentoo-2-5e2aace06f2d30c62213a3780788ddbd678964a9.tar.gz gentoo-2-5e2aace06f2d30c62213a3780788ddbd678964a9.tar.bz2 gentoo-2-5e2aace06f2d30c62213a3780788ddbd678964a9.zip |
Depend on app-arch/unzip.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/path-py/path-py-6.0.ebuild | 30 | ||||
-rw-r--r-- | dev-python/path-py/path-py-7.0.ebuild | 6 |
3 files changed, 9 insertions, 33 deletions
diff --git a/dev-python/path-py/ChangeLog b/dev-python/path-py/ChangeLog index f5333b110fab..19c5eb9e8eb8 100644 --- a/dev-python/path-py/ChangeLog +++ b/dev-python/path-py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/path-py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/ChangeLog,v 1.4 2014/11/18 08:10:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/ChangeLog,v 1.5 2014/12/11 01:41:58 floppym Exp $ + + 11 Dec 2014; Mike Gilbert <floppym@gentoo.org> -path-py-6.0.ebuild, + path-py-7.0.ebuild: + Depend on app-arch/unzip. 18 Nov 2014; Justin Lecher <jlec@gentoo.org> path-py-7.0.ebuild, metadata.xml: diff --git a/dev-python/path-py/path-py-6.0.ebuild b/dev-python/path-py/path-py-6.0.ebuild deleted file mode 100644 index 402de111fdab..000000000000 --- a/dev-python/path-py/path-py-6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-6.0.ebuild,v 1.1 2014/09/27 16:11:32 floppym Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A module wrapper for os.path" -HOMEPAGE="http://github.com/jaraco/path.py" -MY_P="path.py-${PV}" -SRC_URI="mirror://pypi/p/path.py/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -S="${WORKDIR}/${MY_P}" - -python_test() { - py.test || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/path-py/path-py-7.0.ebuild b/dev-python/path-py/path-py-7.0.ebuild index bc53efdce798..5a53ff7e4d3a 100644 --- a/dev-python/path-py/path-py-7.0.ebuild +++ b/dev-python/path-py/path-py-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/path-py/path-py-7.0.ebuild,v 1.3 2014/11/18 08:10:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-7.0.ebuild,v 1.4 2014/12/11 01:41:58 floppym Exp $ EAPI=5 @@ -20,8 +20,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND=" + app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" S="${WORKDIR}/${MY_P}" |