summaryrefslogtreecommitdiff
path: root/dev-python/dominate
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-11-08 23:59:45 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-11-09 00:00:04 +0100
commitdf3939699a8fc9d4c5e35d623c887d8e49d48cf5 (patch)
treeda3d9169c023e1a872190712ce5a0146c28c45e0 /dev-python/dominate
parent88602a043bc95dcee414508c13388ac17f9df34d (diff)
downloadgentoo-df3939699a8fc9d4c5e35d623c887d8e49d48cf5.tar.gz
gentoo-df3939699a8fc9d4c5e35d623c887d8e49d48cf5.tar.xz
dev-python/dominate: Clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/dominate')
-rw-r--r--dev-python/dominate/Manifest1
-rw-r--r--dev-python/dominate/dominate-2.2.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
index 8640fc5b03b..fb6c34649e2 100644
--- a/dev-python/dominate/Manifest
+++ b/dev-python/dominate/Manifest
@@ -1,2 +1 @@
-DIST dominate-2.2.0.tar.gz 23320 SHA256 318063a9b600cdc13f84592ad515db0fd3a2816a2433e2a2fad55a5398ae05da SHA512 416fa8ac56856aa06d547a307cdf46ca71b3a29caf36103e78a2522973e407cab90c0163a34fd8ed724586a6121bbd8f4822da78dbf1f77c18e9106aab112e74 WHIRLPOOL 9d5e8516d90b947c88c76e39b0ca73ff07737e36dd9336bd70f73fe5f3836d0fc43f28a7c1343e880367a449a117a1fdfa7e48c8b35f502ba20950b328f62c3b
DIST dominate-2.2.1.zip 46460 SHA256 4aa6a2f458461541f9ceeb58b49da9b42320f80aa2a6f692baea2817431d9953 SHA512 3f79fa4258f98708b1e169693e83f919179c1148f440300426f907e28c26b28c21a1098793a14f7e89e5aba0de61f93c889a4908f0eb6e3641ffe234e215e597 WHIRLPOOL 18b57dfc4d0f825be45a1b248e434a8a013d5b76f065b854c47aab9d99c00f5d1854fbcd3c520de50b11b5d7f079f6e57b2e7167249b7e71ff980ac02dfd8100
diff --git a/dev-python/dominate/dominate-2.2.0.ebuild b/dev-python/dominate/dominate-2.2.0.ebuild
deleted file mode 100644
index 3250c3fa7d4..00000000000
--- a/dev-python/dominate/dominate-2.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-COMMIT="acb02c7c71e353e5dfbc905d506b54908533027e"
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API"
-HOMEPAGE="https://github.com/Knio/dominate"
-# Releases aren't tagged on GitHub, tests are missing from PyPI
-# https://github.com/Knio/dominate/pull/69
-SRC_URI="https://github.com/Knio/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-runner[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-RDEPEND=""
-
-python_test() {
- py.test || die "Tests failed with ${EPYTHON}"
-}