public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webcolors/
Date: Sun, 29 Mar 2020 11:51:09 +0000 (UTC)	[thread overview]
Message-ID: <1585482641.f29a2fd4da5b1345251bc77ea62ffcc3074803b1.mgorny@gentoo> (raw)

commit:     f29a2fd4da5b1345251bc77ea62ffcc3074803b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 11:40:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 11:50:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29a2fd4

dev-python/webcolors: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/webcolors/Manifest               |  2 --
 dev-python/webcolors/webcolors-1.5.ebuild   | 26 --------------------------
 dev-python/webcolors/webcolors-1.8.1.ebuild | 25 -------------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest
index 97cf112ae1e..c2815eaec48 100644
--- a/dev-python/webcolors/Manifest
+++ b/dev-python/webcolors/Manifest
@@ -1,4 +1,2 @@
 DIST webcolors-1.10.tar.gz 36108 BLAKE2B 9856514e90b5ebd82cc619e19637db1862c5f94230e000c6779920fc84e1e690d5e34f080c5fb1f5a9f71769597c349fc55e12d339280836a47969314e63f6c5 SHA512 db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb
 DIST webcolors-1.11.1.tar.gz 309399 BLAKE2B 6d07160f5e071dda348959008185b85240252e2636a9eaf89cefc768e734b5c789ac3650fd4a3a88972d144fb2703682a1a750f8136b5a2ac8e2d84f86a19cba SHA512 b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b
-DIST webcolors-1.5.tar.gz 29960 BLAKE2B 0d46fa57b54525594547b1224801308961f9265dc76866153752e411dcf81d3ca2566cb289bb9f0cd486bd6ec1ffe7cf88f99a04f5554ae43f183175c9eb925e SHA512 84ce8cbbbdb4523bb146cf379845b549570623411a56651a7f9b9687152b7adc9dc42a3a0f684b55b61fb7a3d51d49d3871100b56725c86a727e3374b53c84b6
-DIST webcolors-1.8.1.tar.gz 33118 BLAKE2B e16ff2d9549eb09638722a6513749ec0bc91cd63ba69c19667ddea9c07aae7f9fa2b0fd3390a9b0f6f420f245ff3157d86a585301ba77e724146a7cee0ef4ad8 SHA512 45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e

diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild
deleted file mode 100644
index 8de66be832a..00000000000
--- a/dev-python/webcolors/webcolors-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Color names and value formats defined by the HTML and CSS specifications"
-HOMEPAGE="https://pypi.org/project/webcolors/ https://github.com/ubernostrum/webcolors"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	"
-
-python_test() {
-	nosetests --verbose || die
-}

diff --git a/dev-python/webcolors/webcolors-1.8.1.ebuild b/dev-python/webcolors/webcolors-1.8.1.ebuild
deleted file mode 100644
index 4289e67208f..00000000000
--- a/dev-python/webcolors/webcolors-1.8.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Color names and value formats defined by the HTML and CSS specifications"
-HOMEPAGE="https://pypi.org/project/webcolors/ https://github.com/ubernostrum/webcolors"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-	nosetests --verbose || die
-}


             reply	other threads:[~2020-03-29 11:51 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29 11:51 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12  5:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/webcolors/ Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  7:49 Sam James
2024-08-11  2:58 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-06 16:17 Michał Górny
2024-05-12 16:30 Michał Górny
2024-05-12 16:30 Michał Górny
2023-07-08 10:47 Benda XU
2023-05-26 20:29 Arthur Zamarin
2023-04-28 14:40 Michał Górny
2023-04-28 14:34 Arthur Zamarin
2023-03-27 16:49 Michał Górny
2023-03-16  4:13 Michał Górny
2022-06-13  8:23 Michał Górny
2022-06-13  7:07 Agostino Sarubbo
2022-05-26  8:07 Michał Górny
2022-05-11 14:32 Michał Górny
2022-05-11 14:32 Michał Górny
2021-11-18  5:36 Sam James
2021-06-04 15:24 Michał Górny
2020-08-02  9:33 Michał Górny
2020-06-09 19:46 Michał Górny
2020-05-11  6:23 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-04 14:12 Agostino Sarubbo
2020-05-03 12:59 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-05-02 18:52 Agostino Sarubbo
2020-03-29 11:51 Michał Górny
2020-03-29 11:27 Sergei Trofimovich
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-03-04 22:02 Sebastian Pipping
2019-11-23 22:52 Patrick McLean
2019-07-18 13:35 Agostino Sarubbo
2019-07-18 13:33 Agostino Sarubbo
2018-08-10 17:17 Patrick McLean
2018-07-29 22:34 Patrice Clement
2018-07-09 23:30 Mikle Kolyada
2018-02-21 17:20 Michał Górny
2017-03-16  8:36 Michael Weber
2016-11-06 21:39 Matt Thode
2016-10-09  8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-06  8:30 Tobias Klausmann
2016-02-05 19:45 Justin Lecher
2015-09-29 20:58 Markus Meier
2015-09-05 19:52 Patrice Clement
2015-09-02 11:05 Justin Lecher
2015-09-02 11:05 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585482641.f29a2fd4da5b1345251bc77ea62ffcc3074803b1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox