[Python-modules-commits] [wikipedia] 07/12: Add patches to install tests

Ethan Ward ethanward-guest at moszumanska.debian.org
Tue Aug 1 23:27:27 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 b83744df5a154fdc2489b07df54e7776ef167b2c
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 1 15:13:32 2017 -0500

    Add patches to install tests
---
 .../patches/0001-Add-tests-to-installed-code.patch  | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-Add-tests-to-installed-code.patch b/debian/patches/0001-Add-tests-to-installed-code.patch
new file mode 100644
index 0000000..1d74d1e
--- /dev/null
+++ b/debian/patches/0001-Add-tests-to-installed-code.patch
@@ -0,0 +1,21 @@
+From: Ethan Ward <ethan.ward at mycroft.ai>
+Date: Mon, 31 Jul 2017 17:32:23 -0500
+Subject: Add tests to installed code
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 62a8f8c..e898b0b 100644
+--- a/setup.py
++++ b/setup.py
+@@ -33,7 +33,7 @@ setuptools.setup(
+   keywords = "python wikipedia API",
+   url = "https://github.com/goldsmith/Wikipedia",
+   install_requires = install_reqs,
+-  packages = ['wikipedia'],
++  packages = ['wikipedia', 'tests'],
+   long_description = local_file('README.rst').read(),
+   classifiers = [
+     'Development Status :: 4 - Beta',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..20c1133
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-tests-to-installed-code.patch

-- 
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