Source: dj-static
Section: python
Priority: optional
Maintainer: Herbert Parentes Fortes Neto <hpfn@debian.org>
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/dj-static
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/collab-maint/dj-static.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dj-static.git/
#Testsuite: autopkgtest-pkg-python

Package: python3-dj-static
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Serve production static files with Django (Python 3)
 This is a simple Django middleware utility that allows you to 
 properly serve static assets from production with a WSGI server
 like Gunicorn.
 .
 Django doesn’t recommend the production use of its static file 
 server for a number of reasons. There exists, however, a lovely
 WSGI application aptly named Static.
 .
 It is suitable for the production use of static file serving, 
 unlike Django.
 .
 This package installs the library for Python 3.
