0.3.3-alt1
-
This commit is contained in:
parent
c13ca91e53
commit
ec9cdee98b
44
.gear/better-exceptions.spec
Normal file
44
.gear/better-exceptions.spec
Normal file
@ -0,0 +1,44 @@
|
||||
%define _unpackaged_files_terminate_build 1
|
||||
%define pypi_name better-exceptions
|
||||
%define mod_name %pypi_name
|
||||
%def_with check
|
||||
|
||||
Name: python3-module-%mod_name
|
||||
Version: 0.3.3
|
||||
Release: alt1
|
||||
|
||||
Summary: Pretty and useful exceptions in Python, automatically.
|
||||
|
||||
License: LGPL-3.0
|
||||
Group: Development/Python3
|
||||
VCS: https://github.com/Qix-/better-exceptions.git
|
||||
|
||||
Source: %name-%version.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires(pre): rpm-macros-python3
|
||||
BuildRequires: rpm-build-python3
|
||||
BuildRequires: python3-module-pyproject-installer
|
||||
BuildRequires: python3-devel python3-module-setuptools
|
||||
|
||||
%description
|
||||
%summary
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
%files
|
||||
%python3_sitelibdir/*
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Oct 17 2024 Konstantin Kozoriz <kozorizki@basealt.ru> 0.3.3-alt1
|
||||
-
|
||||
|
3
.gear/rules
Normal file
3
.gear/rules
Normal file
@ -0,0 +1,3 @@
|
||||
tar: @version@:.
|
||||
diff: @version@:. . name=@name@-@version@.patch
|
||||
spec: .gear/better-exceptions.spec
|
6
.gear/tags/2de6904d2c9a54e468cb3621a8f0b35d56136784
Normal file
6
.gear/tags/2de6904d2c9a54e468cb3621a8f0b35d56136784
Normal file
@ -0,0 +1,6 @@
|
||||
object 4e150ba3428013e55c274b06829b0360704d6750
|
||||
type commit
|
||||
tag 0.3.3
|
||||
tagger Josh Junon <junon@wavetilt.com> 1611938898 +0100
|
||||
|
||||
0.3.3
|
1
.gear/tags/list
Normal file
1
.gear/tags/list
Normal file
@ -0,0 +1 @@
|
||||
2de6904d2c9a54e468cb3621a8f0b35d56136784 0.3.3
|
Loading…
Reference in New Issue
Block a user