Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37727978
en ru br
ALT Linux repos
S:0.2.1-alt3

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname setuptools_cython

Name: python3-module-%oname
Version: 0.2.1
Release: alt3
Summary: Cython setuptools integration
License: GPLv2
Group: Development/Python3
Url: https://pypi.python.org/pypi/setuptools_cython/

Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-Cython

%py3_provides %oname
%py3_requires setuptools Cython

%description
Allows compiling Cython extensions in setuptools by putting
setuptools_cython in your setup_requires.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc PKG-INFO
%python3_sitelibdir/*

%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