diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 13:11:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 13:11:45 +0300 |
commit | 39fc8f4d29622f2b2f26b39a362a5f8e7a738e69 (patch) | |
tree | e5003aaf06d8087a0f671d5c9fc287f0f5bc7bba /dev-python/hp3parclient | |
parent | media-gfx/gmic: Use src_prepare from 2.7.2 again (diff) | |
download | gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.gz gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.bz2 gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.zip |
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/hp3parclient')
-rw-r--r-- | dev-python/hp3parclient/Manifest | 2 | ||||
-rw-r--r-- | dev-python/hp3parclient/hp3parclient-2.0.0.ebuild | 35 | ||||
-rw-r--r-- | dev-python/hp3parclient/hp3parclient-3.0.0.ebuild | 37 | ||||
-rw-r--r-- | dev-python/hp3parclient/metadata.xml | 11 |
4 files changed, 0 insertions, 85 deletions
diff --git a/dev-python/hp3parclient/Manifest b/dev-python/hp3parclient/Manifest deleted file mode 100644 index 5eb56f619115..000000000000 --- a/dev-python/hp3parclient/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST hp3parclient-2.0.0.tar.gz 42167 BLAKE2B 9460bb57194536666b8a810cb1879c4cc3b906d89ef984265c9a4367ddca78782f1f4dc008b1352a90154bda2b0fa012e44f954da8f9beff9e6469f21327b1f5 SHA512 8bc4903e31f3f8a73c7656c1c6d722dd5baff05d7fcab1b22505843f0464e207194a333ba86bf487ac44219a9f792d8384cd0a3aefba292013c66f2d798d9552 -DIST hp3parclient-3.0.0.tar.gz 40895 BLAKE2B 5847808b045d7e3dcf9c47aefefcaf3b2f107564cb75f33bb982ef0c00dc4d725a959b5183a68bec8e01242652f47cba8ffc4c82fb31f0431688752c1eaf9400 SHA512 976f28b96ea18ef7995b327403f9ccc2d3322296d4d4ae8c66018b7810adb86f582aec8aed59ddafaa0f8a5cc73b1ef40cf916ad3210a74ce8dae3b1f7f7adff diff --git a/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild b/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild deleted file mode 100644 index 654b1c4d9e8e..000000000000 --- a/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A python interface to sendfile(2) system call" -HOMEPAGE="http://packages.python.org/hp3parclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" -RESTRICT="!test? ( test )" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=">=dev-python/httplib2-0.6.0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/werkzeug[${PYTHON_USEDEP}] - dev-python/nose-testconfig[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -# Instructions on running tests are utter nonsense. Tried and gave up -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( samples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/hp3parclient/hp3parclient-3.0.0.ebuild b/dev-python/hp3parclient/hp3parclient-3.0.0.ebuild deleted file mode 100644 index bb3201fee6e0..000000000000 --- a/dev-python/hp3parclient/hp3parclient-3.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A python interface to sendfile(2) system call" -HOMEPAGE="http://packages.python.org/hp3parclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" -RESTRICT="!test? ( test )" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=">=dev-python/httplib2-0.6.0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/eventlet[${PYTHON_USEDEP}] - test? ( dev-python/werkzeug[${PYTHON_USEDEP}] - dev-python/nose-testconfig[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -# Instructions on running tests are utter nonsense. Tried and gave up -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( samples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/hp3parclient/metadata.xml b/dev-python/hp3parclient/metadata.xml deleted file mode 100644 index 1cded487a3ee..000000000000 --- a/dev-python/hp3parclient/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>openstack@gentoo.org</email> - <name>Openstack</name> - </maintainer> - <upstream> - <remote-id type="pypi">hp3parclient</remote-id> - </upstream> -</pkgmetadata> |