Codebase list straight.plugin / e5930cb
Drop Python 2 support. Ondřej Nový 4 years ago
3 changed file(s) with 2 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
44 * d/control: Remove ancient X-Python3-Version field
55 * Convert git repository from git-dpm to gbp layout
66 * Use debhelper-compat instead of debian/compat.
7 * Drop Python 2 support.
78
89 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 09:59:03 +0100
910
44 Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
55 Build-Depends: debhelper-compat (= 9),
66 dh-python,
7 python-all (>= 2.6.6-3~),
8 python-setuptools,
9 python-sphinx,
10 python-mock,
117 python3-all,
128 python3-setuptools,
139 python3-sphinx,
1713 Homepage: https://github.com/ironfroggy/straight.plugin
1814 Vcs-Git: https://salsa.debian.org/python-team/modules/straight.plugin.git
1915 Vcs-Browser: https://salsa.debian.org/python-team/modules/straight.plugin
20
21 Package: python-straight.plugin
22 Architecture: all
23 Depends: ${python:Depends}, ${misc:Depends}
24 Suggests: python-straight.plugin-doc
25 Description: Simple namespaced plugin facility (Python 2)
26 straight.plugin is a Python plugin loader inspired by twisted.plugin
27 with two important distinctions:
28 .
29 - Fewer dependencies
30 - Python 3 compatible
31 .
32 The system is used to allow multiple Python packages to provide
33 plugins within a namespace package, where other packages will locate
34 and utilize. The plugins themselves are modules in a namespace
35 package where the namespace identifies the plugins in it for some
36 particular purpose or intent.
37 .
38 This package installs the library for Python 2.
3916
4017 Package: python3-straight.plugin
4118 Architecture: all
22 export PYBUILD_NAME = straight.plugin
33
44 %:
5 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
5 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
66
77 override_dh_auto_build:
88 dh_auto_build