Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/
Date: Fri, 18 Jun 2021 02:17:03
Message-Id: 1623982614.5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc.Alessandro-Barbieri@gentoo
1 commit: 5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 18 00:30:26 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 18 02:16:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d8a4fa8
7
8 dev-python/unicodedata2: fix S
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
16 index 9861bbeb8..09f2721ee 100644
17 --- a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
18 +++ b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
19 @@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{8..9} )
20 inherit distutils-r1
21
22 SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
23 +S="${WORKDIR}/${PN}-${MYPV}"
24 KEYWORDS="~amd64 ~x86"
25 DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
26 HOMEPAGE="https://github.com/mikekap/unicodedata2"