void-packages/srcpkgs/python3-snakeoil/template
2020-10-01 22:35:09 +07:00

31 lines
891 B
Bash

# Template file for 'python3-snakeoil'
pkgname=python3-snakeoil
version=0.7.5
revision=4
wrksrc="snakeoil-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Python3 optimized versions of common python functionality"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="BSD-3-Clause, GPL-2.0-only"
homepage="https://github.com/pkgcore/snakeoil"
# changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
pre_check() {
export PYTHONPATH=$(cd build/lib* && pwd)
}
post_install() {
vlicense BSD
}
python3-snakeoil-devel_package() {
depends="python3-snakeoil>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/python3*
}
}