Source: python-activipy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python-sphinx,
               python3-all,
               python3-setuptools,
               python-pytest,
               python3-pytest,
               dh-python,
               docbook-xsl,
               xsltproc
Homepage: https://github.com/w3c-social/activipy
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-activipy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-activipy.git

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.
