1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
4 pkgname=python-pyscipopt
7 pkgdesc='A Python interface to the SCIP Optimization Suite'
9 url='https://www.scipopt.org/'
12 makedepends=(cython python-build python-installer python-setuptools python-wheel)
13 source=(https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('f2c71fdf9cdf4bbe2bdb3f26a1e3f5eb6d7a95e0c3dd6b7b31d4d5a910a191b2')
18 python -m build --wheel --no-isolation
23 python -m installer --destdir="$pkgdir" dist/*.whl