Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Oct 19, 2021
1 parent 1298258 commit dd336f3
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 209 deletions.
19 changes: 12 additions & 7 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@

pkgname=py3status-github-notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.0
pkgver=0.1.2
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'python-pygithub' 'awesome-terminal-fonts')
makedepends=('python-setuptools')
makedepends=('python-setuptools' "python-dephell")
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.0/py3status-github-notifications-0.1.0.tar.gz")
md5sums=('ee0630a9c072ec3b47f4a81e7e82d8c5')
#source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
source=("py3status-github-notifications-0.1.2.tar.gz")
md5sums=('ab135b2b9e69e33fa8b06fa6d1622f56')

prepare() {
cd "$pkgname-$pkgver"
dephell deps convert --from pyproject.toml --to setup.py
}

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand All @@ -20,5 +25,5 @@ build() {

package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --prefix=/usr --root="$pkgdir"
}
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
}
Loading

0 comments on commit dd336f3

Please sign in to comment.