public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss/
Date: Sun, 29 Dec 2019 08:53:24 +0000 (UTC)	[thread overview]
Message-ID: <1577609572.bdc6a162ba45082568b1f5f13a407d9ef88dc818.soap@gentoo> (raw)

commit:     bdc6a162ba45082568b1f5f13a407d9ef88dc818
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:52:52 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:52:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc6a162

dev-python/tinycss: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/tinycss/Manifest           |  1 -
 dev-python/tinycss/tinycss-0.3.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/tinycss/Manifest b/dev-python/tinycss/Manifest
index b39b29d9134..34f2117f12b 100644
--- a/dev-python/tinycss/Manifest
+++ b/dev-python/tinycss/Manifest
@@ -1,2 +1 @@
-DIST tinycss-0.3.tar.gz 72860 BLAKE2B 5f87145116f779955fc9557d6c983b6fc8848a413fe5348271c9476e7dc2a841feef5366d4606c9a0619b9a93bee2a1b30b7a46a4ddc720664993928561903c3 SHA512 1fdf29777ee7b3ef39cf2169d8f464a7e5aea850de8a7976acf3ed9e73e831ea0d7ee52b4c8c9979b2263509cbffe1bde85cf6da178ddeaac9009ace7a2b4441
 DIST tinycss-0.4.tar.gz 87759 BLAKE2B 9b7691f5d5fcfb5580a9f2a0f1f50caea3dba74853917e5e46ca93cab6f35f2f8c4f5babf01d25661d05ef1b26ccc35914750917fb92b394b0ca6530a19f3514 SHA512 13a50332cddc28026fd7ecc007e14085976284e69de6ea93d1013502fd9791694092c010947b13dcd23f3a2df65f277f62410abd90d03eac16fa5af913673b0a

diff --git a/dev-python/tinycss/tinycss-0.3.ebuild b/dev-python/tinycss/tinycss-0.3.ebuild
deleted file mode 100644
index c034db866ca..00000000000
--- a/dev-python/tinycss/tinycss-0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="https://github.com/SimonSapin/tinycss/
-	https://tinycss.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGES README.rst )
-
-python_test() {
-	export TINYCSS_SKIP_SPEEDUPS_TESTS=1
-	local test
-	for test in ${PN}/tests/test_*.py; do
-		py.test $test
-	done
-}


             reply	other threads:[~2019-12-29  8:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29  8:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-06 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss/ Michał Górny
2023-05-31  9:59 Michał Górny
2023-05-31  9:59 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16  9:52 Jakov Smolić
2022-05-16 18:58 Arthur Zamarin
2022-05-16 18:58 Arthur Zamarin
2021-06-05 18:26 Michał Górny
2021-04-16  9:55 Joonas Niilola
2020-08-01 22:37 Michał Górny
2020-04-26 12:51 Michał Górny
2019-12-12 16:46 Michał Górny
2018-03-17 21:41 Michał Górny
2017-12-02 20:55 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-05-31 11:32 Manuel Rüger
2016-12-05 22:57 Patrice Clement
2016-05-07 12:22 Pacho Ramos

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=1577609572.bdc6a162ba45082568b1f5f13a407d9ef88dc818.soap@gentoo \
    --to=soap@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