Codebase list python-lml / 7585ad6
Remove Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 8 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-sphinx
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-all,
8 python3-setuptools,
9 python3-sphinx
610 Standards-Version: 4.3.0
711 Homepage: https://github.com/chfw/lml
812 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-lml
913 Vcs-Git: https://gitlab.com/kalilinux/packages/python-lml.git
1014 Testsuite: autopkgtest-pkg-python
1115
12 Package: python-lml
13 Architecture: all
14 Depends: ${python:Depends}, ${misc:Depends}
15 Suggests: python-lml-doc
16 Description: Load me later, a lazy plugin management system (Python 2)
17 This package contains a lazy plugin management system. It seamlessly finds the
18 lml based plugins from the current Python environment but loads the plugins
19 on demand. It is designed to support plugins that have external dependencies,
20 especially bulky and/or memory hungry ones. lml provides the plugin management
21 system only and the plugin interface is on your shoulder.
22 .
23 This package installs the library for Python 2.
24
2516 Package: python3-lml
2617 Architecture: all
27 Depends: ${python3:Depends}, ${misc:Depends}
18 Depends: ${misc:Depends}, ${python3:Depends}
2819 Suggests: python-lml-doc
2920 Description: Load me later, a lazy plugin management system (Python 3)
3021 This package contains a lazy plugin management system. It seamlessly finds the
3829 Package: python-lml-doc
3930 Architecture: all
4031 Section: doc
41 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
32 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
4233 Description: Load me later, a lazy plugin management system (common documentation)
4334 This package contains a lazy plugin management system. It seamlessly finds the
4435 lml based plugins from the current Python environment but loads the plugins
55 export PYBUILD_NAME=lml
66
77 %:
8 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
8 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
99
1010 override_dh_auto_build:
1111 dh_auto_build