mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/py3-lxc: upgrade to 3.0.4
This commit is contained in:
parent
37bb8a0707
commit
a3e16c6d72
@ -1,16 +1,15 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=py3-lxc
|
||||
pkgver=3.0.3
|
||||
pkgrel=1
|
||||
pkgver=3.0.4
|
||||
pkgrel=0
|
||||
pkgdesc="Python3 bindings for LXC"
|
||||
options="!check" # No testsuite
|
||||
url="https://linuxcontainers.org"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends="python3"
|
||||
makedepends="python3-dev lxc-dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="https://linuxcontainers.org/downloads/lxc/python3-lxc-$pkgver.tar.gz"
|
||||
builddir="$srcdir/python3-lxc-$pkgver"
|
||||
|
||||
@ -19,14 +18,9 @@ build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="32f444df47d46b998d9d4aa88316817a49c5bd22e77debef7b06dfe470654320c0f43a72969cf3a7c6849b8badc1206e7d1e438e2c10ee2744c6f0b26e50d748 python3-lxc-3.0.3.tar.gz"
|
||||
sha512sums="37660fe97a2171cc3346c31e736ead8a38e328bfcbea621d6b563042fcd1e70c48b97440f6263fb0f6f02a4f1704af2241661bc526921c124a6456c06a497828 python3-lxc-3.0.4.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user