diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-lxc/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-lxc/APKBUILD b/testing/py3-lxc/APKBUILD deleted file mode 100644 index 14bd6168c8..0000000000 --- a/testing/py3-lxc/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=py3-lxc -_pkgname=python3-lxc -pkgver=3.0.1 -pkgrel=0 -pkgdesc="Python3 binding for liblxc" -url="https://github.com/lxc/python3-lxc" -arch="all" -license="LGPL-2.1" -depends="python3" -makedepends="python3-dev lxc-dev" -source="https://github.com/lxc/$_pkgname/archive/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$_pkgname-$pkgver" - -build() { - cd "$builddir" - python3 setup.py build -} - -check() { - cd "$builddir" - python3 setup.py check -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="e8a3841133e4033aa25e1fb3290dcf24cd396960f6295d99fefe9d2a08bdc0577e65876258e7ee3939b8a0a0da467d75b522a411143541d26144afdb1f741200 python3-lxc-3.0.1.tar.gz" |
