[Python-modules-commits] [wikipedia] 02/12: Add homepage and update descriptions
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Aug 1 23:27:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository wikipedia.
commit 2bcc9150084003a2e9e3942506b6d7d36f4d721e
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Mon Jul 31 16:59:06 2017 -0500
Add homepage and update descriptions
---
debian/control | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index e249d5f..f77aa6d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 10),
python3-requests (>=2),
python3-setuptools
Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/wikipedia/1.4.0
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wikipedia.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/wikipedia.git
@@ -23,19 +24,23 @@ Package: python-wikipedia
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
-Description: Wikipedia API for Python
- This package contains the module for Python 2.x. Wikipedia is a Python
- library that makes it easy to access and parse data from Wikipedia.
- Search Wikipedia, get article summaries, get data like links and images
- from a page, and more. Wikipedia wraps the MediaWiki API so you can
- focus on using Wikipedia data, not getting it.
+Description: Wikipedia API (Python 2)
+ Wikipedia is a Python library that makes it easy to access and
+ parse data from Wikipedia. Search Wikipedia, get article summaries,
+ get data like links and images from a page, and more. Wikipedia
+ wraps the MediaWiki API so you can focus on using Wikipedia data,
+ not getting it.
+ .
+ This package contains the module for Python 2.
Package: python3-wikipedia
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Wikipedia API for Python
- This package contains the module for Python 2.x. Wikipedia is a Python
- library that makes it easy to access and parse data from Wikipedia.
- Search Wikipedia, get article summaries, get data like links and images
- from a page, and more. Wikipedia wraps the MediaWiki API so you can
- focus on using Wikipedia data, not getting it.
+Description: Wikipedia API (Python 3)
+ Wikipedia is a Python library that makes it easy to access and
+ parse data from Wikipedia. Search Wikipedia, get article summaries,
+ get data like links and images from a page, and more. Wikipedia
+ wraps the MediaWiki API so you can focus on using Wikipedia data,
+ not getting it.
+ .
+ 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/wikipedia.git
More information about the Python-modules-commits
mailing list