dev-python/dugong: remove old
authorTim Harder <radhermit@gentoo.org>
Fri, 9 Feb 2018 07:48:58 +0000 (02:48 -0500)
committerTim Harder <radhermit@gentoo.org>
Fri, 9 Feb 2018 07:59:48 +0000 (02:59 -0500)
dev-python/dugong/Manifest
dev-python/dugong/dugong-3.7.ebuild [deleted file]

index e79f12ebfcc9047a6adb93d8fdd4e0a8e6642e98..cd83993cfbb97ae196642f33cdcdb6aa9ac3b776 100644 (file)
@@ -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 (file)
index 326f69c..0000000
+++ /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
-}