~dricottone/huttese-apk

24d4f987d731863887f50b64a5c3a595bc1d0a02 — Drew DeVault 5 years ago bccc005
Update man.sr.ht.post-upgrade

Also moves alembic dependency to py3-srht
M sr.ht/man.sr.ht/APKBUILD => sr.ht/man.sr.ht/APKBUILD +0 -1
@@ 7,7 7,6 @@ url="https://git.sr.ht/~sircmpwn/man.sr.ht"
arch="noarch"
license="AGPLv3"
depends="
	py3-alembic
	py3-gunicorn
	py3-pygit2
	py3-srht

M sr.ht/man.sr.ht/man.sr.ht.post-upgrade => sr.ht/man.sr.ht/man.sr.ht.post-upgrade +1 -5
@@ 1,6 1,2 @@
#!/bin/sh
conf=/etc/sr.ht/alembic/man.ini
if [ -e "$conf" ]
then
	alembic-3 -c "$conf" upgrade head
fi
mansrht-upgrade -a upgrade head

M sr.ht/meta.sr.ht/APKBUILD => sr.ht/meta.sr.ht/APKBUILD +0 -1
@@ 7,7 7,6 @@ url="https://git.sr.ht/~sircmpwn/meta.sr.ht"
arch="noarch"
license="AGPLv3"
depends="
	py3-alembic
	py3-bcrypt
	py3-gunicorn
	py3-pgpy

M sr.ht/py3-srht/APKBUILD => sr.ht/py3-srht/APKBUILD +1 -0
@@ 8,6 8,7 @@ url="https://git.sr.ht/~sircmpwn/core.sr.ht"
arch="noarch"
license="BSD"
depends="
	py3-alembic
	py3-bleach
	py3-flask
	py3-flask-login

M sr.ht/todo.sr.ht/APKBUILD => sr.ht/todo.sr.ht/APKBUILD +0 -1
@@ 7,7 7,6 @@ url="https://git.sr.ht/~sircmpwn/todo.sr.ht"
arch="noarch"
license="AGPLv3"
depends="
	py3-alembic
	py3-gunicorn
	py3-pystache
	py3-srht