Source: python-bx
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Build-Depends:
	debhelper (>= 9),
	dh-python,
	zlib1g-dev,
# Python2
	python-setuptools,
	python-all-dev,
	python-nose,
	python-numpy,
	cython,
# Python3
	python3-setuptools,
	python3-all-dev,
	python3-nose,
	python3-numpy,
	cython3,
Standards-Version: 4.1.2
Homepage:  https://github.com/bxlab/bx-python
Vcs-Git: https://salsa.debian.org/med-team/python-bx.git
Vcs-Browser: https://salsa.debian.org/med-team/python-bx

Package: python-bx
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python:Depends},
Description: manipulating multiple sequence alignments and other biological data -- Python 2
 The bx-python project is a python library and associated set of scripts to
 [snip]

Package: python3-bx
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python3:Depends},
Description: manipulating multiple sequence alignments and other biological data -- Python 3
 The bx-python project is a python library and associated set of scripts to
 [snip]
