aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-xlsxwriter
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-10-24 01:58:23 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-10-24 01:58:23 +0000
commit2cf206710f0c65878c0edcc615d398e076704f3e (patch)
tree3523f7a7a0475b40d6aca3d38fa035b319b8bbba /community/py-xlsxwriter
parentf382ef11a502442b1c4aa425676e18e817f174cf (diff)
downloadaports-2cf206710f0c65878c0edcc615d398e076704f3e.tar.bz2
aports-2cf206710f0c65878c0edcc615d398e076704f3e.tar.xz
community/py-xlsxwriter: added builddir var in check()
Diffstat (limited to 'community/py-xlsxwriter')
-rw-r--r--community/py-xlsxwriter/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-xlsxwriter/APKBUILD b/community/py-xlsxwriter/APKBUILD
index 442091ffb8..c55d7f0372 100644
--- a/community/py-xlsxwriter/APKBUILD
+++ b/community/py-xlsxwriter/APKBUILD
@@ -8,9 +8,7 @@ pkgdesc="A Python module for creating Excel XLSX files"
url="https://github.com/jmcnamara/XlsxWriter"
arch="noarch"
license="BSD"
-depends=""
makedepends="python2-dev py-setuptools python3-dev"
-install=""
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
@@ -27,6 +25,7 @@ package() {
}
check() {
+ cd "$builddir"
python2 setup.py check
python3 setup.py check
}