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
