debian-xstatic-leaflet/debian/control

20 lines
787 B
Plaintext

Source: xstatic-leaflet
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://leafletjs.com/
Package: python3-xstatic-leaflet
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Leaflet XStatic support - Python 3.x
XStatic is a Python web development tool for handling required static data
files from external projects, such as CSS, images, and JavaScript. It provides
a lightweight infrastructure to manage them via Python modules that your app
can depend on in a portable, virtualenv-friendly way instead of using embedded
copies.
.
This package provides Leaflet support as a Python 3.x module.