Skip to content
Snippets Groups Projects
Unverified Commit 5e4f2f06 authored by Leo's avatar Leo Committed by prspkt
Browse files

community/py-libcloud: modernize

parent d1b7953d
No related branches found
No related tags found
No related merge requests found
...@@ -14,13 +14,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/apache/${pkgname/py-/}/archi ...@@ -14,13 +14,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/apache/${pkgname/py-/}/archi
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver
check() { check() {
cd "$builddir"
python2 setup.py check python2 setup.py check
python3 setup.py check python3 setup.py check
} }
build() { build() {
cd "$builddir"
python2 setup.py build python2 setup.py build
python3 setup.py build python3 setup.py build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment