mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-tomli: fix tests
This commit is contained in:
parent
a96d6d4e67
commit
4a6ad16344
1 changed files with 3 additions and 4 deletions
|
@ -5,14 +5,13 @@ revision=3
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Little TOML parser for Python"
|
short_desc="Little TOML parser for Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hukkin/tomli"
|
homepage="https://github.com/hukkin/tomli"
|
||||||
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
|
distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
|
checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df
|
||||||
# Archive includes no tests
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue