diff options
author | Yigit Sever | 2022-12-19 21:16:59 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-19 21:16:59 +0300 |
commit | 046962cfef122e4dee11fcf46f7c5102ea2eafca (patch) | |
tree | 4e30721a1fd751e0de7f824a978458a169dd9398 /gourmand/PKGBUILD | |
parent | a77f84f7cc785006dbd6d5cf68277f194dbac3b4 (diff) | |
download | packages-046962cfef122e4dee11fcf46f7c5102ea2eafca.tar.gz packages-046962cfef122e4dee11fcf46f7c5102ea2eafca.tar.bz2 packages-046962cfef122e4dee11fcf46f7c5102ea2eafca.zip |
gourmand: Use sqlalchemy1.3
Diffstat (limited to 'gourmand/PKGBUILD')
-rw-r--r-- | gourmand/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gourmand/PKGBUILD b/gourmand/PKGBUILD index 92e52c9..610fd62 100644 --- a/gourmand/PKGBUILD +++ b/gourmand/PKGBUILD | |||
@@ -2,14 +2,13 @@ | |||
2 | 2 | ||
3 | pkgname='gourmand' | 3 | pkgname='gourmand' |
4 | pkgver=1.0.0 | 4 | pkgver=1.0.0 |
5 | pkgrel=3 | 5 | pkgrel=4 |
6 | pkgdesc="A recipe manager for desktop that can import recipes" | 6 | pkgdesc="A recipe manager for desktop that can import recipes" |
7 | arch=('any') | 7 | arch=('any') |
8 | url="https://github.com/GourmandRecipeManager/gourmand" | 8 | url="https://github.com/GourmandRecipeManager/gourmand" |
9 | license=('GPL') | 9 | license=('GPL') |
10 | depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy' 'python-lxml' 'python-cairo' 'python-requests') | 10 | depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy1.3' 'python-lxml' 'python-cairo' 'python-requests') |
11 | makedepends=('python-pip' 'gendesk') | 11 | makedepends=('python-pip' 'gendesk') |
12 | checkdepends=() | ||
13 | optdepends=( | 12 | optdepends=( |
14 | 'python-beautifulsoup4: Webpage import plugin' | 13 | 'python-beautifulsoup4: Webpage import plugin' |
15 | 'python-scrape-schema-recipe: Webpage import plugin' | 14 | 'python-scrape-schema-recipe: Webpage import plugin' |
@@ -31,7 +30,6 @@ prepare() { | |||
31 | } | 30 | } |
32 | 31 | ||
33 | package() { | 32 | package() { |
34 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip | ||
35 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl | 33 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl |
36 | install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" | 34 | install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" |
37 | } | 35 | } |