python-project-generator 0.11.1-1 source package in Ubuntu

Changelog

python-project-generator (0.11.1-1) unstable; urgency=medium

  * New upstream version 0.11.1
  * d/control:
    - Update standards version to 4.6.0, no changes needed.
  * d/copyright:
    - Refresh years of Debian copyright
  * d/salsa-ci.yml:
    - Fix missing newline from salsa web editor
  * d/t/control:
    - Add python3-all to test dependencies
  * d/watch:
    - Update pattern for GitHub archive URLs
  * d/rules: Clean out new build artefact

 -- Nick Morrott <email address hidden>  Sun, 06 Feb 2022 03:31:45 +0000

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 Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-project-generator_0.11.1-1.dsc 2.3 KiB 48842aebd4b8a59299f3f5a65799ab5aaa4f5a2b52ac16d2242e35f60a449ce7
python-project-generator_0.11.1.orig.tar.xz 57.4 KiB 0d78e362dd54414b23933c8c39a57ddeb0baed5020ee428cf3b4a25557df16c3
python-project-generator_0.11.1-1.debian.tar.xz 5.5 KiB c0e9f2e258dd9e74e552c482f654c81120f5b4ead1cdbd09f6f798265c8b3215

Available diffs

No changes file available.

Binary packages built by this source

python3-project-generator: project generators for various embedded tools (IDE)

 python-project-generator allows one to define an embedded hardware/software
 project in structured text (using YAML), and then generate IDE (integrated
 development environment) project files based on the defined rules.
 .
 python-project-generator currently generates projects for the following tools:
 .
  - CMake (GCC ARM)
  - CoIDE (GCC ARM)
  - Eclipse (Makefile with GCC ARM)
  - IAR
  - Makefile (ARMCC)
  - Makefile (GCC ARM)
  - Sublime Text (Makefile with GCC ARM)
  - uVision4 and uVision5
  - Visual Studio (Makefile with GCC ARM)
 .
 This package installs the library and `progen` helper script for Python 3.