summaryrefslogtreecommitdiff
path: root/dev-python/restkit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /dev-python/restkit
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'dev-python/restkit')
-rw-r--r--dev-python/restkit/Manifest4
-rw-r--r--dev-python/restkit/files/setup.patch23
-rw-r--r--dev-python/restkit/metadata.xml12
-rw-r--r--dev-python/restkit/restkit-4.2.2.ebuild55
4 files changed, 0 insertions, 94 deletions
diff --git a/dev-python/restkit/Manifest b/dev-python/restkit/Manifest
deleted file mode 100644
index 2b8eb5331c8e..000000000000
--- a/dev-python/restkit/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX setup.patch 843 BLAKE2B 80626eb7317e42fc828493d98afb330873040bd0bf3a33c4c4ef225a4f57bea078e3440172509a5442868c565eeaf675c82c47d514bb4a915881d8aec2456a4b SHA512 200c112cb264271d8c1f043acb22ac476d09a0fc325b74658a950939f71edb8fad84a0fbc5f11335152fe5591be98a14df63f57458b84d35c2511a2079778387
-DIST restkit-4.2.2.tar.gz 1275904 BLAKE2B 4ebfc3ad91265954c28712e4beadcb25a467fe7af8c68bb655016ddb20877ca63275136605400c59b462825526a59f69d69d4b687641816b4704b62623498734 SHA512 5ed08535e1a54b5594d97b059d8662ab4bc19c68e71a30719c4a533cba0f2d0e18872119752c62136563a32281e8f747414fbf843fd97dba138107ffcb5d1e4b
-EBUILD restkit-4.2.2.ebuild 1371 BLAKE2B f2c028f74cf47558335741dddac8614f85f7bf46af4444cd4e2282c9190fc7f73ceb450ca5b70e3981f03de7cc8489fd6f1f6f78d78ed736257e0388941095cd SHA512 bfd6d15c46c1bd8b8098fbd5b0d5eeedc9be6e7d62d102348f8e1c6dc3247e81db3be41a0189424a7b1cb887f551bc391fb2f4d178159becdae7502e40338056
-MISC metadata.xml 432 BLAKE2B 577df51a2d5444177626d99df31020b61748deacf6586cc770fb36275f8d61bffc1b63c0267967873b5763d6260139ce236947614c716c2c5588c0dd1882ff54 SHA512 a7fe76d6995cabd2a49aa07e9479bebe385d7de317d9b8c5dce6cb82ad8381178a280b32a90c8447a78bb7e4294ee771cc02708f30bfa264a43a46d014f0684d
diff --git a/dev-python/restkit/files/setup.patch b/dev-python/restkit/files/setup.patch
deleted file mode 100644
index cfa8959539e1..000000000000
--- a/dev-python/restkit/files/setup.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -ur restkit-4.2.2.org/setup.py restkit-4.2.2/setup.py
---- setup.py 2013-08-30 23:07:36.000000000 +0800
-+++ setup.py 2015-01-16 21:38:04.342084550 +0800
-@@ -38,11 +38,6 @@
- with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as f:
- long_description = f.read()
-
-- DATA_FILES = [
-- ('restkit', ["LICENSE", "MANIFEST.in", "NOTICE", "README.rst",
-- "THANKS", "TODO.txt"])
-- ]
--
- options=dict(
- name = 'restkit',
- version = version.__version__,
-@@ -54,7 +49,6 @@
- url = 'http://benoitc.github.com/restkit',
- classifiers = CLASSIFIERS,
- packages = find_packages(exclude=['tests']),
-- data_files = DATA_FILES,
- scripts = SCRIPTS,
- zip_safe = False,
- entry_points = {
diff --git a/dev-python/restkit/metadata.xml b/dev-python/restkit/metadata.xml
deleted file mode 100644
index 10ec59022ed9..000000000000
--- a/dev-python/restkit/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="cli">Install the restcli command line interface/tool, based on <pkg>dev-python/ipython</pkg></flag>
- </use>
- <upstream>
- <remote-id type="pypi">restkit</remote-id>
- <remote-id type="github">benoitc/restkit</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild
deleted file mode 100644
index bb7283b0aaa9..000000000000
--- a/dev-python/restkit/restkit-4.2.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A HTTP ressource kit for Python"
-HOMEPAGE="https://github.com/benoitc/restkit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc64 s390 x86"
-IUSE="+cli doc examples test"
-RESTRICT="!test? ( test )"
-
-PY27_USEDEP="$(python_gen_usedep python2_7)"
-RDEPEND="cli? ( dev-python/ipython[${PY27_USEDEP}] )
- dev-python/webob[${PYTHON_USEDEP}]
- >=dev-python/socketpool-0.5.3[${PYTHON_USEDEP}]
- >=dev-python/http-parser-0.8.3[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/epydoc[${PY27_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}] )"
-
-# prevent duplicate install of data files
-PATCHES=( "${FILESDIR}"/setup.patch )
-
-python_compile_all() {
- if use doc ; then
- pushd doc > /dev/null
- emake html
- popd > /dev/null
- fi
-}
-
-python_test() {
- nosetests tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use cli || rm "${D}"/usr/bin/restcli* || die
- use doc && local HTML_DOCS=( doc/_build/html/. )
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- distutils-r1_python_install_all
-}