1 Star 0 Fork 6

张强/python-typing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-typing.spec 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
zhangqiang 提交于 2021-07-15 10:02 . init packages
Name: python-typing
Version: 3.10.0.0
Release: 1
Summary: Typing defines a standard notation for type annotations
License: Python
URL: https://pypi.python.org/pypi/typing
Source0: https://files.pythonhosted.org/packages/b0/1b/835d4431805939d2996f8772aca1d2313a57e8860fec0e48e8e7dfe3a477/typing-%{version}.tar.gz
BuildArch: noarch
%description
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.
%package -n python%{python3_pkgversion}-typing
Summary: %{summary}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
%{?python_provide:%python_provide python%{python3_pkgversion}-typing}
%description -n python%{python3_pkgversion}-typing
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
%setup -qc
mv typing-%{version} python3
cp -al python3/{README.md,LICENSE} .
%build
cd python3
%{py3_build}
cd -
%install
cd python3
%{py3_install}
cd -
%files -n python%{python3_pkgversion}-typing
%doc README.md
%license LICENSE
%{python3_sitelib}/typing*
%{python3_sitelib}/__pycache__/typing*
%changelog
* Thu Jul 15 2021 zhangqiang <zhangqiang@kylinos.cn> - 3.10.0.0-1
- Initial package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylinos-zhangqiang/python-typing.git
git@gitee.com:kylinos-zhangqiang/python-typing.git
kylinos-zhangqiang
python-typing
python-typing
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385