mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pkginfo: fix archs and depends
This commit is contained in:
parent
0172cfd49f
commit
0bae774293
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'python3-pkginfo'
|
# Template file for 'python3-pkginfo'
|
||||||
pkgname=python3-pkginfo
|
pkgname=python3-pkginfo
|
||||||
version=1.5.0.1
|
version=1.5.0.1
|
||||||
revision=1
|
revision=2
|
||||||
|
archs=noarch
|
||||||
wrksrc=pkginfo-${version}
|
wrksrc=pkginfo-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
depends="python3"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
short_desc="Query metadatdata from sdists / bdists / installed packages"
|
short_desc="Query metadatdata from sdists / bdists / installed packages"
|
||||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue