Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/unicodedata2/
Date: Wed, 01 Jun 2022 11:17:36
Message-Id: 1654059766.5c9a0cb1a070f5ce266f9defef125264d574aa8f.andrewammerlaan@gentoo
1 commit: 5c9a0cb1a070f5ce266f9defef125264d574aa8f
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 1 02:49:52 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 05:02:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c9a0cb1
7
8 dev-python/unicodedata2: fix deps
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/unicodedata2/Manifest | 2 +-
13 dev-python/unicodedata2/unicodedata2-14.0.0.ebuild | 11 ++---------
14 2 files changed, 3 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
17 index e08fc3421..c29513be4 100644
18 --- a/dev-python/unicodedata2/Manifest
19 +++ b/dev-python/unicodedata2/Manifest
20 @@ -1 +1 @@
21 -DIST unicodedata2-14.0.0.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
22 +DIST unicodedata2-14.0.0.gh.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba
23
24 diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
25 index e6c655743..4d3dc2d7f 100644
26 --- a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
27 +++ b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild
28 @@ -4,23 +4,16 @@
29 EAPI=8
30
31 MYPV="$(ver_rs 3 -)"
32 -PYTHON_COMPAT=( python3_{8..10} )
33 +PYTHON_COMPAT=( python3_{8..11} )
34
35 inherit distutils-r1
36
37 DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
38 HOMEPAGE="https://github.com/mikekap/unicodedata2"
39 -SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.gh.tar.gz"
41 S="${WORKDIR}/${PN}-${MYPV}"
42 KEYWORDS="~amd64"
43 LICENSE="Apache-2.0"
44 SLOT="0"
45
46 -DEPEND="
47 - test? (
48 - dev-python/pytest-randomly[${PYTHON_USEDEP}]
49 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
50 - )
51 -"
52 -
53 distutils_enable_tests pytest