Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37721156
en ru br
ALT Linux repos
S:1.0.2-alt4

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname random2

Name: python3-module-%oname
Version: 1.0.2
Release: alt4

Summary: Python 3 compatible Python 2 `random` Module

License: PSFL
Group: Development/Python3
Url: https://pypi.python.org/pypi/random2/

# https://github.com/strichter/random2.git

BuildArch: noarch

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

%description
Python 3 compatible Python 2 `random` Module.

%prep
%setup

%build
%python3_build

%install
%python3_install

# Remove a test that is invalid as of python 3.9

sed -i '/self\.gen\.getrandbits, 0/d' src/tests.py

%check
%__python3 setup.py test

%files
%doc *.txt
%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