Skip to content
Snippets Groups Projects
Commit da530d34 authored by alice's avatar alice
Browse files

community/py3-ipyparallel: drop double buiild function

parent 1fdfb544
No related merge requests found
......@@ -28,10 +28,6 @@ subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/ipyparallel/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/ipyparallel-$pkgver"
build() {
IPP_DISABLE_JS=1 python3 -m build --wheel --no-isolation --skip-dependency-check
}
build() {
IPP_DISABLE_JS=1 \
gpep517 build-wheel \
......
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