summaryrefslogtreecommitdiffstats
path: root/testing/py-apache-libcloud/APKBUILD
blob: 29b69e21473553505d0c3e433d85b86351925f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer:
pkgname=py-apache-libcloud
_pkgname=apache-libcloud
pkgver=0.11.4
pkgrel=0
pkgdesc="Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs"
url="https://libcloud.apache.org"
arch="noarch"
license="APACHE"
depends=""
depends_dev="python-dev"
makedepends="$depends_dev"
install=""
subpackages=""
source="http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$_pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$_pkgname-$pkgver
build() {
	cd "$_builddir"
	python setup.py build
}

package() {
	cd "$_builddir"
	python setup.py install --root="$pkgdir"
}

md5sums="94b4bebbe500cf4747623e9503213a4a  apache-libcloud-0.11.4.tar.bz2"
sha256sums="5987f20c256608ee757b1a097b6392afbd18058cfc21ce761c078b44da95c532  apache-libcloud-0.11.4.tar.bz2"
sha512sums="b761e6b1d29f60c382602b552c48268f1cf0a27e2a51bdf6603179f085a160b10c51eaa2d089bc868ae2147dc246ada43d0142edf03a786de20ef3468e23db1e  apache-libcloud-0.11.4.tar.bz2"