17 lines
622 B
Bash
17 lines
622 B
Bash
# Template file for 'python3-distro'
|
|
pkgname=python3-distro
|
|
version=1.9.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-unittest-mixins python3-pytest"
|
|
short_desc="OS platform information API"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/nir0s/distro"
|
|
changelog="https://raw.githubusercontent.com/python-distro/distro/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz"
|
|
checksum=2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed
|
|
make_check_pre="env PYTHONPATH=src"
|