user/tandoor-recipes: upgrade to 1.5.34 #1229
1 changed files with 20 additions and 6 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=tandoor-recipes
|
||||
pkgver=1.5.12
|
||||
pkgrel=1
|
||||
pkgver=1.5.34
|
||||
pkgrel=0
|
||||
pkgdesc="Application for managing recipes, planning meals, building shopping lists, etc."
|
||||
arch="noarch"
|
||||
url="https://github.com/TandoorRecipes/recipes"
|
||||
|
|
@ -12,6 +12,7 @@ depends="
|
|||
postgresql-contrib
|
||||
procps-ng
|
||||
pwgen
|
||||
py3-aiohttp
|
||||
py3-beautifulsoup4
|
||||
py3-bleach
|
||||
py3-boto3
|
||||
|
|
@ -21,7 +22,6 @@ depends="
|
|||
py3-django-allauth
|
||||
py3-django-annoying
|
||||
py3-django-auth-ldap
|
||||
py3-django-autocomplete-light
|
||||
py3-django-cleanup
|
||||
py3-django-cors-headers
|
||||
py3-django-crispy-forms
|
||||
|
|
@ -40,23 +40,29 @@ depends="
|
|||
py3-drf-writable-nested
|
||||
py3-gunicorn
|
||||
py3-icalendar
|
||||
py3-inflection
|
||||
py3-jinja2
|
||||
py3-ldap
|
||||
py3-lxml
|
||||
py3-markdown
|
||||
py3-microdata
|
||||
py3-mock
|
||||
py3-openid
|
||||
py3-pillow
|
||||
py3-psycopg2
|
||||
py3-pyppeteer
|
||||
py3-jwt
|
||||
py3-pytest
|
||||
py3-pytest-django
|
||||
py3-pytest-factoryboy
|
||||
py3-pytube
|
||||
py3-python3-saml
|
||||
py3-pytubefix
|
||||
py3-recipe-scrapers
|
||||
py3-redis
|
||||
py3-requests
|
||||
py3-requests-oauthlib
|
||||
py3-six
|
||||
py3-uritemplate
|
||||
py3-validators~0.20
|
||||
py3-webdavclient3
|
||||
py3-whitenoise
|
||||
py3-yaml
|
||||
|
|
@ -64,6 +70,14 @@ depends="
|
|||
xsel
|
||||
"
|
||||
makedepends="nodejs postgresql postgresql-libs py3-virtualenv nginx yarn npm"
|
||||
checkdepends="
|
||||
py3-pytest
|
||||
py3-pytest-django
|
||||
py3-pytest-cov
|
||||
py3-pytest-html
|
||||
py3-pytest-asyncio
|
||||
py3-pytest-xdist
|
||||
"
|
||||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://github.com/TandoorRecipes/recipes/archive/refs/tags/$pkgver.tar.gz
|
||||
recipes.openrc
|
||||
|
|
@ -125,7 +139,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ad1a6fafda996631dc162d16930e55498efea13564ce44e58efef887113bbe3479cb02188ab5aa05fb1dd78f85999fac774231fd34c750a33b00eab6ca4080d9 tandoor-recipes-1.5.12.tar.gz
|
||||
c19ce8495519294fb222347b3c7b54d9cc96e40446adaa1c631c6878299a13184da7270b6daf19ade4f4de4f11704609d38034b1fc908b9d0b8d2abdb49a934f tandoor-recipes-1.5.34.tar.gz
|
||||
6d53affec525207a86d8b26c6e5ac7a16586756520e5605f7fe1ea82212a93d051237da45893c8b4002a6663e7538d8e78ab7fc392dc420ba7e31e0cb11d3cae recipes.openrc
|
||||
1ae29eb9342ad697d0e1e0cc600cd63c4ea6ce3f92b2bdc26602a95015b9ee91f1d40df65e92cad53b980fa3c15989ca9874bd0df62d6c7030ea97d396e37d2c recipes.nginx
|
||||
521bc8c71bbf900bb37ef2db4d79ab16c3a068d74de57d8cfbe82feffab6041c58f94ddbb57ac1f8feb68535dd32679b79169454abfc4fa04548b025282ca507 recipes-manage.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue