Source: swiglpk
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper-compat (= 13),
	dh-python,
	python3-all-dev,
	python3-setuptools,
	swig,
	libglpk-dev,
	glpk-utils,
	python3-nose <!nocheck>,
Standards-Version: 4.5.1
Homepage: https://github.com/biosustain/swiglpk
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/swiglpk.git
Vcs-Browser: https://salsa.debian.org/science-team/swiglpk

Package: python3-swiglpk
Architecture: any
Depends:
	${shlibs:Depends},
	${python3:Depends},
	${misc:Depends},
Description: Plain Python bindings for the GNU Linear Programming Kit (Python 3)
 swiglpk just provides plain SWIG bindings to the underlying C library
 of the GNU Linear Programming Kit. It is not a high-level wrapper for GLPK.
 .
 This package installs the library for Python 3.
