mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/py-xlsxwriter: added builddir var in check()
This commit is contained in:
parent
f382ef11a5
commit
2cf206710f
@ -8,9 +8,7 @@ pkgdesc="A Python module for creating Excel XLSX files"
|
|||||||
url="https://github.com/jmcnamara/XlsxWriter"
|
url="https://github.com/jmcnamara/XlsxWriter"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
depends=""
|
|
||||||
makedepends="python2-dev py-setuptools python3-dev"
|
makedepends="python2-dev py-setuptools python3-dev"
|
||||||
install=""
|
|
||||||
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
|
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
|
||||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||||
|
|
||||||
@ -27,6 +25,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
python2 setup.py check
|
python2 setup.py check
|
||||||
python3 setup.py check
|
python3 setup.py check
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user