Source: pynac
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: math
Priority: optional
Standards-Version: 4.6.0
Homepage: http://pynac.org
Build-Depends: debhelper-compat (= 13),
               libflint-dev,
               libgmp-dev,
               libntl-dev,
               libsingular4-dev (>= 1:4.2.1-p2+ds-3),
               pkg-config,
               python3-dev
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/pynac.git
Vcs-Browser: https://salsa.debian.org/science-team/pynac

Package: libpynac18py3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libpynac18 (<= 0.7.26-1)
Replaces: libpynac18 (<= 0.7.26-1)
Description: Engine for symbolic geometric calculus for Python
 Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
 replaces the dependency of GiNaC on CLN (Class Library for Numbers, C++) by
 a dependency on Python.
 .
 This is the library for symbolic geometric calculus in Python,
 as used in SAGE (http://www.sagemath.org)

Package: libpynac-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpynac18py3 (= ${binary:Version}), ${misc:Depends}
Description: Engine for symbolic geometric calculus for Python (development files)
 Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
 replaces the dependency of GiNaC on CLN (Class Library for Numbers, C++) by
 a dependency on Python.
 .
 This is the library for symbolic geometric calculus in Python,
 as used in SAGE (http://www.sagemath.org)
 .
 This package contains the development files for the library.
