summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0881a48343489d6c436cc70761209909ec1324e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Nicolas Granger <nicolas.granger@gmail.com>

pkgname=pyghmi
pkgver=1.5.36
pkgrel=1
pkgdesc="Python General Hardware Management Initiative (IPMI and others)"
arch=('any')
url="https://opendev.org/x/pyghmi"
license=('Apache')
depends=()
makedepends=('python-setuptools' 'python-wheel' 'python-pip' 'python-pbr')
source=("git+https://opendev.org/x/pyghmi#tag=${pkgver}")
sha256sums=('SKIP')

package() {
  cd pyghmi

  python setup.py install --root="$pkgdir"  --optimize=1
}