python3-snakeoil: update to 0.10.5.
Remove obsolete `-devel` subpackage.
This commit is contained in:
parent
e1ba27cc70
commit
a5618110b6
|
@ -1 +0,0 @@
|
||||||
python3-snakeoil
|
|
|
@ -1,38 +1,20 @@
|
||||||
# Template file for 'python3-snakeoil'
|
# Template file for 'python3-snakeoil'
|
||||||
pkgname=python3-snakeoil
|
pkgname=python3-snakeoil
|
||||||
version=0.8.8
|
version=0.10.5
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-flit_core"
|
||||||
makedepends="python3-devel"
|
depends="python3-lazy-object-proxy"
|
||||||
depends="python3"
|
checkdepends="${depends} lbzip2 tar xz python3-pytest-xdist"
|
||||||
short_desc="Python3 optimized versions of common python functionality"
|
short_desc="Python3 optimized versions of common python functionality"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause, GPL-2.0-only"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pkgcore/snakeoil"
|
homepage="https://pkgcore.github.io/snakeoil/"
|
||||||
# changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/pkgcore/snakeoil/master/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
|
||||||
checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
|
checksum=fe502181818ff20c3fa6c7101f287fa323650b11d7265ac3fbcb6c53bd1feaaf
|
||||||
|
make_check_pre="env PYTHONPATH=src"
|
||||||
post_extract() {
|
|
||||||
local _f
|
|
||||||
for _f in src/snakeoil/*.pyx; do
|
|
||||||
rm -f ${_f%.pyx}.c
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
export PYTHONPATH=$(cd build/lib* && pwd)
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-snakeoil-devel_package() {
|
|
||||||
depends="python3-snakeoil>=${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -455,6 +455,7 @@ replaces="
|
||||||
python3-pyside-phonon<=5.15.0_2
|
python3-pyside-phonon<=5.15.0_2
|
||||||
python3-pyside<=5.15.0_2
|
python3-pyside<=5.15.0_2
|
||||||
python3-shiboken<=5.15.0_3
|
python3-shiboken<=5.15.0_3
|
||||||
|
python3-snakeoil-devel<=0.8.8_4
|
||||||
python3-txacme<=0.9.3_3
|
python3-txacme<=0.9.3_3
|
||||||
qimageblitz<=0.0.6_4
|
qimageblitz<=0.0.6_4
|
||||||
qt-designer-devel<=4.8.7_29
|
qt-designer-devel<=4.8.7_29
|
||||||
|
|
Loading…
Reference in New Issue