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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pycurl
%define oversion %(echo %version | sed -e "s|\\.|_|g")

Name: python3-module-pycurl
Version: 7.45.2
Release: alt1

Summary: Python bindings to libcurl
License: LGPLv2.1 and MIT
Group: Development/Python3
Url: http://pycurl.io/

# Source-url: https://github.com/pycurl/pycurl/archive/REL_%oversion.tar.gz

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires(pre): libcurl
BuildRequires: libcurl-devel libgnutls-devel

Requires: python3 >= 3.5
Requires: libcurl >= %get_version libcurl

%description
This module provides the Python bindings to libcurl.

%prep
%setup

%build
%add_optflags -fno-strict-aliasing

%__python3 setup.py docstrings
%python3_build_debug

%install
%python3_install

%files
%_docdir/%oname/
%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