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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: hy
Section: python
Priority: optional
Maintainer: Tianon Gravi <tianon@debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6~),
python-astor,
python-clint,
python-coverage,
python-nose,
python-rply,
python-setuptools,
python3-all (>= 3.2~),
python3-astor,
python3-clint,
python3-coverage,
python3-nose,
python3-rply,
python3-setuptools,
python3-sphinx
Standards-Version: 3.9.6
Homepage: http://hylang.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-hy/hy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hy/hy.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: hy
Architecture: all
Depends: python3-hy, ${misc:Depends}
Description: Lisp (s-expression) based frontend to Python (metapackage)
Hy is a wonderful dialect of Lisp that's embedded in Python.
.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
.
This package is here for future installability. This is the stable interface
to install the `hy' language.
Package: python-hy
Architecture: all
Depends: python-astor, python-rply, ${misc:Depends}, ${python:Depends}
Description: Lisp (s-expression) based frontend to Python
Hy is a wonderful dialect of Lisp that's embedded in Python.
.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
.
This package contains Python 2 bindings only.
Package: python3-hy
Architecture: all
Depends: python3-astor, python3-rply, ${misc:Depends}, ${python3:Depends}
Description: Lisp (s-expression) based frontend to Python 3
Hy is a wonderful dialect of Lisp that's embedded in Python 3.
.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
.
This package contains Python 3 bindings only.
|