24 lines
837 B
Bash
24 lines
837 B
Bash
# Template file for 'python3-wheel'
|
|
pkgname=python3-wheel
|
|
version=0.35.1
|
|
revision=3
|
|
wrksrc="wheel-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Built-package format for Python (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pypa/wheel"
|
|
# upstream forgot to include LICENSE.txt in release
|
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz
|
|
https://raw.githubusercontent.com/pypa/wheel/${version}/LICENSE.txt"
|
|
checksum="99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f
|
|
cca9e20c6af1fcfbf69408f377769286cbeebcded336100c9b4a3f35fbe635e4"
|
|
conflicts="python-wheel>=0"
|
|
skip_extraction="LICENSE.txt"
|
|
|
|
post_install() {
|
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE.txt .
|
|
vlicense LICENSE.txt
|
|
}
|