Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37550800
en ru br
ALT Linux repos
5.0: 1.15-alt1
4.1: 1.15-alt0.M41.2

Group :: Development/Python
RPM: python-module-ssl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modulename ssl

Name: python-module-%modulename
Version: 1.15
Release: %branch_release alt1

%setup_python_module %modulename

Summary: SSL wrapper for socket objects (2.3, 2.4, 2.5 compatible)
Summary(ru_RU.UTF-8): SSL вапер для объектов socket (сивместим с 2.3, 2.4, 2.5)
License: Python (MIT-like)
Group: Development/Python

Url: http://docs.python.org/dev/library/ssl.html
Packager: Aleksey Avdeev <solo at altlinux.ru>

Source: %name-%version.tar
Patch: %name-%version-alt-setup.py-1.patch

BuildRequires(pre): rpm-macros-branch
#BuildPreReq: %py_dependencies setuptools
BuildPreReq: libssl-devel
BuildPreReq: libkrb5-devel

%description
The old socket.ssl() support for TLS over sockets is being
superseded in Python 2.6 by a new 'ssl' module.  This package
brings that module to older Python releases, 2.3.5 and up (it may
also work on older versions of 2.3, but we haven't tried it).

It's quite similar to the 2.6 ssl module.  There's no stand-alone
documentation for this package; instead, just use the development
branch documentation for the SSL module at
http://docs.python.org/dev/library/ssl.html.

%prep
%setup
%patch -p1
sed -r -i 's at /usr/lib at %_libdir at g' setup.py

%build
%python_build

%install
%python_install

%files
%doc PKG-INFO test/
%python_sitelibdir/%modulename/
%python_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