Files
gentoo/dev-python/pylev/pylev-1.2.0.ebuild
Jakov Smolic b7dee6847e dev-python/pylev: Port to python3.10, enable tests
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-05-06 13:19:54 +02:00

19 lines
450 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
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