File: control

package info (click to toggle)
python-activipy 0.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 436 kB
  • sloc: python: 1,260; makefile: 171; lisp: 18; sh: 13
file content (32 lines) | stat: -rw-r--r-- 1,121 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: 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),
               python3-sphinx,
               python3-all,
               python3-setuptools,
               python3-pytest,
               python3-pyld,
               dh-python,
               docbook-xsl,
               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

Package: python3-activipy
Architecture: all
Depends: ${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.