python-pathlib2: remove noarch.
This commit is contained in:
parent
d44d515f69
commit
f48edd24ff
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-pathlib2'
|
# Template file for 'python-pathlib2'
|
||||||
pkgname=python-pathlib2
|
pkgname=python-pathlib2
|
||||||
version=2.3.4
|
version=2.3.4
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="pathlib2-${version}"
|
wrksrc="pathlib2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pathlib2"
|
pycompile_module="pathlib2"
|
||||||
|
@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
||||||
checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
|
checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
|
||||||
|
|
||||||
python3-pathlib2_package() {
|
python3-pathlib2_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3-six python3-scandir"
|
depends="python3-six python3-scandir"
|
||||||
pycompile_module="pathlib2"
|
pycompile_module="pathlib2"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in New Issue