File tree Expand file tree Collapse file tree 5 files changed +545
-209
lines changed
src/py3status_github_notifications Expand file tree Collapse file tree 5 files changed +545
-209
lines changed Original file line number Diff line number Diff line change 33
44pkgname=py3status-github-notifications
55pkgdesc=" Python module for py3status to keep track of your Github notifications."
6- pkgver=0.1.0
6+ pkgver=0.1.2
77pkgrel=1
88arch=(' any' )
99license=(' MIT' )
10- depends=(' python' ' py3status' ' python-pygithub' ' awesome-terminal-fonts' )
11- makedepends=(' python-setuptools' )
10+ makedepends=(' python-setuptools' " python-dephell" )
1211url=" https://github.com/mcgillij/py3status-github-notifications"
13- source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.0/py3status-github-notifications-0.1.0.tar.gz" )
14- md5sums=(' ee0630a9c072ec3b47f4a81e7e82d8c5' )
12+ # source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
13+ source=(" py3status-github-notifications-0.1.2.tar.gz" )
14+ md5sums=(' ab135b2b9e69e33fa8b06fa6d1622f56' )
15+
16+ prepare () {
17+ cd " $pkgname -$pkgver "
18+ dephell deps convert --from pyproject.toml --to setup.py
19+ }
1520
1621build () {
1722 cd " $srcdir /$pkgname -$pkgver "
@@ -20,5 +25,5 @@ build() {
2025
2126package () {
2227 cd " $srcdir /$pkgname -$pkgver "
23- python setup.py install --prefix=/usr --root=" $pkgdir "
24- }
28+ python setup.py install --prefix=/usr --root=" $pkgdir " --optimize=1 --skip-build
29+ }
You can’t perform that action at this time.
0 commit comments