straight.plugin 1.4.1-4 source package in Ubuntu
Changelog
straight.plugin (1.4.1-4) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Apply multi-arch hints. + python-straight.plugin-doc: Add Multi-Arch: foreign. -- Sandro Tosi <email address hidden> Sat, 04 Jun 2022 20:53:22 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
straight.plugin_1.4.1-4.dsc | 2.1 KiB | 1e4a46e7e74b0c1050e34eb3c1437ac4fccf9a94ec2db9ea7c9c97732e4d0872 |
straight.plugin_1.4.1.orig.tar.gz | 15.2 KiB | 27209b4aa1887e84430d2f1e1ac35c597d73c242e4b7801e7e4d34f26cf5c77b |
straight.plugin_1.4.1-4.debian.tar.xz | 2.8 KiB | 47bf3843dc8bea3f6ecb4f1f7ae511c3071b9b73295d6665fcf1c4a9553899eb |
Available diffs
- diff from 1.4.1-3 to 1.4.1-4 (1.0 KiB)
No changes file available.
Binary packages built by this source
- python-straight.plugin-doc: Simple namespaced plugin facility (common documentation)
straight.plugin is a Python plugin loader inspired by twisted.plugin
with two important distinctions:
.
- Fewer dependencies
- Python 3 compatible
.
The system is used to allow multiple Python packages to provide
plugins within a namespace package, where other packages will locate
and utilize. The plugins themselves are modules in a namespace
package where the namespace identifies the plugins in it for some
particular purpose or intent.
.
This is the common documentation package.
- python3-straight.plugin: Simple namespaced plugin facility (Python 3)
straight.plugin is a Python plugin loader inspired by twisted.plugin
with two important distinctions:
.
- Fewer dependencies
- Python 3 compatible
.
The system is used to allow multiple Python packages to provide
plugins within a namespace package, where other packages will locate
and utilize. The plugins themselves are modules in a namespace
package where the namespace identifies the plugins in it for some
particular purpose or intent.
.
This package installs the library for Python 3.