Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37562231
en ru br
ALT Linux repositórios
S:2.0.3-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname sigtools

%def_without check

Name: python3-module-%oname
Version: 2.0.3
Release: alt1

Summary: Python module to manipulate function signatures

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/sigtools/

Packager: Python Development Team <python at packages.altlinux.org>

# https://github.com/epsy/sigtools.git

# Source-url: https://pypi.io/packages/source/s/%oname/%oname-%version.tar.gz
Source: %name-%version.tar

Patch: 4838e84cbf5968910f282b41abf53769b34f0c1d.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: python3-module-unittest python3-module-coverage python3-module-mock
%endif

%py3_provides %oname
%py3_requires six

BuildRequires: python3-module-html5lib python3-module-sphinx

%description
Utilities for working with 3.3's inspect.Signature objects.
The sigtools python library provides:

* Decorators to specify keyword-only parameters, annotations and
 positional-only parameters, even on python2: sigtools.modifiers
* Decorators to specify how *args, **kwargs are handled, in a way that
 can be introspected: sigtools.specifiers
* Function combination routines that preserve signatures:
 sigtools.wrappers
* Functions to manipulate signature objects likewise: sigtools.signatures

%prep
%setup
%patch -p1

%build
%python3_build

%install
%python3_install
rm -rf %buildroot%python3_sitelibdir/sigtools/tests/

%check
python3 setup.py test

%files
%doc *.rst docs/*.rst*
%python3_sitelibdir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009