File: control

package info (click to toggle)
astral 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: python: 2,240; sh: 14; makefile: 9
file content (44 lines) | stat: -rw-r--r-- 1,646 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
Source: astral
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ethan Ward <ethan.ward@mycroft.ai>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-pytest,
               python-requests,
               python-setuptools,
               python-tz,
               python3-all,
               python3-pytest,
               python3-requests,
               python3-setuptools,
               python3-tz
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/astral
Vcs-Git: https://salsa.debian.org/python-team/modules/astral.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/astral

Package: python-astral
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Calculations for the position of the sun and moon (Python 2)
 This is astral, a Python module which calculates times for various
 positions of the sun: dawn, sunrise, solar moon, sunset, dusk,
 solar elevation, solar azimuth and rahukaalam. It also calculates
 phases of the moon.
 .
 This package contains the module for Python 2.

Package: python3-astral
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Calculations for the position of the sun and moon (Python 3)
 This is astral, a Python module which calculates times for various
 positions of the sun: dawn, sunrise, solar moon, sunset, dusk,
 solar elevation, solar azimuth and rahukaalam. It also calculates
 phases of the moon.
 .
 This package contains the module for Python 3.