diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template index 84a2fadc777860..5f6c0da97d7f72 100644 --- a/srcpkgs/python3-pkgconfig/template +++ b/srcpkgs/python3-pkgconfig/template @@ -1,16 +1,18 @@ # Template file for 'python3-pkgconfig' pkgname=python3-pkgconfig -version=1.5.5 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.6.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="python3 pkg-config" +checkdepends="python3-pytest python3-setuptools pkg-config openssl-devel" short_desc="Python3 module to interface with pkg-config" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="MIT" homepage="https://github.com/matze/pkgconfig" -distfiles="${PYPI_SITE}/p/pkgconfig/pkgconfig-${version}.tar.gz" -checksum=deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899 +changelog="https://raw.githubusercontent.com/matze/pkgconfig/refs/heads/master/README.rst" +distfiles="https://github.com/matze/pkgconfig/archive/refs/tags/v${version}.tar.gz" +checksum=2a0d7626fcb7ee97713c134a30aeb4bc22d06599fa92a3ed95d55debd5a289ff post_install() { vlicense LICENSE