summaryrefslogtreecommitdiff
path: root/dev-python/hp3parclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/hp3parclient
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/hp3parclient')
-rw-r--r--dev-python/hp3parclient/Manifest5
-rw-r--r--dev-python/hp3parclient/hp3parclient-2.0.0.ebuild35
-rw-r--r--dev-python/hp3parclient/hp3parclient-3.0.0.ebuild37
-rw-r--r--dev-python/hp3parclient/metadata.xml11
4 files changed, 0 insertions, 88 deletions
diff --git a/dev-python/hp3parclient/Manifest b/dev-python/hp3parclient/Manifest
deleted file mode 100644
index a68013d81a8f..000000000000
--- a/dev-python/hp3parclient/Manifest
+++ /dev/null
@@ -1,5 +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
-EBUILD hp3parclient-2.0.0.ebuild 982 BLAKE2B a645786013901bac1c187860595b29b59e5f295fce6afc660da7f284fc3b456301c99ab0d027ec6739875312c6cbbbad51a5a367c763da7c6426c14d7da04546 SHA512 f2014064f2db7fc1f48e9ca0b717c34d4c26509bd3fd133addc53fb07cef55d57877065b3bb62dab86bfc3379cc750fda049e2f7f030951feb99ad25f842a30f
-EBUILD hp3parclient-3.0.0.ebuild 1068 BLAKE2B a677b761895b6bfd27bea2cfda7460a4a5ded8038130fafc17d97e87e14ed86d1559818bee040f2e8d47c170ecc053e237d3ca228148739aa5b702873a7305cb SHA512 acd7d6bbad7da1bc66d8c09c93315d2a0dffe777c75d0a91a00b338969045ff1f6a9a7284776dc2641094d6727f65fc9abcec92942e7693a4ae89df7853ac479
-MISC metadata.xml 331 BLAKE2B 91f95c97414841a35af1a5eef97e5627ffaaefaac0845198a726e360180bdb128562628ced57b7ad60fc26c3864a3b48786e5d63fb461dc2c731ba705b82f6a5 SHA512 7871745a798e87553a4f378e5c689df0e8e33108138731c39fdc76bb7951f15f29848a4539de3276702d6b5a6254ec974673b2bbd9219dc12ff6736b6928830b
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>