File: control

package info (click to toggle)
python-amply 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,005; sh: 46; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,061 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
Source: python-amply
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-pyparsing,
               python3-pytest <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-amply
Vcs-Git: https://salsa.debian.org/python-team/packages/python-amply.git
Homepage: https://github.com/willu47/amply
Rules-Requires-Root: no

Package: python3-amply
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: allows loading and manipulating AMPL data as Python data structures
 Amply only supports a specific subset of the AMPL syntax:
 .
  *   set declarations
  *   set data statements
  *   parameter declarations
  *   parameter data statements