mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-sqlparse: remove noarch.
This commit is contained in:
parent
8f05f13167
commit
2e51cd36eb
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-sqlparse'
|
# Template file for 'python-sqlparse'
|
||||||
pkgname=python-sqlparse
|
pkgname=python-sqlparse
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="sqlparse-${version}"
|
wrksrc="sqlparse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="sqlparse"
|
pycompile_module="sqlparse"
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-sqlparse_package() {
|
python3-sqlparse_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
pycompile_module="sqlparse"
|
pycompile_module="sqlparse"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue