aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-lxc-python2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-13 20:31:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-19 22:54:45 -0300
commit45ac5e4bcae1ac9ea3143bf90ee1de0b57b34c87 (patch)
treedb33d66fa0ea79dae38fa9a63162080ad4f78d0f /testing/py-lxc-python2
parent5a2a0ec3834ee7f2e53d5aa8c8e21926236da759 (diff)
downloadaports-45ac5e4bcae1ac9ea3143bf90ee1de0b57b34c87.tar.bz2
aports-45ac5e4bcae1ac9ea3143bf90ee1de0b57b34c87.tar.xz
testing/py-lxc-python2: remove
- Python2 only - Python3 bindings present in LXC
Diffstat (limited to 'testing/py-lxc-python2')
-rw-r--r--testing/py-lxc-python2/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py-lxc-python2/APKBUILD b/testing/py-lxc-python2/APKBUILD
deleted file mode 100644
index 2bcfa25f11..0000000000
--- a/testing/py-lxc-python2/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
-_pkgname=lxc-python2
-pkgname=py-${_pkgname}
-pkgver=0.1
-pkgrel=0
-pkgdesc="Python2 bindings for LXC"
-url="https://pypi.python.org/pypi/lxc-python2"
-arch="all"
-license="LGPL-2.0-or-later"
-depends=""
-makedepends="lxc-dev python-dev py-setuptools"
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-sha512sums="e2374373dbf0567209f028df6c8dcf66b1f06be89934824c9663104e4fed9341f2b68d89011624f87de0e4e2702affaf1f7b17987bb179d1d945c2e04f8aa1bc lxc-python2-0.1.zip"