File PKGBUILD of Package caffeine

_pkgname="caffeine"
pkgname="$_pkgname"
pkgver=2.10.0
pkgrel=1
pkgdesc="Keep your computer awake"
url="https://pypi.org/project/cups-of-caffeine"
license=('GPL-3.0-or-later')
arch=('any')
depends=('bubblewrap' 'gtk3' 'libayatana-appindicator' 'python' 'python-ewmh' 'python-gobject' 'python-xlib')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/c/cups_of_caffeine/cups_of_caffeine-2.10.0.tar.gz")
sha256sums=('490b437abebd422edd6b0efa6fcd9eeaa3c50e84fd144e1df6a18012bca143f9')

build() {
  cd "cups_of_caffeine-$pkgver"
  python -m build --no-isolation --wheel --skip-dependency-check
}

package() {
  cd "cups_of_caffeine-$pkgver"
  python -m installer --destdir="$pkgdir" dist/*.whl
}
openSUSE Build Service is sponsored by