diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-02-09 02:48:58 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-02-09 02:59:48 -0500 |
commit | 7b3378b5338aa46a98c437ae6060641347512a35 (patch) | |
tree | f465ceb251ca7293dbe65c4a07e135ea0151df4d /dev-python/dugong | |
parent | dev-python/dugong: stabilize 3.7.1 (diff) | |
download | gentoo-7b3378b5338aa46a98c437ae6060641347512a35.tar.gz gentoo-7b3378b5338aa46a98c437ae6060641347512a35.tar.bz2 gentoo-7b3378b5338aa46a98c437ae6060641347512a35.zip |
dev-python/dugong: remove old
Diffstat (limited to 'dev-python/dugong')
-rw-r--r-- | dev-python/dugong/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dugong/dugong-3.7.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/dugong/Manifest b/dev-python/dugong/Manifest index e79f12ebfcc9..cd83993cfbb9 100644 --- a/dev-python/dugong/Manifest +++ b/dev-python/dugong/Manifest @@ -1,2 +1 @@ DIST dugong-3.7.1.tar.bz2 194243 BLAKE2B a7514f4b515fcd519f5c11b834d44d16cd395d9eada659dd1913bd07a9a072e19f6737a3d702d9ef2a63160eb5452f146a4b04e744610b8f51c9403a648aef9b SHA512 85c276bba85d650bf0baa6257bf0872cb2da546a23d19e0c94cc15c95721a8d9f6392db0e64b38ab2e801803e3ab7908e6a931d18736d33c87138eca35b4f27c -DIST dugong-3.7.tar.bz2 193975 BLAKE2B 07b60f0455e8d97a931e443918783fcea963fd343290680a9a27060a501209efe1784b7b7c3723037460850b3fcf92f099e21e7be2ab3a53f7329e5079f0112f SHA512 f6e637946ec5f402a21dc40f08ab187bed281b4b7c27c056651eac049d9aaf4c952bfa5e19c05db6cac2d284cf7dbd47250b82cdbcac998971fd10466a47fe21 diff --git a/dev-python/dugong/dugong-3.7.ebuild b/dev-python/dugong/dugong-3.7.ebuild deleted file mode 100644 index 326f69c1fc63..000000000000 --- a/dev-python/dugong/dugong-3.7.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=( python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for communicating with HTTP 1.1 servers" -HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}] - )" - -PATCHES=( - "${FILESDIR}"/${P}-test-html-escape.patch -) - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - use examples && dodoc -r examples - distutils-r1_python_install_all -} |