From fd3ea792a4be80efeb1ab9a40fade5a479818f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 26 Dec 2019 21:35:37 +0100 Subject: [PATCH] python-ihatemoney: rebuild PKGBUILD using pipman --- python-ihatemoney/PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/python-ihatemoney/PKGBUILD b/python-ihatemoney/PKGBUILD index 19e422d..cbe17d6 100644 --- a/python-ihatemoney/PKGBUILD +++ b/python-ihatemoney/PKGBUILD @@ -1,22 +1,18 @@ # PKGBUILD generated by pipman # Python package author: Alexis Métaireau & contributors pkgname=python-ihatemoney -pkgver=3.0 +pkgver=4.1.3 pkgrel=1 pkgdesc="A simple shared budget manager web application." arch=(any) url="https://github.com/spiral-project/ihatemoney" license=(Custom BSD Beerware) makedepends=("python" "python-pip") -depends=("python-email-validator" "python-blinker" "python-flask-restful" "python-flask-babel" "python-flask-script" "python-flask-migrate" "python-flask-mail" "python-flask-wtf") - build() { - pip install --no-deps --target="ihatemoney" ihatemoney==3.0 + pip install --no-deps --target="ihatemoney" ihatemoney==4.1.3 } - package() { sitepackages=$(python -c "import site; print(site.getsitepackages()[0])") mkdir -p $pkgdir/"$sitepackages" cp -r $srcdir/ihatemoney/* $pkgdir/"$sitepackages" - mkdir -p $pkgdir/etc/ihatemoney -} +} \ No newline at end of file