commit: 7c636aa9c4121720bd048f97376de9bd83167d31
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:29:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:47:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c636aa9
dev-python/pylev: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pylev/Manifest | 1 +
dev-python/pylev/pylev-1.4.0.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
index f84c24144c1..1a351b33e10 100644
--- a/dev-python/pylev/Manifest
+++ b/dev-python/pylev/Manifest
@@ -1 +1,2 @@
DIST pylev-1.2.0.tar.gz 3048 BLAKE2B
3bb8c18350667cd6405ae87afb0bce5c7aa987bb318f6ede0220b268facc2bb06f0c0daedb8cfcc9e7a64f65ac32d75b80e9c2718214925fe9965082f434f47a
SHA512
848bda63a3bb5f686944ec1396ad916fe18546fd681a106b7b9641231bed540db6ad9f88f56bbcceb71cedd2c2d7c567295071b1de81f3d10cf115b6459bc793
+DIST pylev-1.4.0.tar.gz 4895 BLAKE2B
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
SHA512
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3
diff --git a/dev-python/pylev/pylev-1.4.0.ebuild
b/dev-python/pylev/pylev-1.4.0.ebuild
new file mode 100644
index 00000000000..b15eb286215
--- /dev/null
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python Levenshtein implementation"
+HOMEPAGE="https://github.com/toastdriven/pylev"
+SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest