Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858126
en ru br
ALT Linux repos
S:1.0.3-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


%define oname weakrefmethod

Name: python3-module-%oname
Version: 1.0.3
Release: alt2
Summary: WeakMethod class for storing bound methods using weak references.
Group: Development/Python3
License: PSF
Url: http://github.com/twang817/weakrefmethod
Source: %oname-%version.tar.gz
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
This project is a backport of the WeakMethod class, and tests, for Python 2.6.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc README.rst
%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