File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --- PKGBUILD
2+ +++ PKGBUILD
3+ @@ -11,9 +11,15 @@ url='https://github.com/sebasguts/JuPyMake'
4+ license=(GPL2)
5+ depends=(python polymake)
6+ makedepends=(python-build python-installer python-setuptools python-wheel)
7+ - source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz)
8+ + source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz
9+ + jupymake-fix-compiler-cmdline.patch::https://patch-diff.githubusercontent.com/raw/sebasguts/JuPyMake/pull/5.patch)
10+ sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
11+
12+ + prepare() {
13+ + cd $_name-$pkgver
14+ + patch -Np1 -i ../jupymake-fix-compiler-cmdline.patch
15+ + }
16+ +
17+ build() {
18+ cd $_name-$pkgver
19+ python -m build --wheel --no-isolation
You can’t perform that action at this time.
0 commit comments