File tree Expand file tree Collapse file tree 3 files changed +538
-447
lines changed Expand file tree Collapse file tree 3 files changed +538
-447
lines changed Original file line number Diff line number Diff line change 33pkgname=py3status-github-notifications
44poetryname=py3status_github_notifications
55pkgdesc=" Python module for py3status to keep track of your Github notifications."
6- pkgver=0.1.7
6+ pkgver=0.1.8
77pkgrel=1
88arch=(' any' )
99license=(' MIT' )
10- makedepends=(' python-setuptools' )
10+ makedepends=(' python-build ' ' python-poetry ' ' python-installer ' ' python- setuptools' )
1111url=" https://github.com/mcgillij/py3status-github-notifications"
12- source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver /$poetryname -$pkgver .tar.gz" )
13- md5sums=(' 1d2e74dc9f83cb38a4ce2e67e5c9c0a8' )
12+ source=(" $poetryname -$pkgver .tar.gz" )
13+ # source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
14+ md5sums=(' f01657417439fe1ed96c2ffe1cbae4e0' )
1415
1516build () {
1617 cd " $srcdir /$poetryname -$pkgver "
17- python setup.py build
18+ python -m build --wheel --no-isolation
1819}
1920
2021package () {
2122 cd " $srcdir /$poetryname -$pkgver "
22- python setup.py install --prefix=/usr --root= " $pkgdir " --optimize=1 --skip-build
23+ python -m installer --destdir= " $pkgdir " dist/ * .whl
2324}
You can’t perform that action at this time.
0 commit comments