blob: 9399d949b21ea2ea193890ba424744e3777568a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-django-storages
pkgdesc = Support for many storage backends (S3, Libcloud, etc) in Django.
pkgver = 1.14.4
pkgrel = 1
url = https://github.com/jschneier/django-storages
arch = any
license = BSD
makedepends = python-setuptools
source = https://files.pythonhosted.org/packages/source/d/django-storages/django-storages-1.14.4.tar.gz
sha256sums = 69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f
pkgname = python-django-storages
depends = python-django
optdepends = python-azure-storage-blob
optdepends = python-boto3
optdepends = python-dropbox
optdepends = python-google-cloud-storage
optdepends = python-apache-libcloud
optdepends = python-paramiko
|