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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname affine

%def_with check

Name: python3-module-%oname
Version: 2.4.0
Release: alt1

Summary: Affine transformation matrices

License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/affine/

Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-flit-core
%if_with check
BuildRequires: python3-module-pytest-cov
BuildRequires: python3-module-responses
%endif

BuildArch: noarch

%py3_provides %oname

%description
Matrices describing affine transformation of the plane.


%prep
%setup

%build
%pyproject_build

%install
%pyproject_install
%python3_prune

%check
%tox_check_pyproject

%files
%doc *.txt *.rst
%python3_sitelibdir/%oname
%python3_sitelibdir/%{pyproject_distinfo %oname}

%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