diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-12-03 02:34:11 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-12-03 02:34:11 -0500 |
commit | 6a2f2f00b671894418563a8c9bff4e37b79ae41a (patch) | |
tree | 35356bcbbc9952260315619a69dd660ca5d64466 /dev-python/python-iptables | |
parent | dev-python/python-iptables: depend on setuptools (diff) | |
download | gentoo-6a2f2f00b671894418563a8c9bff4e37b79ae41a.tar.gz gentoo-6a2f2f00b671894418563a8c9bff4e37b79ae41a.tar.bz2 gentoo-6a2f2f00b671894418563a8c9bff4e37b79ae41a.zip |
dev-python/python-iptables: remove old
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'dev-python/python-iptables')
-rw-r--r-- | dev-python/python-iptables/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-iptables/python-iptables-0.11.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/python-iptables/Manifest b/dev-python/python-iptables/Manifest index 2cccb9ec4003..987cad3422fc 100644 --- a/dev-python/python-iptables/Manifest +++ b/dev-python/python-iptables/Manifest @@ -1,2 +1 @@ -DIST python-iptables-0.11.0.tar.gz 73582 BLAKE2B 44fb0268d8b94bc2a56c897bfd87c4eb8926f577754878782faa9b37f4174cb0147fbb54c953ee207f9e9921bdbea026f8bf15467565e7a4ca0a54477ad24b58 SHA512 5bbaeb09dc256738e3a168fa5941f39e50074eb1ac3ce18545a48c55eb06ef70fd974ad3153dc07ca67b1ef88a2a2c537a9f8d3ac85add990f6d15e9d37aa0a4 DIST python-iptables-0.12.0.tar.gz 40831 BLAKE2B ea53605a5dd581cad7e05059c1534376a53b3b3da89b8c172cbb38ae7482ca3972fdf786badf3328960847c12c96ce32278657c32c857a1682650621a3add47a SHA512 bf79288fac53542e523c8ed0e4e0711792cf524100e39f57f10d3581d1b958712875a765f690b3d5ec6e28af9de48d2f3dd0a787c7037ebfc6f8bf87b5e321b2 diff --git a/dev-python/python-iptables/python-iptables-0.11.0.ebuild b/dev-python/python-iptables/python-iptables-0.11.0.ebuild deleted file mode 100644 index e294f95ec8fc..000000000000 --- a/dev-python/python-iptables/python-iptables-0.11.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for iptables" -HOMEPAGE="https://github.com/ldx/python-iptables" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" - -# tests manipulate live iptables rules, so disable them by default - -python_prepare_all() { - # Prevent un-needed d'loading during doc build - sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} |