diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-20 14:33:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-20 15:02:59 +0100 |
commit | 227ff4acdfe4e092d2de760f6739b642270a59bd (patch) | |
tree | 9b83c0a8d5a31c9380aa3dd0b65ba1deae10ec29 /dev-python/unidecode | |
parent | dev-python/nuitka: Bump to 0.7 (diff) | |
download | gentoo-227ff4acdfe4e092d2de760f6739b642270a59bd.tar.gz gentoo-227ff4acdfe4e092d2de760f6739b642270a59bd.tar.bz2 gentoo-227ff4acdfe4e092d2de760f6739b642270a59bd.zip |
dev-python/unidecode: Bump to 1.3.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/Manifest | 1 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-1.3.3.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest index 22892a8bac05..8ab7d02338a4 100644 --- a/dev-python/unidecode/Manifest +++ b/dev-python/unidecode/Manifest @@ -1 +1,2 @@ DIST Unidecode-1.3.0.tar.gz 191814 BLAKE2B ca995b91d802eff3dc07b78359f73a5b44d0197ba522d43c7cbe36c85682c20e943214d671ac2203829196d472456f853ad0988d21fa2e568b13ef865932bed6 SHA512 98682ce5c844bfb74466d0c4c16cb74b358f50ce7fc8ca8dd56836d1b8745cb5c78692b8027ff9caf59394df6050ae2f36f888bb95ef8fc7c84cabe2a596b185 +DIST Unidecode-1.3.3.tar.gz 192050 BLAKE2B 74fe777ad25e78357499ed80f3cd9e43ef42d0a08e3b14e4916c57d43e0e296c6852722f84a3fd1c57911f7d97962cbe12043e3b68adad15d785793912ec53ed SHA512 1c42f2530fa68c56ded097a92b580a3b1c223c957711778b81dd92c8543068a76a87379db7fbe4d2dcb6a9a6c2fc2aef28ed950e0c07d411ae2891c00a8ffea7 diff --git a/dev-python/unidecode/unidecode-1.3.3.ebuild b/dev-python/unidecode/unidecode-1.3.3.ebuild new file mode 100644 index 000000000000..9e1d88d80414 --- /dev/null +++ b/dev-python/unidecode/unidecode-1.3.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +MY_P=Unidecode-${PV} +DESCRIPTION="Module providing ASCII transliterations of Unicode text" +HOMEPAGE="https://pypi.org/project/Unidecode/" +SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +distutils_enable_tests unittest |