Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37739018
en ru br
ALT Linux repos
S:2.1.3-alt1

Group :: Development/Python3
RPM: python3-module-cypari2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  modulename cypari2

Name:    python3-module-%modulename
Version: 2.1.3
Release: alt1

Summary: Python interface to the number theory library PARI/GP
License: GPL-2.0
Group:   Development/Python3
URL:     https://github.com/sagemath/cypari2

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-Cython
BuildRequires: python3-module-cysignals
BuildRequires: pari-devel
BuildRequires: pari-gp
BuildRequires: libgmp-devel

Source: %modulename-%version.tar

%description
A Python interface to the number theory library PARI/GP.

%prep
%setup -n %modulename-%version

%build
%python3_build
# Second pass for auto_paridecl.pxd generate
%python3_build

%install
%python3_install

%files
%doc README.rst
%python3_sitelibdir/%modulename/
%python3_sitelibdir/*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin