From f3522f9e425dd9e6c8bd395febed9f407e4c3f10 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Mon, 30 Apr 2018 11:09:55 +0200 Subject: Support Python 3 --- debian/control | 26 ++++++++++++++++++++++++-- debian/python-ofxhome.docs | 1 + debian/python-ofxparse.docs | 1 - debian/python3-ofxhome.docs | 1 + debian/python3-ofxparse.docs | 1 - debian/rules | 2 +- 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 debian/python-ofxhome.docs delete mode 100644 debian/python-ofxparse.docs create mode 100644 debian/python3-ofxhome.docs delete mode 100644 debian/python3-ofxparse.docs diff --git a/debian/control b/debian/control index 8a38ec4..7a21ae6 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,17 @@ Maintainer: Debian QA Group Build-Depends: debhelper (>= 9) , dh-python , python-all (>= 2.7~) + , python3-all , python-setuptools + , python3-setuptools Standards-Version: 3.9.8 Homepage: https://github.com/captin411/ofxhome -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: python-ofxhome Architecture: all Depends: ${python:Depends}, ${misc:Depends} -Description: ofxhome.com financial institution lookup REST client +Description: ofxhome.com financial institution lookup REST client (Python 2.7) ofxhome is a REST client for the web service provided by ofxhome.com. . ofxhome.com provides a way to discover the Open Financial Exchange @@ -25,3 +27,23 @@ Description: ofxhome.com financial institution lookup REST client . This client by itself is not all that useful unless you are coupling it with software that needs this lookup capability. + . + This package is for Python 2.7. + +Package: python3-ofxhome +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Description: ofxhome.com financial institution lookup REST client (Python 3) + ofxhome is a REST client for the web service provided by ofxhome.com. + . + ofxhome.com provides a way to discover the Open Financial Exchange + (OFX) URLs and financial institution IDs for banks and other + financial institutions. + . + ofxhome is a sort of "DNS" for financial institution OFX URLs and + IDs. + . + This client by itself is not all that useful unless you are coupling + it with software that needs this lookup capability. + . + This package is for Python 3. diff --git a/debian/python-ofxhome.docs b/debian/python-ofxhome.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/python-ofxhome.docs @@ -0,0 +1 @@ +README diff --git a/debian/python-ofxparse.docs b/debian/python-ofxparse.docs deleted file mode 100644 index e845566..0000000 --- a/debian/python-ofxparse.docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/python3-ofxhome.docs b/debian/python3-ofxhome.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/python3-ofxhome.docs @@ -0,0 +1 @@ +README diff --git a/debian/python3-ofxparse.docs b/debian/python3-ofxparse.docs deleted file mode 100644 index e845566..0000000 --- a/debian/python3-ofxparse.docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/rules b/debian/rules index 59d5e7d..9bc049a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ export PYBUILD_NAME=ofxhome %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild -- cgit v1.2.3