Author: tille Date: 2015-05-18 14:36:16 +0000 (Mon, 18 May 2015) New Revision: 19253
Modified: trunk/packages/python-hl7/trunk/debian/changelog trunk/packages/python-hl7/trunk/debian/control trunk/packages/python-hl7/trunk/debian/rules Log: Add python3 package Modified: trunk/packages/python-hl7/trunk/debian/changelog =================================================================== --- trunk/packages/python-hl7/trunk/debian/changelog 2015-05-18 14:25:57 UTC (rev 19252) +++ trunk/packages/python-hl7/trunk/debian/changelog 2015-05-18 14:36:16 UTC (rev 19253) @@ -2,6 +2,8 @@ * Fix watch file * Update copyright + * Add python3 package + Closes: #782942 -- Andreas Tille <[email protected]> Mon, 18 May 2015 16:23:10 +0200 Modified: trunk/packages/python-hl7/trunk/debian/control =================================================================== --- trunk/packages/python-hl7/trunk/debian/control 2015-05-18 14:25:57 UTC (rev 19252) +++ trunk/packages/python-hl7/trunk/debian/control 2015-05-18 14:36:16 UTC (rev 19253) @@ -10,7 +10,11 @@ python-setuptools, python-six, python-mock, - python-unittest2 + python-unittest2, + python3, + python3-setuptools, + python3-six, + python3-mock Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-hl7/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-hl7/trunk/ @@ -19,7 +23,6 @@ Package: python-hl7 Architecture: all Depends: ${python:Depends}, - ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources Recommends: python-six, @@ -33,3 +36,22 @@ accepted version of HL7 (version 3.0 is an XML-based format). python-hl7 currently only parses HL7 version 2.x messages into an easy to access, list-based, data structure. + +Package: python3-hl7 +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-pkg-resources +Recommends: python3-six, + python3-mock +Provides: ${python:Provides} +Description: Python3 library for parsing HL7 messages + HL7 is a communication protocol and message format for health care data. + It is the de-facto standard for transmitting data between clinical + information systems and between clinical devices. The version 2.x series, + which is often is a pipe delimited format is currently the most widely + accepted version of HL7 (version 3.0 is an XML-based format). + python-hl7 currently only parses HL7 version 2.x messages into an easy + to access, list-based, data structure. + . + This package contains the Python3 API. Modified: trunk/packages/python-hl7/trunk/debian/rules =================================================================== --- trunk/packages/python-hl7/trunk/debian/rules 2015-05-18 14:25:57 UTC (rev 19252) +++ trunk/packages/python-hl7/trunk/debian/rules 2015-05-18 14:36:16 UTC (rev 19253) @@ -4,4 +4,4 @@ export PYBUILD_NAME=hl7 %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
