Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webcolors/
Date: Sun, 02 Aug 2020 09:33:59
Message-Id: 1596360588.2969f38301721db6416108d8ba169bb41c12cdab.mgorny@gentoo
1 commit: 2969f38301721db6416108d8ba169bb41c12cdab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 09:29:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 09:29:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2969f383
7
8 dev-python/webcolors: Remove old (py2.7)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webcolors/Manifest | 1 -
13 dev-python/webcolors/webcolors-1.10.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest
17 index c2815eaec48..7c3121c75dc 100644
18 --- a/dev-python/webcolors/Manifest
19 +++ b/dev-python/webcolors/Manifest
20 @@ -1,2 +1 @@
21 -DIST webcolors-1.10.tar.gz 36108 BLAKE2B 9856514e90b5ebd82cc619e19637db1862c5f94230e000c6779920fc84e1e690d5e34f080c5fb1f5a9f71769597c349fc55e12d339280836a47969314e63f6c5 SHA512 db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb
22 DIST webcolors-1.11.1.tar.gz 309399 BLAKE2B 6d07160f5e071dda348959008185b85240252e2636a9eaf89cefc768e734b5c789ac3650fd4a3a88972d144fb2703682a1a750f8136b5a2ac8e2d84f86a19cba SHA512 b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b
23
24 diff --git a/dev-python/webcolors/webcolors-1.10.ebuild b/dev-python/webcolors/webcolors-1.10.ebuild
25 deleted file mode 100644
26 index d16c23c3814..00000000000
27 --- a/dev-python/webcolors/webcolors-1.10.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Color names and value formats defined by the HTML and CSS specifications"
40 -HOMEPAGE="https://pypi.org/project/webcolors/ https://github.com/ubernostrum/webcolors"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="BSD"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
46 -
47 -BDEPEND="dev-python/six[${PYTHON_USEDEP}]"
48 -
49 -distutils_enable_tests nose