5 Star 0 Fork 3

src-openEuler/python-deprecated

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-deprecated.spec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
wk333 提交于 3年前 . Package init
%global srcname Deprecated
%global pkgname deprecated
Name: python-%{pkgname}
Version: 1.2.13
Release: 1
Summary: Python decorator to deprecate old python classes, functions or methods
License: MIT
URL: https://github.com/tantale/%{pkgname}
Source0: https://files.pythonhosted.org/packages/source/D/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
%global _description %{expand:
Python @deprecated decorator to deprecate old python classes, functions or
methods.}
%description %{_description}
%package -n python3-%{pkgname}
Summary: %{summary}
%description -n python3-%{pkgname} %{_description}
%prep
%autosetup -n %{srcname}-%{version}
rm -rf %{pkgname}.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{pkgname}
%license LICENSE.rst
%doc README.md
%{python3_sitelib}/%{pkgname}/
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Fri Jul 01 2022 wangkai <wangkai385@h-partners.com> - 1.2.13-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-deprecated.git
git@gitee.com:src-openeuler/python-deprecated.git
src-openeuler
python-deprecated
python-deprecated
openEuler-22.03-LTS-SP4

搜索帮助