Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,12 @@
Apache Libcloud is a Python library which hides differences between different
cloud provider APIs and allows you to manage different cloud resources through
a unified and easy to use API.
Resource you can manage with Libcloud are divided in the following categories:
* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
Cloud Servers (libcloud.compute.*)
* Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace
CloudFiles (libcloud.storage.*)
* Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
* DNS as a Service, DNSaaS (libcloud.dns.*)

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.5 2015/02/23 10:46:31 imil Exp $
DISTNAME= apache-libcloud-0.17.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= https://pypi.python.org/packages/source/a/apache-libcloud/
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://libcloud.apache.org/
COMMENT= Python library for interacting with cloud service providers
LICENSE= apache-2.0
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-simplejson>=3.3.2:../../converters/py-simplejson
.include "../../lang/python/egg.mk"
.if !empty(_PYTHON_VERSION:M3*)
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
.include "../../mk/bsd.pkg.mk"

1738
net/py-apache-libcloud/PLIST Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2015/02/23 10:46:31 imil Exp $
SHA1 (apache-libcloud-0.17.0.tar.gz) = 14e3b1cffb94a2b254309c219484bd8796019205
RMD160 (apache-libcloud-0.17.0.tar.gz) = 571b1bc41579e29970eee499f9871aa4d0082dda
Size (apache-libcloud-0.17.0.tar.gz) = 856786 bytes