diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-05-20 16:40:10 +0000 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-05-29 22:43:31 +0300 |
commit | 50aa38048a3b6f040d89442ac55485ae1748d9db (patch) | |
tree | 69a56995d76ce0e29127aa14d91a8f956d19581b /community | |
parent | 85fc003c982b0c47158453942074a8729bb96136 (diff) | |
download | aports-50aa38048a3b6f040d89442ac55485ae1748d9db.tar.bz2 aports-50aa38048a3b6f040d89442ac55485ae1748d9db.tar.xz |
community/py-isort: remove $builddir
Diffstat (limited to 'community')
-rw-r--r-- | community/py-isort/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index c0250c17e4..1fc5be9526 100644 --- a/community/py-isort/APKBUILD +++ b/community/py-isort/APKBUILD @@ -16,13 +16,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" python2 setup.py build python3 setup.py build } check() { - cd "$builddir" pytest test_isort.py pytest-3 test_isort.py } |