Source: django-webpack-loader
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-webpack-loader
Vcs-Git: https://salsa.debian.org/python-team/modules/django-webpack-loader.git
Homepage: https://github.com/owais/django-webpack-loader
Testsuite: autopkgtest-pkg-python

Package: python-django-webpack-loader
Architecture: all
Depends:
 python-django (>= 1.6),
 ${misc:Depends},
 ${python:Depends},
Description: Transparently use webpack with Django (Python2 version)
 Use webpack to generate your static bundles without Django's staticfiles or
 opaque wrappers.
 .
 Django webpack loader consumes the output generated by webpack-bundle-tracker
 and lets you use the generated bundles in Django.
 .
 This package contains the Python 2 version of the library.

Package: python3-django-webpack-loader
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Transparently use webpack with Django (Python3 version)
 Use webpack to generate your static bundles without Django's staticfiles or
 opaque wrappers.
 .
 Django webpack loader consumes the output generated by webpack-bundle-tracker
 and lets you use the generated bundles in Django.
 .
 This package contains the Python 3 version of the library.
