From 8380e215c4b8025721b3a057b928d4d19671040a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 10 Mar 2018 15:41:18 +0100 Subject: [PATCH] dev-python/pyhamcrest: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- dev-python/pyhamcrest/Manifest | 3 - dev-python/pyhamcrest/files/sphinx-rtd.patch | 20 ------ dev-python/pyhamcrest/metadata.xml | 3 - dev-python/pyhamcrest/pyhamcrest-1.8.2.ebuild | 49 --------------- dev-python/pyhamcrest/pyhamcrest-1.8.3.ebuild | 61 ------------------- dev-python/pyhamcrest/pyhamcrest-1.8.5.ebuild | 49 --------------- 6 files changed, 185 deletions(-) delete mode 100644 dev-python/pyhamcrest/files/sphinx-rtd.patch delete mode 100644 dev-python/pyhamcrest/pyhamcrest-1.8.2.ebuild delete mode 100644 dev-python/pyhamcrest/pyhamcrest-1.8.3.ebuild delete mode 100644 dev-python/pyhamcrest/pyhamcrest-1.8.5.ebuild diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest index 6544b766ca94..d52753b709c9 100644 --- a/dev-python/pyhamcrest/Manifest +++ b/dev-python/pyhamcrest/Manifest @@ -1,4 +1 @@ -DIST PyHamcrest-1.8.2.tar.gz 372308 BLAKE2B 9f972d96b68423410b2606de291d6b737be7729f17c8f78e53c52cc25da4927551d5844b1082dad2550d7d71652b5bb5bab88d3f0513392eb732f287d8cd2d2e SHA512 ff90a6bb1e2319d25ba8c29e998796544d5840599e7d9a4a178022e6b5bcabd23d35433073152a2707d555aab3aa96c316b8db54d7ec1c0ca2ef1cdf50e4df40 -DIST PyHamcrest-1.8.3.tar.gz 376145 BLAKE2B b3e860667e89c9b6e6916f7a1a3004578c98e6e20ed84caefce14400ab75f9405caeedd9ffc3a62865037ad618a23b2479a1333589f43c32087fc98a0b785f46 SHA512 4e11a3ca93886c58b512b5ad77f95c2df3771476d6ca0e99eb6e20c0292819a5f985b7004b3523c756255e503cfe4e266fdb776b285e430a7bd987164f9df14a -DIST PyHamcrest-1.8.5.tar.gz 376456 BLAKE2B d55d2fe74afd9d56cabfebed247548fda143700d2677be29f3de61bd5e729a93bdb93e4de8860f8336da8c21eda733d41b7ff47ea52d3aa1c666da3039de39bb SHA512 7841f704fdad8653bad923dc243431b4c3d82a9646d1138528356162bd556bc5d16178fbc6b1f27918e8ac1df6c54afb4d5eb8b3286536df33dd85ace475ea2d DIST PyHamcrest-1.9.0.tar.gz 376623 BLAKE2B 808c74aa4dff89467c126cbc0e18029a9504cb27bbf03662a90666f85c76d7d7617260f50d35acde3a8e9e437b846589423cbb3697f8ceb86d0b5b838c586ebd SHA512 3b8393d0079b619b208ec7f06ed5133c4ff9d9dba050f818adf56347fc2225fd1c85d60f3dc262b7b9722061f0b8e4966180b6b96245a371e578d0d51633b4b0 diff --git a/dev-python/pyhamcrest/files/sphinx-rtd.patch b/dev-python/pyhamcrest/files/sphinx-rtd.patch deleted file mode 100644 index 2974c98a56a3..000000000000 --- a/dev-python/pyhamcrest/files/sphinx-rtd.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/doc/conf.py b/doc/conf.py -index fb5d79e..7d3571b 100644 ---- a/doc/conf.py -+++ b/doc/conf.py -@@ -13,6 +13,7 @@ - - import sys, os - import six -+import sphinx_rtd_theme - - # If extensions (or modules to document with autodoc) are in another directory, - # add these directories to sys.path here. If the directory is relative to the -@@ -106,6 +107,7 @@ html_theme = 'sphinx_rtd_theme' - - # Add any paths that contain custom themes here, relative to this directory. - #html_theme_path = [] -+html_theme_path = [ sphinx_rtd_theme.get_html_theme_path() ] - - # The name for this set of Sphinx documents. If None, it defaults to - # " v documentation". diff --git a/dev-python/pyhamcrest/metadata.xml b/dev-python/pyhamcrest/metadata.xml index 7c41e0e409e7..6d5ace80933c 100644 --- a/dev-python/pyhamcrest/metadata.xml +++ b/dev-python/pyhamcrest/metadata.xml @@ -1,9 +1,6 @@ - - Enable optional dependence on dev-python/numpy - PyHamcrest hamcrest/PyHamcrest diff --git a/dev-python/pyhamcrest/pyhamcrest-1.8.2.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.8.2.ebuild deleted file mode 100644 index 7fa0b79b7a0c..000000000000 --- a/dev-python/pyhamcrest/pyhamcrest-1.8.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -MY_PN="PyHamcrest" - -DESCRIPTION="Hamcrest framework for matcher objects" -HOMEPAGE="https://github.com/hamcrest/PyHamcrest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples numpy test" - -CDEPEND=" - >=dev-python/six-1.4[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )' 'python*') -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] ) - test? ( - ${CDEPEND} - >=dev-python/pytest-2.6[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND}" - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/pyhamcrest/pyhamcrest-1.8.3.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.8.3.ebuild deleted file mode 100644 index d008ae878f69..000000000000 --- a/dev-python/pyhamcrest/pyhamcrest-1.8.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -MY_PN="PyHamcrest" - -DESCRIPTION="Hamcrest framework for matcher objects" -HOMEPAGE="https://github.com/hamcrest/PyHamcrest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples numpy test" - -CDEPEND=" - >=dev-python/six-1.4[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )' 'python*') -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] - ) - test? ( - ${CDEPEND} - >=dev-python/pytest-2.6[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND}" - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}"/sphinx-rtd.patch - ) - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_sphinx - #use doc && emake -C doc html -} - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/pyhamcrest/pyhamcrest-1.8.5.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.8.5.ebuild deleted file mode 100644 index 306c22de306b..000000000000 --- a/dev-python/pyhamcrest/pyhamcrest-1.8.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -MY_PN="PyHamcrest" - -DESCRIPTION="Hamcrest framework for matcher objects" -HOMEPAGE="https://github.com/hamcrest/PyHamcrest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples test" - -CDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] - ) - test? ( - ${CDEPEND} - >=dev-python/pytest-2.6[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND}" - -python_compile_all() { - use doc && esetup.py build_sphinx -} - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} -- 2.26.2