public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
Date: Tue,  9 May 2017 02:08:32 +0000 (UTC)	[thread overview]
Message-ID: <1494295639.b2875c1a6004a19a174a1122af46cb518f932882.zmedico@gentoo> (raw)

commit:     b2875c1a6004a19a174a1122af46cb518f932882
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 02:07:19 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May  9 02:07:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2875c1a

dev-python/bleach: version bump to 2.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/bleach/Manifest            |  1 +
 dev-python/bleach/bleach-2.0.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 2d6d96648f0..69adfa9e1d6 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-1.5.0.tar.gz 36502 SHA256 978e758599b54cd3caa2e160d74102879b230ea8dc93871d0783721eef58bc65 SHA512 572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124 WHIRLPOOL 9003f026686cd4fbff6c12c16359114df7414ca7e9363ed16197137aea8da43aa8374ddd6f0f26258ac89d4edcb7a82b2a252cde031432e6770781116c2f8e4e
+DIST bleach-2.0.0.tar.gz 46083 SHA256 b9522130003e4caedf4f00a39c120a906dcd4242329c1c8f621f5370203cbc30 SHA512 78237c72224fc8facd0c247671c0e2deb66dc8dc46c446cfa7e8b83cce5ca99a52fec320ef59ae0ece47c54a48120de16e4393e269db9c74542c8165eeb96d2e WHIRLPOOL 59636a228cbfedc7eca076a4f3e67d42d49c3d51134528c6e051573a5ef5d2921a488248dca26f6af5c88a1342d10e57fb8a543644f31b7bf3146823b42c4b79

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild b/dev-python/bleach/bleach-2.0.0.ebuild
new file mode 100644
index 00000000000..c0734eec7c8
--- /dev/null
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/html5lib-0.99999999[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+	py.test -v || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2017-05-09  2:08 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09  2:08 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  8:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/ Michał Górny
2024-11-16  8:09 Michał Górny
2024-10-30  3:41 Michał Górny
2024-05-17 14:26 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-07  4:43 Michał Górny
2023-09-14  9:58 Andrew Ammerlaan
2023-02-23 20:53 Michał Górny
2023-02-23 20:53 Michał Górny
2023-02-23 19:43 Arthur Zamarin
2022-07-29 12:49 Michał Górny
2022-07-29 11:43 Arthur Zamarin
2022-06-28  4:03 Michał Górny
2022-06-16  9:18 Michał Górny
2022-06-16  8:59 Jakov Smolić
2022-05-15 10:41 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15  8:14 Jakov Smolić
2022-04-07 16:59 Arthur Zamarin
2021-10-09 19:18 Sam James
2021-09-05  6:35 Michał Górny
2021-09-05  6:02 Sam James
2021-08-16  6:38 Michał Górny
2021-08-16  5:20 Agostino Sarubbo
2021-08-04  6:13 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-07-14 22:16 Michał Górny
2021-06-02 16:26 Michał Górny
2021-02-02 21:22 Michał Górny
2021-02-02 21:00 Sam James
2021-02-02  8:39 Michał Górny
2021-01-26 21:20 Michał Górny
2021-01-21 10:52 Michał Górny
2020-11-28 14:21 Sam James
2020-10-08 18:38 Sam James
2020-09-17  8:34 Michał Górny
2020-07-25  8:31 Michał Górny
2020-07-08 13:08 Michał Górny
2020-07-08 13:08 Michał Górny
2020-07-08  7:18 Sergei Trofimovich
2020-07-08  7:11 Sergei Trofimovich
2020-05-27  6:10 Michał Górny
2020-04-04 17:04 Michał Górny
2020-03-30 17:41 Mikle Kolyada
2020-03-30 17:30 Mart Raudsepp
2020-03-30 17:30 Mart Raudsepp
2020-03-28 22:50 Mart Raudsepp
2020-03-28 22:46 Mart Raudsepp
2020-03-27 13:29 Agostino Sarubbo
2020-03-27 13:07 Sebastian Pipping
2020-03-26 14:15 Agostino Sarubbo
2020-03-26 14:14 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:12 Agostino Sarubbo
2020-03-26 13:49 Michał Górny
2020-03-23 18:19 Sebastian Pipping
2019-12-04 22:28 Patrick McLean
2019-02-08  8:32 Mikle Kolyada
2019-02-08  8:32 Mikle Kolyada
2019-02-08  8:32 Mikle Kolyada
2019-01-31 14:23 Tobias Klausmann
2019-01-21 23:31 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-21 23:26 Sergei Trofimovich
2019-01-18  7:27 Sergei Trofimovich
2019-01-17 22:41 Sergei Trofimovich
2019-01-17 20:45 Mikle Kolyada
2019-01-17 19:56 Mart Raudsepp
2019-01-17 16:24 Virgil Dupras
2019-01-17 16:24 Virgil Dupras
2018-12-08 17:41 Mikle Kolyada
2018-11-18 22:22 Virgil Dupras
2018-11-08 23:35 Sergei Trofimovich
2018-10-30  0:12 Sergei Trofimovich
2018-10-09 18:27 Virgil Dupras
2018-10-05 15:56 Virgil Dupras
2018-10-05 15:56 Virgil Dupras
2018-09-16 20:25 Matt Turner
2018-09-16 20:25 Matt Turner
2018-09-13 19:23 Tobias Klausmann
2018-08-30  4:44 Markus Meier
2018-08-18  4:01 Mikle Kolyada
2018-08-13 20:43 Sergei Trofimovich
2018-08-12 18:48 Mart Raudsepp
2018-03-19  6:04 Tim Harder
2018-02-22 15:52 Michał Górny
2018-01-02 22:14 Michał Górny
2017-12-20 21:53 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-10-19  8:20 Tim Harder
2017-09-22 19:40 Sergei Trofimovich
2017-08-20  2:21 Tim Harder
2017-08-20  2:17 Tim Harder
2017-07-01 11:19 Sergei Trofimovich
2017-05-26 20:56 Mart Raudsepp
2017-05-26 18:36 Markus Meier
2017-05-26 14:00 Mike Gilbert
2017-05-26 10:16 Tobias Klausmann
2017-05-23 20:00 Michael Weber
2017-05-18 20:00 Michael Weber
2017-05-17 19:22 Markus Meier
2017-05-10 20:10 Jeroen Roovers
2017-05-03  9:26 Michał Górny
2017-03-22 19:48 Markus Meier
2017-03-11 17:07 Agostino Sarubbo
2017-02-25 10:03 Agostino Sarubbo
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-23 14:12 Michael Weber
2017-02-21 11:54 Tobias Klausmann
2017-02-19  8:40 Markus Meier
2017-02-12 22:20 Zac Medico
2017-02-12 17:10 Agostino Sarubbo
2017-02-12 16:25 Agostino Sarubbo
2017-02-07 23:58 Mart Raudsepp
2017-02-06 14:55 Agostino Sarubbo
2017-02-04 12:08 Jeroen Roovers
2017-01-25  6:39 Jeroen Roovers
2016-11-30 18:05 Michał Górny
2016-11-12  5:22 Tim Harder
2016-11-12  5:22 Tim Harder
2016-11-12  5:22 Tim Harder
2016-07-17 15:44 Patrick Lauer
2015-12-14  0:13 Tim Harder

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=1494295639.b2875c1a6004a19a174a1122af46cb518f932882.zmedico@gentoo \
    --to=zmedico@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