Skip to content
Commits on Source (9)
python-fhirclient (3.0.0-1) UNRELEASED; urgency=medium
python-fhirclient (3.0.0-1) unstable; urgency=medium
* Initial release (Closes: #<bug>)
* Initial release (Closes: #926403)
-- Andreas Tille <tille@debian.org> Wed, 18 Oct 2017 18:18:43 +0200
-- Andreas Tille <tille@debian.org> Thu, 04 Apr 2019 19:08:26 +0200
......@@ -2,36 +2,18 @@ Source: python-fhirclient
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 12~),
dh-python,
python-all,
python-setuptools,
python-isodate,
python3-all,
python3-setuptools,
python3-isodate
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fhirclient.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-fhirclient.git
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-fhirclient
Vcs-Git: https://salsa.debian.org/med-team/python-fhirclient.git
Homepage: https://github.com/smart-on-fhir/client-py
Package: python-fhirclient
Architecture: any
Depends: ${python:Depends},
${misc:Depends}
Description: Python SMART on FHIR client
This is fhirclient, a flexible Python client for FHIR servers supporting
the SMART on FHIR protocol.
.
Client versioning is not identical to FHIR versioning. The master branch
is usually on the latest version of the client as shown below, possibly
on bugfix releases thereof. The develop branch should be on recent
freezes, and the feature/latest-ci branch is periodically updated to the
latest FHIR continuous integration builds.
.
This is the client for Python 2.
Package: python3-fhirclient
Architecture: any
Depends: ${python3:Depends},
......
......@@ -3,7 +3,9 @@
export PYBUILD_NAME=fhirclient
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "Do nothing since web access is required."
endif