* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2021-06-18 2:16 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2021-06-18 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 23c35ced367f1657e32a608ee52ebfc46cb94fb6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jun 18 00:25:59 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23c35ced
dev-python/unicodedata2: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/Manifest | 1 +
dev-python/unicodedata2/metadata.xml | 5 +++++
dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 18 ++++++++++++++++++
3 files changed, 24 insertions(+)
diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
new file mode 100644
index 000000000..3c5965e05
--- /dev/null
+++ b/dev-python/unicodedata2/Manifest
@@ -0,0 +1 @@
+DIST unicodedata2-13.0.0.2.tar.gz 1202880 BLAKE2B 237a1be7a22a9aaaa3e417a14687e7169630632a3fed90dbda963c5ef6994cbac45e67c7930529362c438a8a20251c64979b3baeaa963dd40e70bd453d2ceb77 SHA512 451a49a9e29935c59932804d8a821562f07ea22658fe57a472eed9a5eacfc9c7c497f25c084451c90cf0992638956ac51572f0c52e74452ece7d66c052d82641
diff --git a/dev-python/unicodedata2/metadata.xml b/dev-python/unicodedata2/metadata.xml
new file mode 100644
index 000000000..c6442c759
--- /dev/null
+++ b/dev-python/unicodedata2/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
new file mode 100644
index 000000000..9861bbeb8
--- /dev/null
+++ b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYPV="$(ver_rs 3 -)"
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
+HOMEPAGE="https://github.com/mikekap/unicodedata2"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2021-06-18 2:16 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2021-06-18 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jun 18 00:30:26 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d8a4fa8
dev-python/unicodedata2: fix S
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
index 9861bbeb8..09f2721ee 100644
--- a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
+++ b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MYPV}"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
HOMEPAGE="https://github.com/mikekap/unicodedata2"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 1b05ad238e8ba5f20c2494107d0b2f0582a3fefa
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:27:43 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b05ad23
dev-python/unicodedata2: improve metadata
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/metadata.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/unicodedata2/metadata.xml b/dev-python/unicodedata2/metadata.xml
index c6442c759..d0f138e87 100644
--- a/dev-python/unicodedata2/metadata.xml
+++ b/dev-python/unicodedata2/metadata.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <bugs-to>https://github.com/mikekap/unicodedata2/issues</bugs-to>
+ <remote-id type="github">mikekap/unicodedata2</remote-id>
+ <remote-id type="pypi">unicodedata2</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2022-03-11 20:57 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2022-03-11 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 4c5f8778d7e3861c81c1f1e19261ae0baf357cb6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:39:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:57:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c5f8778
dev-python/unicodedata2: add 14.0.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/Manifest | 1 +
dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
index 3c5965e05..9fa962410 100644
--- a/dev-python/unicodedata2/Manifest
+++ b/dev-python/unicodedata2/Manifest
@@ -1 +1,2 @@
DIST unicodedata2-13.0.0.2.tar.gz 1202880 BLAKE2B 237a1be7a22a9aaaa3e417a14687e7169630632a3fed90dbda963c5ef6994cbac45e67c7930529362c438a8a20251c64979b3baeaa963dd40e70bd453d2ceb77 SHA512 451a49a9e29935c59932804d8a821562f07ea22658fe57a472eed9a5eacfc9c7c497f25c084451c90cf0992638956ac51572f0c52e74452ece7d66c052d82641
+DIST unicodedata2-14.0.0.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
new file mode 100644
index 000000000..6c1fa4d53
--- /dev/null
+++ b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYPV="$(ver_rs 3 -)"
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
+HOMEPAGE="https://github.com/mikekap/unicodedata2"
+SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MYPV}"
+KEYWORDS="~amd64"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="
+ test? (
+ dev-python/pytest-randomly[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2022-05-28 21:48 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 6fa2435761fb3f664101387d4fb03ea2724c49e9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:43:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:43:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa24357
dev-python/unicodedata2: drop 13.0.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/Manifest | 1 -
dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
index 9fa962410..e08fc3421 100644
--- a/dev-python/unicodedata2/Manifest
+++ b/dev-python/unicodedata2/Manifest
@@ -1,2 +1 @@
-DIST unicodedata2-13.0.0.2.tar.gz 1202880 BLAKE2B 237a1be7a22a9aaaa3e417a14687e7169630632a3fed90dbda963c5ef6994cbac45e67c7930529362c438a8a20251c64979b3baeaa963dd40e70bd453d2ceb77 SHA512 451a49a9e29935c59932804d8a821562f07ea22658fe57a472eed9a5eacfc9c7c497f25c084451c90cf0992638956ac51572f0c52e74452ece7d66c052d82641
DIST unicodedata2-14.0.0.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
deleted file mode 100644
index 09f2721ee..000000000
--- a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MYPV="$(ver_rs 3 -)"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MYPV}"
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
-HOMEPAGE="https://github.com/mikekap/unicodedata2"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2022-06-01 5:03 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-06-01 5:03 UTC (permalink / raw
To: gentoo-commits
commit: 5c9a0cb1a070f5ce266f9defef125264d574aa8f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 1 02:49:52 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 1 05:02:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c9a0cb1
dev-python/unicodedata2: fix deps
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/unicodedata2/Manifest | 2 +-
dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 11 ++---------
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
index e08fc3421..c29513be4 100644
--- a/dev-python/unicodedata2/Manifest
+++ b/dev-python/unicodedata2/Manifest
@@ -1 +1 @@
-DIST unicodedata2-14.0.0.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
+DIST unicodedata2-14.0.0.gh.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
index e6c655743..4d3dc2d7f 100644
--- a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
+++ b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
@@ -4,23 +4,16 @@
EAPI=8
MYPV="$(ver_rs 3 -)"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
HOMEPAGE="https://github.com/mikekap/unicodedata2"
-SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MYPV}"
KEYWORDS="~amd64"
LICENSE="Apache-2.0"
SLOT="0"
-DEPEND="
- test? (
- dev-python/pytest-randomly[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2023-02-26 22:42 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-02-26 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 2443353f9acc09fa5c71d8b0f0f679a01f651b4c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 20:16:06 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 22:41:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2443353f
dev-python/unicodedata2: add 15.0.0, drop 14.0.0
Closes: https://bugs.gentoo.org/890885
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/unicodedata2/Manifest | 2 +-
dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 19 -------------------
dev-python/unicodedata2/unicodedata2-15.0.0.ebuild | 22 ++++++++++++++++++++++
3 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
index c29513be4..26cbaa44c 100644
--- a/dev-python/unicodedata2/Manifest
+++ b/dev-python/unicodedata2/Manifest
@@ -1 +1 @@
-DIST unicodedata2-14.0.0.gh.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
+DIST unicodedata2-15.0.0.tar.gz 592775 BLAKE2B 7d65d44dd9868858b587c77f385caee360e26178ca586663eb67ec42e63f7108739982639fa2a12b150f8ad3b7ab3cbc3aa683a3b52bc2bb116a4a6d23f01a1d SHA512 77bb7e827c4e5737983509406795c30f231737aa4410fcbeb3b9c3ef21b8a156c0459bc2edb4190f7c004f32f78b839c29d4c2211b60a172f5c677a43272e701
diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
deleted file mode 100644
index 4d3dc2d7f..000000000
--- a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYPV="$(ver_rs 3 -)"
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
-HOMEPAGE="https://github.com/mikekap/unicodedata2"
-SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${MYPV}"
-KEYWORDS="~amd64"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-distutils_enable_tests pytest
diff --git a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
new file mode 100644
index 000000000..e71ac660f
--- /dev/null
+++ b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-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 pypi
+
+DESCRIPTION="Unicodedata backport updated to the latest Unicode version"
+HOMEPAGE="
+ https://pypi.org/project/unicodedata2/
+ https://github.com/mikekap/unicodedata2
+"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DOCS=( {CHANGELOG,README}.md )
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
@ 2023-05-04 1:15 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-05-04 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 3c2a3e2eb627c39c3ea55d33dcdfd173d70d1a0f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 4 01:09:59 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 4 01:14:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c2a3e2e
dev-python/unicodedata2: set DISTUTILS_EXT=1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/unicodedata2/unicodedata2-15.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
index 9713173de..0398a2972 100644
--- a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
+++ b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
@@ -5,6 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
inherit distutils-r1 pypi
DESCRIPTION="Unicodedata backport updated to the latest Unicode version"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-05-04 1:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11 20:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-05-04 1:15 Anna Vyalkova
2023-02-26 22:42 Anna Vyalkova
2022-06-01 5:03 Anna Vyalkova
2022-05-28 21:48 Alessandro Barbieri
2021-06-19 21:53 Alessandro Barbieri
2021-06-18 2:16 Alessandro Barbieri
2021-06-18 2:16 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox