diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-02 14:33:52 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-02 14:33:52 +0000 |
| commit | e7723ae89c832792eb4fe0615debdd1ea2fbbe43 (patch) | |
| tree | b2e58ad615cb04421ed49ac3845b79f000c81e09 | |
| parent | b2fe08b28f31f7e42ceeb1ffdea80533ff93ba1d (diff) | |
| download | aports-e7723ae89c832792eb4fe0615debdd1ea2fbbe43.tar.bz2 aports-e7723ae89c832792eb4fe0615debdd1ea2fbbe43.tar.xz | |
Revert "testing/py3-lxc: new aport"
This reverts commit e2786ac703bf4773fcfc72dde7bd11c842cb4c2f.
Still part of lxc package..will be splitted when LXC will be upgraded to 3.x
| -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" |
