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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define pypi_name mypy-extensions
%define mod_name mypy_extensions
%def_with check

Name: python3-module-%mod_name
Version: 1.0.0
Release: alt1
Summary: Type system extensions for programs checked with the mypy type checker
License: MIT
Group: Development/Python3
Url: https://pypi.org/project/mypy-extensions/
VCS: https://github.com/python/mypy_extensions
BuildArch: noarch
Source: %name-%version.tar
# well-known PyPI names
Provides: python3-module-%pypi_name = %EVR
%py3_provides %pypi_name

BuildRequires(pre): rpm-build-python3
# build backend and its deps
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
The %pypi_name module defines extensions to the standard "typing" module
that are supported by the mypy type checker and the mypyc compiler.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%pyproject_run_unittest discover tests

%files
%doc README.md
%python3_sitelibdir/%mod_name.py
%python3_sitelibdir/__pycache__/%mod_name.*
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/

%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