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:01
Message-Id: 1623982613.23c35ced367f1657e32a608ee52ebfc46cb94fb6.Alessandro-Barbieri@gentoo
1 commit: 23c35ced367f1657e32a608ee52ebfc46cb94fb6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 18 00:25:59 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 18 02:16:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23c35ced
7
8 dev-python/unicodedata2: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/unicodedata2/Manifest | 1 +
13 dev-python/unicodedata2/metadata.xml | 5 +++++
14 dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 18 ++++++++++++++++++
15 3 files changed, 24 insertions(+)
16
17 diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest
18 new file mode 100644
19 index 000000000..3c5965e05
20 --- /dev/null
21 +++ b/dev-python/unicodedata2/Manifest
22 @@ -0,0 +1 @@
23 +DIST unicodedata2-13.0.0.2.tar.gz 1202880 BLAKE2B 237a1be7a22a9aaaa3e417a14687e7169630632a3fed90dbda963c5ef6994cbac45e67c7930529362c438a8a20251c64979b3baeaa963dd40e70bd453d2ceb77 SHA512 451a49a9e29935c59932804d8a821562f07ea22658fe57a472eed9a5eacfc9c7c497f25c084451c90cf0992638956ac51572f0c52e74452ece7d66c052d82641
24
25 diff --git a/dev-python/unicodedata2/metadata.xml b/dev-python/unicodedata2/metadata.xml
26 new file mode 100644
27 index 000000000..c6442c759
28 --- /dev/null
29 +++ b/dev-python/unicodedata2/metadata.xml
30 @@ -0,0 +1,5 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 +<!-- maintainer-needed -->
35 +</pkgmetadata>
36
37 diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
38 new file mode 100644
39 index 000000000..9861bbeb8
40 --- /dev/null
41 +++ b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
42 @@ -0,0 +1,18 @@
43 +# Copyright 1999-2021 Gentoo Authors
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=7
47 +
48 +MYPV="$(ver_rs 3 -)"
49 +PYTHON_COMPAT=( python3_{8..9} )
50 +
51 +inherit distutils-r1
52 +
53 +SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
54 +KEYWORDS="~amd64 ~x86"
55 +DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version"
56 +HOMEPAGE="https://github.com/mikekap/unicodedata2"
57 +LICENSE="Apache-2.0"
58 +SLOT="0"
59 +
60 +distutils_enable_tests pytest