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/frozenlist/
Date: Thu, 13 Jul 2023 05:28:41 +0000 (UTC)	[thread overview]
Message-ID: <1689226110.aaa5c153d83576ff9d6bd964fa244619d7c7a71d.mgorny@gentoo> (raw)

commit:     aaa5c153d83576ff9d6bd964fa244619d7c7a71d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 04:57:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 05:28:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa5c153

dev-python/frozenlist: Bump to 1.4.0

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

 dev-python/frozenlist/Manifest                |  1 +
 dev-python/frozenlist/frozenlist-1.4.0.ebuild | 45 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index 42dc24a4869d..e914f7657e33 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1 +1,2 @@
 DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139 SHA512 8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949
+DIST frozenlist-1.4.0.gh.tar.gz 29063 BLAKE2B ec33639c22448da84fda9eaa83a78737f20579061e0ae05699a361ac9a8646df0ebf5c31df69cd7c4ee1c1c7fc0e28d0f6050a1879c3d28bf83e2caf442eb2a3 SHA512 937f7684df3879596903b5ce2d9a38590383a7c319e3079bbd8fdcbea169c692d9feabac0a7e0646d334ec517a86f7d943e0b0107fd925203de1cc8029b252ba

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
new file mode 100644
index 000000000000..f17293f2b4e2
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements collections.abc.MutableSequence"
+HOMEPAGE="
+	https://pypi.org/project/frozenlist/
+	https://github.com/aio-libs/frozenlist/
+"
+SRC_URI="
+	https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/cython[${PYTHON_USEDEP}]
+	' 'python*')
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i -e '/addopts/d' pytest.ini || die
+	distutils-r1_src_prepare
+}
+
+python_configure() {
+	# pypy is not using the C extension
+	if [[ ${EPYTHON} == python* ]]; then
+		> .install-cython || die
+		emake cythonize
+	fi
+}


             reply	other threads:[~2023-07-13  5:28 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  5:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 10:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/frozenlist/ Sam James
2024-11-09 10:22 Arthur Zamarin
2024-11-09 10:20 Arthur Zamarin
2024-11-09 10:03 Arthur Zamarin
2024-11-09  9:52 Sam James
2024-10-23 19:33 Arthur Zamarin
2024-09-06 15:26 Arthur Zamarin
2024-01-23 16:53 Michał Górny
2024-01-23  4:17 Sam James
2023-12-30 15:19 Arthur Zamarin
2023-12-30 15:19 Arthur Zamarin
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:07 Arthur Zamarin
2023-12-30 14:05 Arthur Zamarin
2023-12-16  2:45 Sam James
2023-12-15 16:59 Michał Górny
2023-09-15  4:49 Arthur Zamarin
2023-09-07 20:07 Sam James
2023-09-07 20:07 Sam James
2023-09-07 20:07 Sam James
2023-09-07 19:52 Sam James
2023-09-07 19:52 Sam James
2023-09-07 19:31 Arthur Zamarin
2023-08-06  8:48 Michał Górny
2023-08-06  7:47 Michał Górny
2023-05-29 13:58 Sam James
2023-05-04 16:11 Michał Górny
2022-12-11 20:50 Michał Górny
2022-12-11 18:33 Arthur Zamarin
2022-12-10  9:15 Arthur Zamarin
2022-12-10  9:15 Arthur Zamarin
2022-12-10  8:50 Arthur Zamarin
2022-12-10  8:50 Arthur Zamarin
2022-11-09  8:38 Michał Górny
2022-09-10 11:03 Michał Górny
2022-09-10 10:21 Arthur Zamarin
2022-09-06 21:52 Sam James
2022-09-06 21:41 Jakov Smolić
2022-09-06 21:28 Sam James
2022-09-06 21:15 Sam James
2022-09-06 21:12 Sam James
2022-09-06 19:38 Arthur Zamarin
2022-09-06 19:31 Arthur Zamarin
2022-08-03 17:30 Arthur Zamarin
2022-05-13 16:11 Michał Górny
2022-04-26  1:51 Sam James
2022-03-12 19:49 Michał Górny
2022-03-12 11:06 Arthur Zamarin
2022-03-06  8:03 Sam James
2022-03-06  7:36 Sam James
2022-02-27 16:38 Sam James
2022-01-18 22:44 Michał Górny
2021-12-31 16:53 Matt Turner
2021-12-17 14:15 Arthur Zamarin
2021-12-15 17:01 Arthur Zamarin
2021-12-15 17:00 Arthur Zamarin
2021-12-10 16:16 Sam James
2021-12-10 12:16 Jakov Smolić
2021-12-10 12:11 Arthur Zamarin
2021-12-10 11:48 Arthur Zamarin
2021-12-10 11:34 Arthur Zamarin
2021-11-19  2:08 Sam James
2021-11-12  8:43 Marek Szuba
2021-11-10 19:10 Jakov Smolić
2021-11-05  3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-04 16:52 Sam James
2021-11-01 11:40 Michał Górny

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=1689226110.aaa5c153d83576ff9d6bd964fa244619d7c7a71d.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