mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
icdiff: rebuild for Python 3.9, drop noarch
This commit is contained in:
parent
7fca0d3982
commit
d882b422b2
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'icdiff'
|
# Template file for 'icdiff'
|
||||||
pkgname=icdiff
|
pkgname=icdiff
|
||||||
version=1.9.5
|
version=1.9.5
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-release-${version}"
|
wrksrc="${pkgname}-release-${version}"
|
||||||
archs=noarch
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="icdiff.py"
|
pycompile_module="icdiff.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -25,7 +24,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-icdiff_package() {
|
python3-icdiff_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-setuptools"
|
depends="python3 python3-setuptools"
|
||||||
pycompile_module="icdiff.py"
|
pycompile_module="icdiff.py"
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Add table
Reference in a new issue