mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
23 lines
675 B
Bash
23 lines
675 B
Bash
# Template file for 'python3-xxhash'
|
|
pkgname=python3-xxhash
|
|
version=3.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel xxHash-devel"
|
|
depends="python3"
|
|
short_desc="Python binding for xxHash"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/ifduyue/python-xxhash"
|
|
changelog="https://raw.githubusercontent.com/ifduyue/python-xxhash/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/x/xxhash/xxhash-${version}.tar.gz"
|
|
checksum=84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f
|
|
|
|
pre_build() {
|
|
export XXHASH_LINK_SO=1
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|