debian-python-lml/debian/control

31 lines
1.2 KiB
Plaintext

Source: python-lml
Maintainer: tobald@debian.org <tobald@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all
Standards-Version: 3.9.6
Homepage: https://github.com/chfw/lml
Package: python-lml
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Load me later. A lazy plugin management system.
lml seamlessly finds the lml based plugins from your current python
environment but loads your plugins on demand. It is designed to support
plugins that have external dependencies, especially bulky and/or
memory hungry ones. lml provides the plugin management system only and the
plugin interface is on your shoulder.
.
Package: python3-lml
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Load me later. A lazy plugin management system. (Python 3)
lml seamlessly finds the lml based plugins from your current python
environment but loads your plugins on demand. It is designed to support
plugins that have external dependencies, especially bulky and/or
memory hungry ones. lml provides the plugin management system only and the
plugin interface is on your shoulder.
.