File: control

package info (click to toggle)
dep-logic 0.4.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 4,288; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,034 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
Source: dep-logic
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 eevelweezel <eevel.weezel@gmail.com>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-packaging,
 python3-pdm-backend,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/dep-logic
Vcs-Git: https://salsa.debian.org/python-team/packages/dep-logic.git
Homepage: https://github.com/pdm-project/dep-logic
Rules-Requires-Root: no

Package: python3-dep-logic
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python dependency specifications supporting logical operations
 This library requires Python 3.8 or later.
 Currently, it contains two sub-modules:
   dep_logic.specifier - a module for parsing and calculating PEP 440
    version specifiers.
   dep_logic.markers - a module for parsing and calculating PEP 508
    environment markers.