[Python-modules-commits] [wolframalpha] 03/05: Add Homepage and update description
Ethan Ward
ethanward-guest at moszumanska.debian.org
Mon Aug 21 16:11:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository wolframalpha.
commit 664d9cb6d7f2304a6ba373db08a6156c41e28d36
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Aug 16 11:30:32 2017 -0500
Add Homepage and update description
---
debian/control | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index f335ee2..34d19d5 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 10),
python3-vcversioner,
python3-setuptools
Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/wolframalpha
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wolframalpha.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/wolframalpha.git
@@ -27,13 +28,17 @@ Package: python-wolframalpha
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
-Description: Wolfram|Alpha 2.0 API client
- This package contains the module for Python 2.x.
- Python client built against the Wolfram|Alpha v2.0 API.
+Description: Wolfram|Alpha 2.0 API client (Python 2)
+ Python client built against the Wolfram|Alpha v2.0 API. This allows querying
+ Wolfram Alpha with any query and then easily parsing the results.
+ .
+ This package contains the module for Python 2.
Package: python3-wolframalpha
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Wolfram|Alpha 2.0 API client
- This package contains the module for Python 3.x.
- Python client built against the Wolfram|Alpha v2.0 API.
+Description: Wolfram|Alpha 2.0 API client (Python 3)
+ Python client built against the Wolfram|Alpha v2.0 API. This allows querying
+ Wolfram Alpha with any query and then easily parsing the results.
+ .
+ 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/wolframalpha.git
More information about the Python-modules-commits
mailing list