File: control

package info (click to toggle)
python-first 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 136 kB
  • ctags: 36
  • sloc: python: 82; makefile: 14
file content (35 lines) | stat: -rw-r--r-- 1,410 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
Source: python-first
Section: python
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 8.0.0),
    python-all,
    python-setuptools,
    python3-all,
    python3-setuptools,
    dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.4
Homepage: https://github.com/hynek/first/
Vcs-Git: git://git.debian.org/collab-maint/python-first.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-first.git;a=summary
X-Python-Version: >= 2.7

Package: python-first
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: simple function that returns the first true value from an iterable
 A MIT licensed Python package with a simple function that returns the
 first true value from an iterable, or None if there is none. If you need
 more power, you can also supply a key function that is used to judge the
 truth value of the element or a default value if None doesn’t fit your
 use case.

Package: python3-first
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: simple function that returns the first true value from an iterable
 A MIT licensed Python package with a simple function that returns the
 first true value from an iterable, or None if there is none. If you need
 more power, you can also supply a key function that is used to judge the
 truth value of the element or a default value if None doesn’t fit your
 use case.