mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed extra/sip
This commit is contained in:
parent
f8dac55944
commit
9e19ac68b5
2 changed files with 0 additions and 48 deletions
|
@ -1,18 +0,0 @@
|
|||
pkgbase = sip
|
||||
pkgdesc = A tool that makes it easy to create Python bindings for C and C++ libraries
|
||||
pkgver = 6.8.0
|
||||
pkgrel = 1
|
||||
url = https://www.riverbankcomputing.com/software/sip/intro
|
||||
arch = any
|
||||
license = custom:"sip"
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-packaging
|
||||
depends = python-setuptools
|
||||
depends = python-tomli
|
||||
source = https://pypi.python.org/packages/source/s/sip/sip-6.8.0.tar.gz
|
||||
sha256sums = 2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
|
||||
|
||||
pkgname = sip
|
|
@ -1,30 +0,0 @@
|
|||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
# removed when bumped upstream
|
||||
|
||||
pkgname=sip
|
||||
pkgver=6.8.0
|
||||
pkgrel=1
|
||||
arch=(any)
|
||||
pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
|
||||
url='https://www.riverbankcomputing.com/software/sip/intro'
|
||||
license=('custom:"sip"')
|
||||
depends=(python
|
||||
python-packaging
|
||||
python-setuptools
|
||||
python-tomli)
|
||||
makedepends=(python-build
|
||||
python-installer
|
||||
python-wheel)
|
||||
source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
Loading…
Reference in a new issue