From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/
Date: Mon, 5 Mar 2018 13:36:24 +0000 (UTC) [thread overview]
Message-ID: <1520256977.49a35442e0e111a183e583a12de55ce78b4be095.titanofold@gentoo> (raw)
commit: 49a35442e0e111a183e583a12de55ce78b4be095
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 13:36:17 2018 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 13:36:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a35442
dev-python/tinycss2: Bump to 0.6.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/tinycss2/Manifest | 1 +
dev-python/tinycss2/tinycss2-0.6.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/tinycss2/Manifest b/dev-python/tinycss2/Manifest
index 495ac2b25d0..0cbedf0d0a1 100644
--- a/dev-python/tinycss2/Manifest
+++ b/dev-python/tinycss2/Manifest
@@ -1 +1,2 @@
DIST tinycss2-0.5.tar.gz 61802 BLAKE2B 2bb6093063e6a1b2bd9f78484db73d34c2336bbb00e9aad14a9c4c589e315ca377a5ec7f1b50b8c28f91d496bb668a65032a422ae9c9fda62218bfb7560e0a46 SHA512 321af21a80dbdf8d1ad218e33c87edbe7c0b4c1bffeeb38a9b14bed9064749f71636bf70775186e8785587d5fa96e3488465a76b59f643658f84b6bdc1c5c4bd
+DIST tinycss2-0.6.1.tar.gz 59548 BLAKE2B 9c80ea593ce4831bb4846eadca44595a5b30247a9a4ce9608bb4c505cebe47d151936361e0d9d4af124ce9097dc664b6a4eb7f926ce28c4336aebd08450b71cf SHA512 fa064bbb06d641a497a3c1eb35118bbf8ca8c4d32fbd3d8c64bb10d6cdab24387e77cd4c3277a957f23de2bd527a407836245f4387d7f880958858bd9cc7ab89
diff --git a/dev-python/tinycss2/tinycss2-0.6.1.ebuild b/dev-python/tinycss2/tinycss2-0.6.1.ebuild
new file mode 100644
index 00000000000..74e68319492
--- /dev/null
+++ b/dev-python/tinycss2/tinycss2-0.6.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A complete yet simple CSS parser for Python"
+HOMEPAGE="https://github.com/SimonSapin/tinycss2/ https://pypi.python.org/pypi/tinycss2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="test"
+
+RDEPEND="dev-python/webencodings[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES README.rst )
+
+python_test() {
+ py.test || die "testsuite failed under ${EPYTHON}"
+}
next reply other threads:[~2018-03-05 13:36 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-05 13:36 Aaron Swenson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-14 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/ Arthur Zamarin
2024-11-09 9:55 Michał Górny
2024-11-09 8:59 Sam James
2024-10-25 4:04 Michał Górny
2024-05-18 10:15 Michał Górny
2024-05-08 8:15 Michał Górny
2024-04-23 14:33 Michał Górny
2023-11-16 18:50 Michał Górny
2023-11-10 5:47 Viorel Munteanu
2023-05-26 21:12 Arthur Zamarin
2023-05-20 8:43 Michał Górny
2022-11-19 8:44 Arthur Zamarin
2022-11-19 8:35 Arthur Zamarin
2022-10-18 7:37 Michał Górny
2022-10-18 7:37 Michał Górny
2022-10-18 6:36 Michał Górny
2022-10-07 12:16 Arthur Zamarin
2022-09-12 4:36 Jakov Smolić
2022-08-26 23:29 Sam James
2022-08-26 19:12 Arthur Zamarin
2022-08-26 19:12 Arthur Zamarin
2022-08-26 19:11 Arthur Zamarin
2022-08-01 14:18 Jakov Smolić
2022-08-01 14:17 Jakov Smolić
2022-07-27 5:22 Sam James
2022-07-20 22:04 Sam James
2022-07-05 19:28 Arthur Zamarin
2022-05-19 7:14 Michał Górny
2022-02-27 18:52 Michał Górny
2022-01-27 10:02 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:39 Sam James
2021-11-23 1:25 Yixun Lan
2021-11-22 23:04 Michał Górny
2021-06-05 18:26 Michał Górny
2021-02-14 8:48 Michał Górny
2021-01-24 19:47 Steve Arnold
2020-12-16 22:30 Sam James
2020-12-16 17:25 Michał Górny
2020-12-16 17:25 Michał Górny
2020-12-16 16:49 Sam James
2020-12-05 9:58 Michał Górny
2020-10-29 23:38 Michał Górny
2020-05-04 12:24 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-29 10:13 Michał Górny
2020-03-11 8:04 Michał Górny
2020-02-05 20:11 Michał Górny
2019-07-18 21:31 Aaron W. Swenson
2019-07-18 21:31 Aaron W. Swenson
2019-07-18 0:12 Aaron W. Swenson
2018-05-17 13:52 Thomas Deutschmann
2018-05-16 8:35 Agostino Sarubbo
2018-03-17 21:41 Michał Górny
2017-07-07 0:22 Aaron Swenson
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=1520256977.49a35442e0e111a183e583a12de55ce78b4be095.titanofold@gentoo \
--to=titanofold@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