Source: python-simplexquery
Section: python
Priority: extra
Maintainer: ichiyama ryoichi <bellbind@gmail.com>
Build-Depends: debhelper (>= 7),  python-support, 
 python-all-dev, python3-all-dev, python-setuptools, python3-setuptools,
 libxqilla-dev, libxerces-c-dev
Standards-Version: 3.9.1
XS-Python-Version: 2.6, 2.7, 3.1, 3.2
Homepage: http://github.com/bellbind/python-simplexquery

Package: python-simplexquery
Architecture: any
Replaces: python2.6-simplexquery (<< 1.0.5.2-1), python2.7-simplexquery (<< 1.0.5.2-1)
Provides: python2.6-simplexquery, python2.7-simplexquery
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.6 | python2.7, libxqilla5 
Description: A simple native XQuery processing module using xqilla.
 Usage:
 .
      import simplexquery as sxq
      print(sxq.execute("<body>{string(/user)}</body>", "<user>Taro</user>"))
 .
 This module is designed for using XQuery on python easily, so the module:
 . 
   - only provides stateless functions which only use python builtins objects
   - ...


Package: python3-simplexquery
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3.1 | python3.2, libxqilla5
Replaces: python3.1-simplexquery (<< 1.0.5.2)
Provides: python3.1-simplexquery
Description: A simple native XQuery processing module using xqilla.
 Usage:
 .
      import simplexquery as sxq
      print(sxq.execute("<body>{string(/user)}</body>", "<user>Taro</user>"))
 .
 This module is designed for using XQuery on python easily, so the module:
 .
   - only provides stateless functions which only use python builtins objects
   - ...
