1 Star 0 Fork 3

Kaia/python-flake8-comprehensions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-flake8-comprehensions.spec 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
zoujiancang 提交于 2023-08-21 11:46 . Initial the pkg to version 3.14.0
%global _empty_manifest_terminate_build 0
%global pypi_name flake8-comprehensions
%global source_name flake8_comprehensions
Name: python-%{pypi_name}
Version: 3.14.0
Release: 1
Summary: A flake8 plugin that helps you write better list/set/dict comprehensions.
License: MIT
URL: https://github.com/adamchainz/flake8-comprehensions
Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
BuildRequires: python3-poetry-core
%description
A flake8 plugin that helps you write better list/set/dict comprehensions.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
A flake8 plugin that helps you write better list/set/dict comprehensions.
%prep
%autosetup -p1 -n %{source_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%doc README.rst
%license LICENSE
%{python3_sitelib}/flake8_comprehensions*.dist-info/
%{python3_sitelib}/flake8_comprehensions
%changelog
* Mon Aug 21 2023 zoujiancang<jczou@isoftstone.com> - 3.14.0-1
- Initial package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingyao123/python-flake8-comprehensions.git
git@gitee.com:dingyao123/python-flake8-comprehensions.git
dingyao123
python-flake8-comprehensions
python-flake8-comprehensions
master

搜索帮助