File: control

package info (click to toggle)
zope.location 4.2-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 308 kB
  • sloc: python: 1,064; makefile: 129
file content (22 lines) | stat: -rw-r--r-- 681 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
Source: zope.location
Section: zope
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-zope.proxy,
               python3-zope.schema
Standards-Version: 4.4.0
Homepage: http://pypi.python.org/pypi/zope.location
Testsuite: autopkgtest-pkg-python

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.