Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-gdstk
Commits: bb9c03e5 by Felix Yan at 2023-08-30T10:24:49+03:00 upgpkg: 0.9.37-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-gdstk -pkgver=0.9.36 -_commit=5369216920acc84055d5a3030f3542e21482d7d2 +pkgver=0.9.37 +_commit=1c506273460f17683680ab5537408a7abc4c2c50 pkgrel=1 pkgdesc="Python module for creating GDSII stream files, usually CAD layouts" url="https://github.com/heitzmann/gdstk" @@ -14,6 +14,12 @@ checkdepends=('python-pytest-runner') source=("git+https://github.com/heitzmann/gdstk.git#commit=$_commit") sha512sums=('SKIP') +prepare() { + cd gdstk + # Upstream wants to test CI :/ + sed -i 's/oldest-supported-numpy/numpy/' setup.py +} + build() { cd gdstk python setup.py build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gdstk/-/commit/bb9c03e5a037e75ed0182505368c2c991cc5e670 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gdstk/-/commit/bb9c03e5a037e75ed0182505368c2c991cc5e670 You're receiving this email because of your account on gitlab.archlinux.org.
