Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/unicodedata2/
Date: Mon, 27 Feb 2023 15:06:57
Message-Id: 1677451295.2443353f9acc09fa5c71d8b0f0f679a01f651b4c.flow@gentoo
1 commit: 2443353f9acc09fa5c71d8b0f0f679a01f651b4c
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Feb 26 20:16:06 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:41:35 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2443353f
7
8 dev-python/unicodedata2: add 15.0.0, drop 14.0.0
9
10 Closes: https://bugs.gentoo.org/890885
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/unicodedata2/Manifest | 2 +-
14 dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 19 -------------------
15 dev-python/unicodedata2/unicodedata2-15.0.0.ebuild | 22 ++++++++++++++++++++++
16 3 files changed, 23 insertions(+), 20 deletions(-)
17
18 diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
19 index c29513be4..26cbaa44c 100644
20 --- a/dev-python/unicodedata2/Manifest
21 +++ b/dev-python/unicodedata2/Manifest
22 @@ -1 +1 @@
23 -DIST unicodedata2-14.0.0.gh.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
24 +DIST unicodedata2-15.0.0.tar.gz 592775 BLAKE2B 7d65d44dd9868858b587c77f385caee360e26178ca586663eb67ec42e63f7108739982639fa2a12b150f8ad3b7ab3cbc3aa683a3b52bc2bb116a4a6d23f01a1d SHA512 77bb7e827c4e5737983509406795c30f231737aa4410fcbeb3b9c3ef21b8a156c0459bc2edb4190f7c004f32f78b839c29d4c2211b60a172f5c677a43272e701
25
26 diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
27 deleted file mode 100644
28 index 4d3dc2d7f..000000000
29 --- a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -MYPV="$(ver_rs 3 -)"
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
43 -HOMEPAGE="https://github.com/mikekap/unicodedata2"
44 -SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.gh.tar.gz"
45 -S="${WORKDIR}/${PN}-${MYPV}"
46 -KEYWORDS="~amd64"
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -
50 -distutils_enable_tests pytest
51
52 diff --git a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
53 new file mode 100644
54 index 000000000..e71ac660f
55 --- /dev/null
56 +++ b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild
57 @@ -0,0 +1,22 @@
58 +# Copyright 1999-2023 Gentoo Authors
59 +# Distributed under the terms of the GNU General Public License v2
60 +
61 +EAPI=8
62 +
63 +PYTHON_COMPAT=( python3_{9..11} )
64 +DISTUTILS_USE_PEP517=setuptools
65 +inherit distutils-r1 pypi
66 +
67 +DESCRIPTION="Unicodedata backport updated to the latest Unicode version"
68 +HOMEPAGE="
69 + https://pypi.org/project/unicodedata2/
70 + https://github.com/mikekap/unicodedata2
71 +"
72 +
73 +KEYWORDS="~amd64"
74 +LICENSE="Apache-2.0"
75 +SLOT="0"
76 +
77 +DOCS=( {CHANGELOG,README}.md )
78 +
79 +distutils_enable_tests pytest