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
|
Source: python-efilter
Section: python
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>=9), dh-python,
python-all (>= 2.6.6-3~),python3-all,
python-setuptools, python3-setuptools,
python-pytest, python3-pytest,
python-dateutil (>> 2), python3-dateutil (>> 2),
python-six (>> 1.4.0), python3-six (>> 1.4.0),
python-tz (>> 2011), python3-tz (>> 2011),
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/efilter
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://anonscm.debian.org/collab-maint/python-efilter.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-efilter.git
Package: python-efilter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
Description: EFILTER query language (Python 2)
EFILTER is a general-purpose destructuring and search language implemented in
Python, and suitable for integration with any Python project that requires a
search function for some of its data.
.
This package installs the library for Python 2.
Package: python3-efilter
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Description: EFILTER query language (Python 3)
EFILTER is a general-purpose destructuring and search language implemented in
Python, and suitable for integration with any Python project that requires a
search function for some of its data.
.
This package installs the library for Python 3.
|