user/paperless-ngx: match to MR

This commit is contained in:
Antoine Martin 2023-01-10 14:12:28 -05:00
parent 9e5b429f32
commit 31f80d1632
Signed by: forge
GPG key ID: D62A472A4AA7D541
21 changed files with 284 additions and 379 deletions

View file

@ -1,32 +1,27 @@
# Maintainer: Antoine Martin <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
_pyname='concurrent-log-handler'
_pyname=concurrent-log-handler
pkgname="py3-$_pyname"
pkgver=0.9.19
pkgver=0.9.20
pkgrel=0
arch='noarch'
arch="noarch"
pkgdesc="The lightning-fast ASGI server"
url="https://pypi.python.org/project/${_pyname}"
license="Apache"
depends='python3 py3-portalocker'
makedepends='py3-setuptools'
options="!check"
source="${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-${pkgver}.tar.gz"
url="https://pypi.python.org/project/$_pyname"
license="Apache-2.0"
depends="python3 py3-portalocker"
makedepends="py3-setuptools"
options="!check" # No testsuite
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
build() {
cd "$builddir"
python3 setup.py build
python3 setup.py build
}
package() {
cd "$builddir"
python3 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build --prefix=/usr
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
python3 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build --prefix=/usr
}
sha512sums="
6ffb968c2a5caa05b07ce3e2329274d9b391f905b168b6b13afd334ccadd2f0c7357d091e8675bf0cf345e06e4788b5878ba11ee0eb60f0328a998544395ea1b py3-concurrent-log-handler-0.9.19.tar.gz
fd9e66c713f6be675fd8aa8001254641ba354ba04b95fade4b101ce9cdddc66444de60c87832bd3270d004ef97c52a266a3345e9f9df8f5dea13d6ce80f05e57 py3-concurrent-log-handler-0.9.20.tar.gz
"