mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-distro: update to 1.6.0.
Also: - add checkdepends to enable tests. Closes: #32260 [via git-merge-pr]
This commit is contained in:
parent
2ac6b2ba9f
commit
a91645fe95
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'python3-distro'
|
||||
pkgname=python3-distro
|
||||
version=1.5.0
|
||||
revision=2
|
||||
version=1.6.0
|
||||
revision=1
|
||||
wrksrc=distro-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-unittest-mixins python3-pytest"
|
||||
short_desc="OS platform information API"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/nir0s/distro"
|
||||
distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz"
|
||||
checksum=0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92
|
||||
checksum=83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424
|
||||
|
|
Loading…
Add table
Reference in a new issue