Skip to content

Commit

Permalink
python3-tomli: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 authored and ahesford committed Sep 21, 2023
1 parent a96d6d4 commit 4a6ad16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions srcpkgs/python3-tomli/template
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest"
short_desc="Little TOML parser for Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/hukkin/tomli"
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
# Archive includes no tests
make_check=no
distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit 4a6ad16

Please sign in to comment.