File tree Expand file tree Collapse file tree 3 files changed +424
-297
lines changed
Expand file tree Collapse file tree 3 files changed +424
-297
lines changed Original file line number Diff line number Diff line change 33
44pkgname=py3status-http-monitor
55pkgdesc=" Python module for py3status to monitor http services"
6- pkgver=0.1.4
6+ pkgver=0.1.5
77pkgrel=1
88arch=(' any' )
99license=(' MIT' )
10- depends=(' python' ' py3status' )
10+ depends=(' python' ' py3status' ' python-poetry ' ' python-build ' ' python-installer ' )
1111makedepends=(' python-setuptools' )
1212url=" https://github.com/mcgillij/py3status-http-monitor"
13- source=(" https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.4/py3status-http-monitor-0.1.4.tar.gz" )
14- md5sums=(' 666bc96b49619ca34d7b5ce82245c0dd' )
13+ source=(" py3status_http_monitor-$pkgver .tar.gz" )
14+ # source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.4/py3status-http-monitor-0.1.4.tar.gz")
15+ md5sums=(' 13b5f03931ed4dc2ba11146c34197945' )
1516
1617build () {
17- cd " $srcdir /$pkgname -$pkgver "
18- python setup.py build
18+ cd " $srcdir /py3status_http_monitor -$pkgver "
19+ python -m build --wheel --no-isolation
1920}
2021
2122package () {
22- cd " $srcdir /$pkgname -$pkgver "
23- python setup.py install --prefix=/usr --root= " $pkgdir "
23+ cd " $srcdir /py3status_http_monitor -$pkgver "
24+ python -m installer --destdir= " $pkgdir " dist/ * .whl
2425}
You can’t perform that action at this time.
0 commit comments