File: control

package info (click to toggle)
python-activipy 0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 1,260; makefile: 171; lisp: 18; sh: 13
file content (38 lines) | stat: -rw-r--r-- 1,050 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
Source: python-activipy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 James Valleroy <jvalleroy@mailbox.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 docbook-xsl,
 python3-all,
 python3-pyld,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 xsltproc,
Homepage: https://github.com/w3c-social/activipy
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-activipy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-activipy
Rules-Requires-Root: no
X-Style: black

Package: python3-activipy
Architecture: all
Depends:
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Provides:
 ${python3:Provides},
Description: implementation of ActivityStreams 2.0 for Python 3
 Provides an easy API for building ActivityStreams 2.0 based
 applications as well as a test suite for testing
 ActivityStreams 2.0 libraries against.
 .
 This package provides the module for Python 3.x.