backports/py3-daemon: upgrade to 2.3.2
This commit is contained in:
parent
6b55333054
commit
5837a56bf7
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
|
# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
|
||||||
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
|
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
|
||||||
pkgname=py3-daemon
|
pkgname=py3-daemon
|
||||||
pkgver=2.3.0
|
pkgver=2.3.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Library to implement a well-behaved Unix daemon process"
|
pkgdesc="Library to implement a well-behaved Unix daemon process"
|
||||||
url="https://pagure.io/python-daemon"
|
url="https://pagure.io/python-daemon"
|
||||||
options="!check" # Has lots of dependencies
|
options="!check" # Has lots of dependencies
|
||||||
|
@ -10,6 +10,7 @@ arch="noarch"
|
||||||
license="Apache-2.0 AND GPL-3.0-or-later"
|
license="Apache-2.0 AND GPL-3.0-or-later"
|
||||||
depends="py3-setuptools py3-lockfile"
|
depends="py3-setuptools py3-lockfile"
|
||||||
makedepends="py3-docutils"
|
makedepends="py3-docutils"
|
||||||
|
subpackages="$pkgname-pyc"
|
||||||
source="https://pypi.io/packages/source/p/python-daemon/python-daemon-$pkgver.tar.gz"
|
source="https://pypi.io/packages/source/p/python-daemon/python-daemon-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/python-daemon-$pkgver"
|
builddir="$srcdir/python-daemon-$pkgver"
|
||||||
|
|
||||||
|
@ -31,5 +32,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
30bb70821aae720d09032c8c666524fa9a1a486314ffff73eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a python-daemon-2.3.0.tar.gz
|
d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd python-daemon-2.3.2.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue