diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:50:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:50:32 +0200 |
commit | 3048aaefbe1ea42f4364f40176aed6b271c9beb1 (patch) | |
tree | a148c961ef725365e31215ec7c0b67c046d10757 /dev-python/dominate | |
parent | dev-python/cfgv: Modernize (diff) | |
download | gentoo-3048aaefbe1ea42f4364f40176aed6b271c9beb1.tar.gz gentoo-3048aaefbe1ea42f4364f40176aed6b271c9beb1.tar.bz2 gentoo-3048aaefbe1ea42f4364f40176aed6b271c9beb1.zip |
dev-python/dominate: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dominate')
-rw-r--r-- | dev-python/dominate/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dominate/dominate-2.7.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest index 508ba019fffe..bfe88a494e08 100644 --- a/dev-python/dominate/Manifest +++ b/dev-python/dominate/Manifest @@ -1,2 +1 @@ -DIST dominate-2.7.0.tar.gz 36351 BLAKE2B aae802626a9e7f6b6f45f39a5b2cd6a6846ca42617e9a5ac5fe8e4a871e8ecfb89124e079313838c6f098ea5107a904d230808eda29cb05293e18ef4bdaa2504 SHA512 8ecca393548bd7c39b5d1800fee94634a60e4e12db44e16df316c9e0f5f04dc6c91e11fbe242d3c6dade3a5e09bec7e3becbfd4f8eaa58f9a8fc7ee15ac3bf31 DIST dominate-2.8.0.tar.gz 37089 BLAKE2B 651ff9ee21c4f5331ef990acfead146f816fc45309740220f68714c3accf7b98661a31400fe050c6b2119525749e9a132f8764d60b72661f7abf5246ebdb5835 SHA512 91b392af8e081dcf0df9f09aabe2cb4d8147bb07a398c5f9f06443fc2664d881afa372c8d4d0583b21e9f9bf687d1d14601e96a33a8ae6e099e1e039821f97df diff --git a/dev-python/dominate/dominate-2.7.0.ebuild b/dev-python/dominate/dominate-2.7.0.ebuild deleted file mode 100644 index 29fa1a0fac23..000000000000 --- a/dev-python/dominate/dominate-2.7.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API" -HOMEPAGE=" - https://github.com/Knio/dominate/ - https://pypi.org/project/dominate/ -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest |