From 5e68ad4190ad099bd5abb63d1b5f92dd17cd4aaf Mon Sep 17 00:00:00 2001 From: Ross Jones Date: Fri, 27 Sep 2013 09:40:33 +0100 Subject: [PATCH 1/2] Tweaked some URLs so tests do not try and download from missing repo --- README.rst | 4 ++-- download_test_data.sh | 1 + setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d763eed..b8aac89 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ pdftables - a library for extracting tables from PDF files ========================================================== -.. image:: https://travis-ci.org/scraperwiki/pdftables.png - :target: https://travis-ci.org/scraperwiki/pdftables +.. image:: https://travis-ci.org/okfn/pdftables.png + :target: https://travis-ci.org/okfn/pdftables .. image:: https://pypip.in/v/pdftables/badge.png :target: https://pypi.python.org/pypi/pdftables diff --git a/download_test_data.sh b/download_test_data.sh index 5d748f5..3d6c8e8 100755 --- a/download_test_data.sh +++ b/download_test_data.sh @@ -1,5 +1,6 @@ #!/bin/sh +# ScraperWiki test data is unavailable git clone https://bitbucket.org/scraperwikids/pdftables-test-data fixtures/ # get EU ground truth dataset diff --git a/setup.py b/setup.py index c143e6a..850dc33 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], keywords='', author='ScraperWiki Ltd', - author_email='feedback@scraperwiki.com', + author_email='', url='http://scraperwiki.com', license='BSD', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), From 76d9c02fa211ab908c4812990494d55e892f4ff7 Mon Sep 17 00:00:00 2001 From: Ross Jones Date: Fri, 27 Sep 2013 09:42:17 +0100 Subject: [PATCH 2/2] Updated readme explaining issue with fixtures --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b8aac89..391dc2a 100644 --- a/README.rst +++ b/README.rst @@ -110,6 +110,9 @@ Files and folders:: contains PDF files which are installed from a different repository by running the ``download_test_data.sh`` script. + The fixtures are currently unavailable as they are held on + a private repository + We're also using data from http://www.tamirhassan.com/competition/dataset-tools.html which is also installed by the download script. *pdftables* contains the core code files