python-Levenshtein: drop package
This commit is contained in:
parent
76b8bc4ed1
commit
1de062a2a1
3 changed files with 13 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
||||||
# Template file for 'python-Levenshtein'
|
|
||||||
pkgname=python-Levenshtein
|
|
||||||
version=0.12.0
|
|
||||||
revision=3
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="Levenshtein"
|
|
||||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
short_desc="Functions for computation of distance and string similarity (Python2)"
|
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
||||||
license="GPL-2.0-or-later"
|
|
||||||
homepage="https://pypi.org/project/python-Levenshtein/"
|
|
||||||
distfiles="${PYPI_SITE}/p/python-Levenshtein/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
|
|
||||||
|
|
||||||
python3-Levenshtein_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pycompile_module="Levenshtein"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-Levenshtein
|
|
13
srcpkgs/python3-Levenshtein/template
Normal file
13
srcpkgs/python3-Levenshtein/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'python3-Levenshtein'
|
||||||
|
pkgname=python3-Levenshtein
|
||||||
|
version=0.12.0
|
||||||
|
revision=4
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
short_desc="Functions for computation of distance and string similarity (Python3)"
|
||||||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://pypi.org/project/python-Levenshtein/"
|
||||||
|
distfiles="${PYPI_SITE}/p/python-Levenshtein/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
|
Loading…
Reference in a new issue