mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-click: remove noarch.
This commit is contained in:
parent
5c18d68b7d
commit
1449c29b50
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-click'
|
# Template file for 'python-click'
|
||||||
pkgname=python-click
|
pkgname=python-click
|
||||||
version=7.1.2
|
version=7.1.2
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="click-${version}"
|
wrksrc="click-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -19,7 +18,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-click_package() {
|
python3-click_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue