diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-28 16:38:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-28 16:40:28 +0200 |
commit | 15eace89538dce64a6b8e6ee904cc75f16658cb8 (patch) | |
tree | a42f607a997d111d346e47a2e86c5b39b7e599ac /dev-python/webcolors | |
parent | dev-python/ipykernel: Stabilize 6.22.0 ALLARCHES, #905250 (diff) | |
download | gentoo-15eace89538dce64a6b8e6ee904cc75f16658cb8.tar.gz gentoo-15eace89538dce64a6b8e6ee904cc75f16658cb8.tar.bz2 gentoo-15eace89538dce64a6b8e6ee904cc75f16658cb8.zip |
dev-python/webcolors: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r-- | dev-python/webcolors/Manifest | 1 | ||||
-rw-r--r-- | dev-python/webcolors/webcolors-1.12.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest index 13203716ad28..bf57bd53a654 100644 --- a/dev-python/webcolors/Manifest +++ b/dev-python/webcolors/Manifest @@ -1,2 +1 @@ -DIST webcolors-1.12.tar.gz 38112 BLAKE2B f229ec69c91ae83bd36194bc85a03e34d1ceedfd98ffd8b5e3583956283297bb9c91f947646d67cf107bcddc6c6c0d655779672fca22c0e4d8452007c8dbff30 SHA512 2c1e46ba2036ff960a973b9f5b4cec06241e9385fa0de876f66a6cf742d5b11bc212fce262011968a612c1446b78a6f50b3e75d04584c3b2b47f3ac3d66fdd51 DIST webcolors-1.13.tar.gz 41152 BLAKE2B 0a510a7fe10db42af226da465437017b36ffe11382d31b588ee1c53c5d810b9b1bc95c5f8ccaa4a351956368fe7ee74fbac68c880927a83c1d9155937e0c198d SHA512 074aaf135ac6b0025b88b731d1d6dfa4c539b4fff7195658cc58a4326bb9f0449a231685d312b4a1ec48ca535a838bfa5c680787fe0e61473a2a092c448937d0 diff --git a/dev-python/webcolors/webcolors-1.12.ebuild b/dev-python/webcolors/webcolors-1.12.ebuild deleted file mode 100644 index 1f100726a002..000000000000 --- a/dev-python/webcolors/webcolors-1.12.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=( python3_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Color names and value formats defined by the HTML and CSS specifications" -HOMEPAGE=" - https://github.com/ubernostrum/webcolors/ - https://pypi.org/project/webcolors/ -" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests unittest |