* [gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/, dev-python/sre_yield/, dev-python/sre-yield/, ...
@ 2023-02-27 0:31 Anna Vyalkova
0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2023-02-27 0:31 UTC (permalink / raw
To: gentoo-commits
commit: e5f072d32993e39d8492e4a6f8480d35c183cb3b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 23:53:30 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 23:53:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5f072d3
dev-python/sre-yield: enable py3.11, rename
Closes: https://bugs.gentoo.org/897574
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sre-yield/Manifest | 1 +
dev-python/{sre_yield => sre-yield}/metadata.xml | 0
dev-python/sre-yield/sre-yield-1.2-r1.ebuild | 21 +++++++++++++++++++++
dev-python/sre_yield/Manifest | 1 -
dev-python/sre_yield/sre_yield-1.2.ebuild | 18 ------------------
dev-python/stringbrewer/stringbrewer-0.0.1.ebuild | 2 +-
profiles/updates/1Q-2023 | 1 +
7 files changed, 24 insertions(+), 20 deletions(-)
diff --git a/dev-python/sre-yield/Manifest b/dev-python/sre-yield/Manifest
new file mode 100644
index 000000000..d7e92d27c
--- /dev/null
+++ b/dev-python/sre-yield/Manifest
@@ -0,0 +1 @@
+DIST sre-yield-1.2.gh.tar.gz 23485 BLAKE2B 51362de6b5eb7ba23175430fdd62973d1839472e57870d2e8bba0ed124a1e5e3ab55bc7a8d45302c42b91321b2304b43f4a5b7d2bdcfa79918b153d4972ea2f3 SHA512 419d63807052b6c1301c67d0638009a0f1fee4d272846cf9d55608eda5d3ca1542a73b534eef6f868066e4cd966613dae55bc63b452e723b3fcbfab03b24d00e
diff --git a/dev-python/sre_yield/metadata.xml b/dev-python/sre-yield/metadata.xml
similarity index 100%
rename from dev-python/sre_yield/metadata.xml
rename to dev-python/sre-yield/metadata.xml
diff --git a/dev-python/sre-yield/sre-yield-1.2-r1.ebuild b/dev-python/sre-yield/sre-yield-1.2-r1.ebuild
new file mode 100644
index 000000000..8d14ba6bd
--- /dev/null
+++ b/dev-python/sre-yield/sre-yield-1.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python module to generate regular all expression matches"
+HOMEPAGE="
+ https://pypi.org/project/sre-yield/
+ https://github.com/sre-yield/sre-yield
+"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+distutils_enable_tests unittest
diff --git a/dev-python/sre_yield/Manifest b/dev-python/sre_yield/Manifest
deleted file mode 100644
index 698a62d9b..000000000
--- a/dev-python/sre_yield/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sre_yield-1.2.tar.gz 23491 BLAKE2B 350800649a01b2f2fbe8efb2d9afb1a2a2c6305b1873c0939ad9e02efaa867c1539ba9db692e7fef8eff2d983dac25e406f295b38e26134400388dc0ef54de2f SHA512 ef0621d2d52b36575a22ddb66409f37537bb67296235248c1c802f887aab30cdefb426caa6fd2913ebfd5daa3885151088cab2324a4cbfe5707cdad51c352f89
diff --git a/dev-python/sre_yield/sre_yield-1.2.ebuild b/dev-python/sre_yield/sre_yield-1.2.ebuild
deleted file mode 100644
index ef0270e46..000000000
--- a/dev-python/sre_yield/sre_yield-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to generate regular all expression matches"
-HOMEPAGE="https://github.com/google/sre_yield"
-SRC_URI="https://github.com/google/sre_yield/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-
-distutils_enable_tests pytest
diff --git a/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild b/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild
index 3f6422bf2..7f868a70d 100644
--- a/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild
+++ b/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
- dev-python/sre_yield[${PYTHON_USEDEP}]
+ dev-python/sre-yield[${PYTHON_USEDEP}]
dev-python/rstr[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023
index 28fe100ac..37d6fec7b 100644
--- a/profiles/updates/1Q-2023
+++ b/profiles/updates/1Q-2023
@@ -1 +1,2 @@
move dev-python/dropbox-sdk-python dev-python/dropbox
+move dev-python/sre_yield dev-python/sre-yield
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-27 0:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 0:31 [gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/, dev-python/sre_yield/, dev-python/sre-yield/, Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox