Date: Saturday, April 1, 2023 @ 21:00:36 Author: arojas Revision: 1431814
archrelease: copy trunk to community-x86_64 Added: python-pyscipopt/repos/community-x86_64/PKGBUILD (from rev 1431813, python-pyscipopt/trunk/PKGBUILD) Deleted: python-pyscipopt/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-04-01 21:00:26 UTC (rev 1431813) +++ PKGBUILD 2023-04-01 21:00:36 UTC (rev 1431814) @@ -1,24 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de> - -pkgname=python-pyscipopt -pkgver=4.2.0 -pkgrel=1 -pkgdesc='A Python interface to the SCIP Optimization Suite' -arch=(x86_64) -url='https://www.scipopt.org/' -license=(MIT) -depends=(python scip) -makedepends=(cython python-build python-installer python-setuptools python-wheel) -source=(https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('23cde84811cc2795c23c2b61ef506d737b972a17e72fac1db7bfabb7e296faeb') - -build() { - cd PySCIPOpt-$pkgver - python -m build --wheel --no-isolation -} - -package() { - cd PySCIPOpt-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl -} Copied: python-pyscipopt/repos/community-x86_64/PKGBUILD (from rev 1431813, python-pyscipopt/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-04-01 21:00:36 UTC (rev 1431814) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de> + +pkgname=python-pyscipopt +pkgver=4.3.0 +pkgrel=1 +pkgdesc='A Python interface to the SCIP Optimization Suite' +arch=(x86_64) +url='https://www.scipopt.org/' +license=(MIT) +depends=(python scip) +makedepends=(cython python-build python-installer python-setuptools python-wheel) +source=(https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('f2c71fdf9cdf4bbe2bdb3f26a1e3f5eb6d7a95e0c3dd6b7b31d4d5a910a191b2') + +build() { + cd PySCIPOpt-$pkgver + python -m build --wheel --no-isolation +} + +package() { + cd PySCIPOpt-$pkgver + python -m installer --destdir="$pkgdir" dist/*.whl +}