File: control

package info (click to toggle)
zope.location 5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: python: 956; makefile: 132
file content (29 lines) | stat: -rw-r--r-- 815 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
Source: zope.location
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-zope.proxy,
 python3-zope.schema,
 python3-zope.testrunner,
Standards-Version: 4.7.0
Homepage: https://github.com/zopefoundation/zope.location/
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/debian/zope.location
Vcs-Git: https://salsa.debian.org/debian/zope.location.git

Package: python3-zope.location
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Conflicts: zope3,
Description: Tools for working with object locations
 In Zope3, locations are special objects that have a structural location.
 .
 This is the Python 3 version.