File: control

package info (click to toggle)
hy 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,220 kB
  • ctags: 484
  • sloc: python: 3,737; makefile: 207; sh: 20
file content (60 lines) | stat: -rw-r--r-- 2,216 bytes parent folder | download
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
Source: hy
Section: python
Priority: optional
Maintainer: Tianon Gravi <admwiggin@gmail.com>
Uploaders: Paul Tagliamonte <paultag@debian.org>,
           Vasudev Kamath <kamathvasudev@gmail.com>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6~),
               python-astor,
               python-coverage,
               python-nose,
               python-rply,
               python-setuptools,
               python3-all (>= 3.2~),
               python3-astor,
               python3-coverage,
               python3-nose,
               python3-rply,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.6
Homepage: http://hylang.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/hy.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/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.