Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions srcpkgs/python3-pkgconfig/template
Original file line number Diff line number Diff line change
@@ -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 <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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
Expand Down