[Python-modules-commits] [astral] 02/06: Add homepage and change description
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Aug 2 18:12:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository astral.
commit b9c9c57e4174ff07bb8c52dfaaa3ae3381a1556a
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Aug 1 20:43:56 2017 -0500
Add homepage and change description
---
debian/control | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index fa603ef..4605f2c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 10),
python3-setuptools,
python3-tz
Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/astral
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/astral.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/astral.git
@@ -19,17 +20,21 @@ 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
- This package contains the module for Python 2.x. 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.
+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
- This package contains the module for Python 3.x. 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.
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astral.git
More information about the Python-modules-commits
mailing list