当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python2-typing.spec 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
maminjie 提交于 2021-01-22 11:32 . Modify license information
Name: python2-typing
Version: 3.6.2
Release: 5
Summary: Type Hints for Python
License: Python-2.0
URL: https://pypi.python.org/pypi/typing
Source0: https://files.pythonhosted.org/packages/source/t/typing/typing-%{version}.tar.gz
BuildRequires: python2-devel python2-setuptools
BuildArch: noarch
%description
This is a backport of the standard library typing module to Python versions older than 3.5.
Typing defines a standard notation for Python function and variable type annotations. The
notation can be used for documenting code in a concise, standard format, and it has been
designed to also be used by static and runtime type checkers, static analyzers, IDEs and
other tools.
%prep
%autosetup -n typing-%{version} -p1
%build
%{py2_build}
%install
%{py2_install}
%files
%doc LICENSE README.rst
%{python2_sitelib}/*
%changelog
* Fri Jan 22 2021 maminjie <maminjie1@huawei.com> - 3.6.2-5
- Modify license information.
* Mon Nov 25 2019 lingsheng <lingsheng@huawei.com> - 3.6.2-4
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化