Skip to content
Snippets Groups Projects
Verified Commit 474bf273 authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 3.57-3

Rebuild to use python-hatchling (which is the PEP517 build backend) and not python-hatch (project management tooling).
parent 549b1fb2
No related branches found
No related tags found
No related merge requests found
pkgbase = py3status
pkgdesc = An extensible i3status replacement/wrapper written in python
pkgver = 3.57
pkgrel = 2
pkgrel = 3
url = https://ultrabug.github.io/py3status/
arch = any
license = BSD-3-Clause
......@@ -9,7 +9,7 @@ pkgbase = py3status
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatch
makedepends = python-hatchling
depends = python
depends = python-setuptools
depends = glib2
......
......@@ -7,13 +7,13 @@
pkgname=py3status
pkgver=3.57
pkgrel=2
pkgrel=3
pkgdesc="An extensible i3status replacement/wrapper written in python"
url="https://ultrabug.github.io/py3status/"
arch=('any')
license=('BSD-3-Clause')
depends=('python' 'python-setuptools' 'glib2')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatch')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
checkdepends=('python-pytest')
optdepends=('i3status: for i3status modules'
'i3blocks: for i3blocks modules'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment