File: control

package info (click to toggle)
python-suntime 1.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: python: 128; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 923 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
Source: python-suntime
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-dateutil
Standards-Version: 4.5.1
Homepage: https://github.com/SatAgro/suntime
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-suntime
Vcs-Git: https://salsa.debian.org/python-team/packages/python-suntime.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-suntime
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Simple sunset and sunrise time calculation Python library (Python 3)
 Python library doing sunrise and sunset time calculation.
 .
 Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or
 local datetime object.
 .
 This package installs the library for Python 3.