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 39 40 41 42 43 44 45 46 47
|
Source: python-activipy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-sphinx,
python3-all,
python3-setuptools,
python-pytest,
python3-pytest,
python-pyld,
python3-pyld,
dh-python,
docbook-xsl,
xsltproc
Homepage: https://github.com/w3c-social/activipy
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/python-team/modules/python-activipy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-activipy
Package: python-activipy
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python (>= 2.7)
Provides: ${python:Provides}
Description: implementation of ActivityStreams 2.0 for Python 2
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 2.x.
Package: python3-activipy
Architecture: all
Depends: ${misc:Depends},
${python3: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.
|