Source: python-django-storages
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 furo,
 pybuild-plugin-pyproject,
 python3-all,
 python3-boto3,
 python3-django,
 python3-dropbox,
 python3-libcloud,
 python3-paramiko,
 python3-pytest,
 python3-rsa,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.7.2
Homepage: https://github.com/jschneier/django-storages/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-storages
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-storages.git
Rules-Requires-Root: no
X-Style: black

Package: python-django-storages-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: storage backends in Django (Documentation)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 This package contains the documentation.

Package: python3-django-storages
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-django-storages-dropbox,
 python3-django-storages-ftp,
 python3-django-storages-libcloud,
 python3-django-storages-s3,
 python3-django-storages-sftp,
Suggests:
 python-django-storages-doc,
Description: storage backends in Django (Python3 version)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the common files of the library.

Package: python3-django-storages-boto3
Depends:
 python3-django-storages-s3,
 ${misc:Depends},
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: python3-django-storages-dropbox
Architecture: all
Depends:
 python3-django-storages (= ${binary:Version}),
 python3-dropbox,
 ${misc:Depends},
 ${python3:Depends},
Description: storage backends in Django (Dropbox)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the Dropbox backend.

Package: python3-django-storages-ftp
Architecture: all
Depends:
 python3-django-storages (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: storage backends in Django (FTP)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the FTP backend.

Package: python3-django-storages-libcloud
Architecture: all
Depends:
 python3-django-storages (= ${binary:Version}),
 python3-libcloud,
 ${misc:Depends},
 ${python3:Depends},
Description: storage backends in Django (Libcloud)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the libcloud backend.

Package: python3-django-storages-s3
Architecture: all
Depends:
 python3-boto3,
 python3-django-storages (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Replaces:
 python3-django-storages-boto3 (<< 1.14-1~),
Breaks:
 python3-django-storages-boto3 (<< 1.14-1~),
Description: storage backends in Django (S3)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the boto3 backend for AWS S3.

Package: python3-django-storages-sftp
Architecture: all
Depends:
 python3-django-storages (= ${binary:Version}),
 python3-paramiko,
 ${misc:Depends},
 ${python3:Depends},
Description: storage backends in Django (SFTP)
 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the SFTP backend.