python-kiwisolver: drop package
This commit is contained in:
parent
2c599263d0
commit
fc2e22e7fd
2 changed files with 9 additions and 18 deletions
|
@ -1 +0,0 @@
|
|||
python-kiwisolver
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python-kiwisolver'
|
||||
pkgname=python-kiwisolver
|
||||
# Template file for 'python3-kiwisolver'
|
||||
pkgname=python3-kiwisolver
|
||||
version=1.0.1
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="kiwisolver-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
short_desc="Fast implementation of the Cassowary constraint solver (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/nucleic/kiwi"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Fast implementation of the Cassowary constraint solver (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/nucleic/kiwi"
|
||||
distfiles="${PYPI_SITE}/k/kiwisolver/kiwisolver-${version}.tar.gz"
|
||||
checksum=ce3be5d520b4d2c3e5eeb4cd2ef62b9b9ab8ac6b6fedbaa0e39cdb6f50644278
|
||||
|
||||
|
@ -20,11 +20,3 @@ pre_build() {
|
|||
post_install() {
|
||||
vlicense COPYING.txt LICENSE
|
||||
}
|
||||
|
||||
python3-kiwisolver_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense COPYING.txt LICENSE
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue