File: control

package info (click to toggle)
python-project-generator 0.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 768 kB
  • sloc: python: 4,125; makefile: 18; sh: 9
file content (47 lines) | stat: -rw-r--r-- 1,538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-project-generator
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pandoc,
 python3-all,
 python3-jinja2,
 python3-project-generator-definitions (<< 0.3.0),
 python3-pytest,
 python3-setuptools,
 python3-setuptools-scm,
 python3-xmltodict,
 python3-yaml
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-project-generator
Vcs-Git: https://salsa.debian.org/python-team/packages/python-project-generator.git
Homepage: https://github.com/project-generator/project_generator
Rules-Requires-Root: no

Package: python3-project-generator
Architecture: all
Depends:
 python3-project-generator-definitions (<< 0.3.0),
 ${misc:Depends},
 ${python3:Depends}
Description: 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.