1.1.3-alt1
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 21s
CodeQL / Analyze (push) Failing after 28s

- Initial build
This commit is contained in:
Константин Козориз 2024-10-17 15:43:11 +03:00
parent c0641bd580
commit 5f17237f35
3 changed files with 49 additions and 0 deletions

45
.gear/generic.spec Normal file
View File

@ -0,0 +1,45 @@
%define _unpackaged_files_terminate_build 1
%define pypi_name generic
%define mod_name %pypi_name
%def_with check
Name: python3-module-%mod_name
Version: 1.1.3
Release: alt1
Summary: Generic is a library for Generic programming, also known as Multiple dispatch.
License: LGPL-3.0
Group: Development/Python3
URL: https://github.com/gaphor/generic
Source: %name-%version.tar
BuildArch: noarch
BuildRequires(pre): rpm-macros-python3
BuildRequires: rpm-build-python3
BuildRequires: python3-module-pyproject-installer
BuildRequires: python3-module-poetry
%description
%summary
%prep
%setup
%build
%pyproject_build
%install
%pyproject_install
%files
%python3_sitelibdir/%mod_name/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/
%doc README.md
%changelog
* Thu Oct 17 2024 Konstantin Kozoriz <kozorizki@basealt.ru> 1.1.3-alt1
- Initial build

3
.gear/rules Normal file
View File

@ -0,0 +1,3 @@
tar: @version@:.
diff: @version@:. . name=@name@-@version@.patch
spec: .gear/generic.spec

1
.gear/tags/list Normal file
View File

@ -0,0 +1 @@
87ee5e791244e8299c141fc352654a99b20d3f38 1.1.3