public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/
Date: Sun, 16 Dec 2018 08:13:24 +0000 (UTC)	[thread overview]
Message-ID: <1544947954.98103ab972312dbd80cd70d3262d5b21ca4e4896.radhermit@gentoo> (raw)

commit:     98103ab972312dbd80cd70d3262d5b21ca4e4896
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 05:57:54 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 08:12:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98103ab9

dev-python/multidict: version bump to 4.5.2

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/multidict/Manifest               |  1 +
 dev-python/multidict/multidict-4.5.2.ebuild | 47 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 9dec4062a5c..7af4a0ca31f 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -7,3 +7,4 @@ DIST multidict-2.1.5.tar.gz 28497 BLAKE2B 301248a428f3be7740dd04ccc8ae5e92d97173
 DIST multidict-3.3.2.tar.gz 40083 BLAKE2B 6622efd489d4f0046200b6b28a158306cff7a3e463688c512827b599500956793ac27f6ee839e076a921b84665bc932274a5ebf4c37e273fc02916dc9be1eed7 SHA512 d44c8b00ab7823b8840665aa1462ed547aea48874a408b2af8f1cb455727896cd77ef2201e8f234bcb3f2781599ffe931a5884fc55fc1f7286da29185c4d88fc
 DIST multidict-4.1.0.tar.gz 43492 BLAKE2B 4d53a12896f070fd029816742ccff11a12636164e51215bb22b368da10d555d52a9ab7d5dc4632baec9ebc628ca4f846ad7fb2ad0bb044f033fd7e567cda0da8 SHA512 8972ca48146b40fd88f5b0675ed6d45e6887c31fc1d5962203f0fa77a369ef11b0d7739593f5691ae1fd2bbef989940983ddcf0c09acfc5a65b39b6b336571f9
 DIST multidict-4.3.1.tar.gz 45342 BLAKE2B 12a0a8f0785c30e393d996c506a69d6ba03227e47040d46859e1289b47ce23b49a9bed48c3cb0b26f3bf4051cce3963d020a92ed28373038fb79b2204c13d380 SHA512 1b475836c776ddddfdc4f14882df41f9956ab06afac7b640e3f5ae3c50717f2b07267acbae2fa3e94cf8c5650273d4d7ce44329c0febea95046ee27d98db9288
+DIST multidict-4.5.2.tar.gz 56753 BLAKE2B 01db2ea847e5ef2fbd4eab89c8a6070f3febcb0046be7344469a7e8e6de6a3c2b2af49069e64953dfcac0044d581c6af09eee70eba78dda8cfa9e0d11d3f1947 SHA512 ec66cf3c57e3386e07e45641536a6eeb94e9707d8a0d3b485d22b8687f20282c9115d533c7b0e9fb6dba28b923cf68dd8cdda08c75e78ca4eca2f0c3ec23c58f

diff --git a/dev-python/multidict/multidict-4.5.2.ebuild b/dev-python/multidict/multidict-4.5.2.ebuild
new file mode 100644
index 00000000000..a2f8fb69a3f
--- /dev/null
+++ b/dev-python/multidict/multidict-4.5.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_prepare_all() {
+	# don't use pytest-runner for tests
+	sed -i "s|'pytest-runner'||" setup.py || die
+
+	# don't enable coverage or other pytest settings
+	rm pytest.ini || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_test() {
+	py.test -v tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2018-12-16  8:13 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-16  8:13 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  7:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/ Michał Górny
2024-09-06 15:26 Arthur Zamarin
2024-05-18  6:11 Michał Górny
2024-03-19  5:52 Michał Górny
2024-03-02 15:36 Arthur Zamarin
2024-03-02 15:20 Arthur Zamarin
2024-03-02 14:07 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 11:57 Arthur Zamarin
2024-02-17 22:26 Sam James
2024-02-02 13:24 Michał Górny
2023-08-06  8:48 Michał Górny
2023-08-06  8:48 Michał Górny
2023-08-06  8:48 Michał Górny
2023-05-24 15:56 Michał Górny
2023-05-24 15:56 Michał Górny
2023-01-10  9:03 Arthur Zamarin
2023-01-10  8:34 Sam James
2023-01-07 19:43 Arthur Zamarin
2023-01-07 19:26 Arthur Zamarin
2023-01-07 18:58 Arthur Zamarin
2023-01-07 18:52 Arthur Zamarin
2023-01-07 18:49 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2023-01-07 18:24 Arthur Zamarin
2022-12-24  7:41 Michał Górny
2022-12-03  9:09 Michał Górny
2022-05-13 16:11 Michał Górny
2022-03-12 19:53 Michał Górny
2022-03-12 11:31 Arthur Zamarin
2022-03-06  8:05 Sam James
2022-03-06  7:39 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-01-24 18:11 Arthur Zamarin
2022-01-23 13:39 Michał Górny
2022-01-23 13:39 Michał Górny
2022-01-23  9:33 Michał Górny
2021-11-10 15:19 Arthur Zamarin
2021-11-09 22:35 Sam James
2021-11-08 19:32 Sam James
2021-11-06 19:56 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05  2:20 Sam James
2021-11-05  2:18 Sam James
2021-10-04  8:05 Michał Górny
2021-05-22 18:18 Michał Górny
2021-01-08  9:43 Michał Górny
2021-01-08  7:24 Sergei Trofimovich
2021-01-07 20:15 Sam James
2021-01-07 12:14 Sam James
2021-01-07  1:12 Sam James
2021-01-07  1:08 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-05 21:03 Sam James
2020-12-03 14:34 Michał Górny
2020-11-28  7:50 Sam James
2020-11-23 17:05 Michał Górny
2020-11-23  8:01 Sergei Trofimovich
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15  5:57 Sam James
2020-11-15  5:19 Sam James
2020-10-12 19:42 Michał Górny
2020-09-04  8:57 Sergei Trofimovich
2020-08-17 13:49 Michał Górny
2020-07-16 12:50 Sam James
2020-07-13 18:08 Sam James
2020-07-09 12:22 Michał Górny
2020-06-03 21:16 Sergei Trofimovich
2020-06-01  6:59 Sergei Trofimovich
2020-05-31 23:46 Matt Turner
2020-05-28 11:13 Michał Górny
2020-04-08 14:05 Agostino Sarubbo
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-07  7:03 Georgy Yakovlev
2020-03-28  8:34 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-08-28 23:45 Zac Medico
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:27 Anthony G. Basile
2019-02-16 17:37 Zac Medico
2018-06-25 23:20 Thomas Deutschmann
2018-06-24  9:46 Pacho Ramos
2018-06-04 23:38 Tim Harder
2018-03-04  7:16 Tim Harder
2018-03-01 19:35 Tim Harder
2017-12-19  4:39 Zac Medico
2017-11-15  3:32 Tim Harder
2017-05-26 20:22 Zac Medico
2017-02-13  9:29 Zac Medico
2017-01-05 18:23 William Hubbs
2016-10-01 22:43 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-06 14:46 Alex Brandt
2016-08-06 14:46 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-24  1:10 Alex Brandt
2016-07-24  1:10 Alex Brandt
2016-06-18 18:55 Alex Brandt
2016-06-11 15:37 Alex Brandt
2016-05-30  3:10 Aaron Bauman
2016-05-22 17:23 Alex Brandt

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=1544947954.98103ab972312dbd80cd70d3262d5b21ca4e4896.radhermit@gentoo \
    --to=radhermit@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