6 Star 0 Fork 5

src-openEuler/python-jsonschema-specifications

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-jsonschema-specifications.spec 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
xuhe 提交于 2024-08-23 17:00 . Update version to 2023.12.1
%global _empty_manifest_terminate_build 0
Name: python-jsonschema-specifications
Version: 2023.12.1
Release: 1
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
License: MIT
URL: https://github.com/python-jsonschema/jsonschema-specifications
Source0: https://files.pythonhosted.org/packages/f8/b9/cc0cc592e7c195fb8a650c1d5990b10175cf13b4c97465c72ec841de9e4b/jsonschema_specifications-2023.12.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-vcs
%description
The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
%package -n python3-jsonschema-specifications
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
Provides: python-jsonschema-specifications
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-hatchling
%description -n python3-jsonschema-specifications
The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
%package help
Summary: Development documents and examples for jsonschema-specifications
Provides: python3-jsonschema-specifications-doc
%description help
Development documents and examples for jsonschema-specifications.
%prep
%autosetup -n jsonschema_specifications-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-jsonschema-specifications
%doc README.rst
%license COPYING
%{python3_sitelib}/jsonschema_specifications
%{python3_sitelib}/jsonschema_specifications*.dist-info/
%files help
%{_docdir}/*
%changelog
* Fri Aug 23 2024 xuhe <xuhe@kylinos.cn> - 2023.12.1-1
- Update version to 2023.12.1
- Ignore dotfiles when collecting schemas.
- Enable the rest of the rulesets we care about.
- Update pre-commit hooks.
* Wed Nov 8 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2023.7.1-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-jsonschema-specifications.git
git@gitee.com:src-openeuler/python-jsonschema-specifications.git
src-openeuler
python-jsonschema-specifications
python-jsonschema-specifications
master

搜索帮助