diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild deleted file mode 100644 index e4d8b583d..000000000 --- a/dev-python/construct/construct-2.9.45.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Construct is a powerful declarative parser (and builder) for binary data" -HOMEPAGE="https://github.com/construct/construct" -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/h11/h11-0.8.1.ebuild b/dev-python/h11/h11-0.8.1.ebuild deleted file mode 100644 index 2b7522851..000000000 --- a/dev-python/h11/h11-0.8.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://pypi.python.org/pypi/h11" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" diff --git a/dev-python/phply/files/0.9.1-test_installation.patch b/dev-python/phply/files/0.9.1-test_installation.patch deleted file mode 100644 index 75e0f1035..000000000 --- a/dev-python/phply/files/0.9.1-test_installation.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur a/setup.py b/setup.py ---- a/setup.py 2014-05-08 09:58:46.164464875 +0200 -+++ b/setup.py 2014-05-08 10:10:39.391338247 +0200 -@@ -9,7 +9,6 @@ - version="dev", - packages=find_packages(), - namespace_packages=['phply'], -- include_package_data=True, - author='Ramen', - author_email='', - description='PHP in Python', -@@ -38,8 +37,4 @@ - 'ply', - ], - -- test_suite='nose.collector', -- tests_require=[ -- 'nose', -- ], -- ) -+)