21 lines
730 B
Bash
21 lines
730 B
Bash
# Template file for 'python3-snakeoil'
|
|
pkgname=python3-snakeoil
|
|
version=0.10.5
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3-lazy-object-proxy"
|
|
checkdepends="${depends} lbzip2 tar xz python3-pytest-xdist"
|
|
short_desc="Python3 optimized versions of common python functionality"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pkgcore.github.io/snakeoil/"
|
|
changelog="https://raw.githubusercontent.com/pkgcore/snakeoil/master/NEWS.rst"
|
|
distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
|
|
checksum=fe502181818ff20c3fa6c7101f287fa323650b11d7265ac3fbcb6c53bd1feaaf
|
|
make_check_pre="env PYTHONPATH=src"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|