From 16f2a6df9f922f295d55a3cfcee19eee7bd8450b Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Sun, 24 Feb 2013 21:12:50 +0000 Subject: testing/py-apache-libcloud: new aport --- testing/py-apache-libcloud/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/py-apache-libcloud/APKBUILD diff --git a/testing/py-apache-libcloud/APKBUILD b/testing/py-apache-libcloud/APKBUILD new file mode 100644 index 000000000..29b69e214 --- /dev/null +++ b/testing/py-apache-libcloud/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Francesco Colista +# 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" -- cgit v1.2.3