public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2021-08-16 19:04 Jian Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Jian Lin @ 2021-08-16 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     07d089da37e40f6d6da79e7c041a6419146f5c2c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 14 01:40:02 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Aug 14 01:59:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07d089da

dev-python/bidict: bump EAPI, enable py3.10

Also add tests

Closes: https://bugs.gentoo.org/807925
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/bidict/bidict-0.21.2.ebuild | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/dev-python/bidict/bidict-0.21.2.ebuild b/dev-python/bidict/bidict-0.21.2.ebuild
index fc5822a57..61ecb2e16 100644
--- a/dev-python/bidict/bidict-0.21.2.ebuild
+++ b/dev-python/bidict/bidict-0.21.2.ebuild
@@ -1,19 +1,27 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-DESCRIPTION="The bidirectional mapping library for Python."
+DESCRIPTION="The bidirectional mapping library for Python"
 HOMEPAGE="https://github.com/jab/bidict https://pypi.org/project/bidict/"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="test? (
+	dev-python/hypothesis[${PYTHON_USEDEP}]
+	dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+	dev-python/sortedcontainers[${PYTHON_USEDEP}]
+	dev-python/sortedcollections[${PYTHON_USEDEP}]
+)"
+
+DOCS=( CHANGELOG.rst README.rst SECURITY.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/alabaster


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2021-10-20  8:18 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2021-10-20  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d1422471f2f9d0335e0f0f1b3ab40a882de38c71
Author:     Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
AuthorDate: Sun Oct 17 16:45:37 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 16:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1422471

dev-python/bidict: bump version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>

 dev-python/bidict/Manifest                                       | 2 +-
 dev-python/bidict/{bidict-0.21.2.ebuild => bidict-0.21.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index f649988e1..19276753d 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1 @@
-DIST bidict-0.21.2.tar.gz 381613 BLAKE2B 6bc154cd49d33f9f144c0122175355327f16fbf3f701f751ecc0b65d335c78e5cb66126ef055545ec35a0b56a18efc4446a471477f9c2984f7c9a60cb80e2120 SHA512 d4f055bfc8b9e99727e4d6eb19535802cbe0dd03def4d94f30771c26c9e39963c721bdb33e4055d7e10471ae5f4047b7d14ba978390628d03bc53b6c9a664db8
+DIST bidict-0.21.3.tar.gz 406100 BLAKE2B d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab SHA512 1c1cd17d44c0fbd0bb718a135f31650736a5a8b3979201f7cf19093a96bbf69a978363195f29dab6dd1ef0e28afe11d3f3fe84ad3311d7ea1190aa5e1842c609

diff --git a/dev-python/bidict/bidict-0.21.2.ebuild b/dev-python/bidict/bidict-0.21.3.ebuild
similarity index 100%
rename from dev-python/bidict/bidict-0.21.2.ebuild
rename to dev-python/bidict/bidict-0.21.3.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2022-04-08  2:43 Ronny Gutbrod
  0 siblings, 0 replies; 8+ messages in thread
From: Ronny Gutbrod @ 2022-04-08  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c2023795362d2e5c6b4ee4728d08bd0f8f42729d
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Wed Apr  6 21:24:59 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr  6 21:50:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2023795

dev-python/bidict: add 0.22.0, drop 0.21.3

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 dev-python/bidict/Manifest                                       | 2 +-
 dev-python/bidict/{bidict-0.21.3.ebuild => bidict-0.22.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index 19276753d..a70125f71 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1 @@
-DIST bidict-0.21.3.tar.gz 406100 BLAKE2B d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab SHA512 1c1cd17d44c0fbd0bb718a135f31650736a5a8b3979201f7cf19093a96bbf69a978363195f29dab6dd1ef0e28afe11d3f3fe84ad3311d7ea1190aa5e1842c609
+DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af

diff --git a/dev-python/bidict/bidict-0.21.3.ebuild b/dev-python/bidict/bidict-0.22.0.ebuild
similarity index 95%
rename from dev-python/bidict/bidict-0.21.3.ebuild
rename to dev-python/bidict/bidict-0.22.0.ebuild
index 61ecb2e16..566a96b18 100644
--- a/dev-python/bidict/bidict-0.21.3.ebuild
+++ b/dev-python/bidict/bidict-0.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2022-06-06 16:28 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-06-06 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d2c19134b52fc8044c4fc02ef80b4df068a5acc0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun  5 20:55:19 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 20:57:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2c19134

dev-python/bidict: unkeyword 0.22.0 for ~x86

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/bidict/bidict-0.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bidict/bidict-0.22.0.ebuild b/dev-python/bidict/bidict-0.22.0.ebuild
index 566a96b18..329eb7a27 100644
--- a/dev-python/bidict/bidict-0.22.0.ebuild
+++ b/dev-python/bidict/bidict-0.22.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 BDEPEND="test? (
 	dev-python/hypothesis[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2023-04-28 17:52 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-04-28 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b371e10c2b2077b7baf0c53b9fb56e378ed633
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 28 05:07:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 05:46:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9b371e1

dev-python/bidict: add 0.22.1

Closes: https://bugs.gentoo.org/884595
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/bidict/Manifest             |  1 +
 dev-python/bidict/bidict-0.22.1.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index a70125f71..9b32625ac 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1,2 @@
 DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af
+DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425 SHA512 c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8

diff --git a/dev-python/bidict/bidict-0.22.1.ebuild b/dev-python/bidict/bidict-0.22.1.ebuild
new file mode 100644
index 000000000..36d9abe14
--- /dev/null
+++ b/dev-python/bidict/bidict-0.22.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="The bidirectional mapping library for Python"
+HOMEPAGE="
+	https://pypi.org/project/bidict/
+	https://github.com/jab/bidict
+"
+SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+		dev-python/sortedcontainers[${PYTHON_USEDEP}]
+		dev-python/sortedcollections[${PYTHON_USEDEP}]
+	)
+"
+
+DOCS=( {CHANGELOG,README,SECURITY}.rst )
+
+EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+	dev-python/furo
+
+src_prepare() {
+	default
+
+	sed -i pytest.ini \
+		-e "/--numprocesses/d" \
+		-e "/--benchmark/d" || die
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2023-12-31 15:40 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-12-31 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2dfa8cf18cf6a577f3f9f30ededad5b15ea82561
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:46:05 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 31 00:46:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dfa8cf1

dev-python/bidict: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/bidict/bidict-0.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bidict/bidict-0.22.1.ebuild b/dev-python/bidict/bidict-0.22.1.ebuild
index 696a8ca243..59c6c817c2 100644
--- a/dev-python/bidict/bidict-0.22.1.ebuild
+++ b/dev-python/bidict/bidict-0.22.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2024-09-07 13:38 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-09-07 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb09256e16cc90c7b8ba7045adce229850a2234
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 12:54:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 12:54:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbb09256

dev-python/bidict: add 0.23.1

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

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

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index eaefb5239..c26be0a1e 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1,2 @@
 DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425 SHA512 c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8
+DIST bidict-0.23.1.gh.tar.gz 390680 BLAKE2B f114ee35f7f3c1cb6e9094f52ce776c976c8b94e0cb9891eec62772eddfdf8735549ea710359cfaaba28f71d7bf96057cc65533a771f9b33a37935e93e152aef SHA512 795e29b61c1717dd34807c60ce598fc6a142decebd0545378bdc728f397e2050f52cf11212075ba60e22553031e9727fcbaae26891f531219075f6f58e457d05

diff --git a/dev-python/bidict/bidict-0.23.1.ebuild b/dev-python/bidict/bidict-0.23.1.ebuild
new file mode 100644
index 000000000..5742834d4
--- /dev/null
+++ b/dev-python/bidict/bidict-0.23.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="The bidirectional mapping library for Python"
+HOMEPAGE="
+	https://pypi.org/project/bidict/
+	https://github.com/jab/bidict
+"
+SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+		dev-python/sortedcontainers[${PYTHON_USEDEP}]
+		dev-python/sortedcollections[${PYTHON_USEDEP}]
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+	)
+"
+
+DOCS=( {CHANGELOG,README,SECURITY}.rst )
+
+EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+	dev-python/furo
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	sed -i pytest.ini \
+		-e "/--numprocesses/d" \
+		-e "/--benchmark/d" || die
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
@ 2024-09-07 13:38 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-09-07 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     43c307f46fbf35da10418fb0903e7a6e91d6a0ee
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 12:54:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 12:54:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43c307f4

dev-python/bidict: drop 0.22.1

Closes: https://bugs.gentoo.org/927806 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/bidict/Manifest             |  1 -
 dev-python/bidict/bidict-0.22.1.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index c26be0a1e..5f83acb2a 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1,2 +1 @@
-DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425 SHA512 c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8
 DIST bidict-0.23.1.gh.tar.gz 390680 BLAKE2B f114ee35f7f3c1cb6e9094f52ce776c976c8b94e0cb9891eec62772eddfdf8735549ea710359cfaaba28f71d7bf96057cc65533a771f9b33a37935e93e152aef SHA512 795e29b61c1717dd34807c60ce598fc6a142decebd0545378bdc728f397e2050f52cf11212075ba60e22553031e9727fcbaae26891f531219075f6f58e457d05

diff --git a/dev-python/bidict/bidict-0.22.1.ebuild b/dev-python/bidict/bidict-0.22.1.ebuild
deleted file mode 100644
index 59c6c817c..000000000
--- a/dev-python/bidict/bidict-0.22.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="The bidirectional mapping library for Python"
-HOMEPAGE="
-	https://pypi.org/project/bidict/
-	https://github.com/jab/bidict
-"
-SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	test? (
-		dev-python/hypothesis[${PYTHON_USEDEP}]
-		dev-python/sortedcontainers[${PYTHON_USEDEP}]
-		dev-python/sortedcollections[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( {CHANGELOG,README,SECURITY}.rst )
-
-EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-	dev-python/furo
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	sed -i pytest.ini \
-		-e "/--numprocesses/d" \
-		-e "/--benchmark/d" || die
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-07 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-20  8:18 [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 13:38 David Roman
2024-09-07 13:38 David Roman
2023-12-31 15:40 David Roman
2023-04-28 17:52 Arthur Zamarin
2022-06-06 16:28 Florian Schmaus
2022-04-08  2:43 Ronny Gutbrod
2021-08-16 19:04 Jian Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox