python3-distro: update to 1.9.0.

This commit is contained in:
Andrew J. Hesford 2024-02-24 12:38:08 -05:00
parent eec76e54a6
commit 5a96be9685
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-distro' # Template file for 'python3-distro'
pkgname=python3-distro pkgname=python3-distro
version=1.8.0 version=1.9.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
depends="python3" depends="python3"
@ -12,5 +12,5 @@ license="Apache-2.0"
homepage="https://github.com/nir0s/distro" homepage="https://github.com/nir0s/distro"
changelog="https://raw.githubusercontent.com/python-distro/distro/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/python-distro/distro/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz" distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz"
checksum=02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 checksum=2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"