python-pre-commit 2.9.3-1 (aarch64;x86_64;znver1) 2021-13483
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/942778
Packages
python-pre_commit-2.9.3-1.aarch64.source
python-pre_commit-2.9.3-1.aarch64.binary
python-pre_commit-2.9.3-1.x86_64.source
python-pre_commit-2.9.3-1.x86_64.binary
python-pre_commit-2.9.3-1.znver1.binary
python-pre_commit-2.9.3-1.znver1.source
Build Date 2021-01-13 09:59:52 +0000 UTC
Last Updated 2021-01-18 21:53:04.201785491 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary d41bdcd7660a129b5ab2e0e26e85ba61ee4572a2

commit d41bdcd7660a129b5ab2e0e26e85ba61ee4572a2
Author:     Colin <itchka@compuserve.com>
AuthorDate: Tue Jan 12 15:59:20 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Tue Jan 12 15:59:20 2021 +0000

    Initial commit
---
 .abf.yml               |  2 ++
 python-pre_commit.spec | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 python-pre_commit.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..2f2ff57
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  pre_commit-2.9.3.tar.gz: 582881ce71385976782327a2e0d8a9723fed28d8
diff --git a/python-pre_commit.spec b/python-pre_commit.spec
new file mode 100644
index 0000000..8792225
--- /dev/null
+++ b/python-pre_commit.spec
@@ -0,0 +1,39 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name pre_commit
+
+Name:           python-%{pypi_name}
+Version:        2.9.3
+Release:        1
+Summary:        A framework for managing and maintaining multi-language pre-commit hooks
+Group:          Development/Python
+License:        MIT
+URL:            https://github.com/pre-commit/pre-commit
+Source0:        %{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python3-devel
+BuildRequires:  python3dist(setuptools)
+
+%description
+[![Build Status]( [![Azure DevOps coverage]( [![pre-commit.ci status]( pre-
+commitA framework for managing and maintaining multi-language pre-commit hooks.
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python-%{pypi_name}
+%license LICENSE
+%doc README.md
+%{_bindir}/pre-commit
+%{_bindir}/pre-commit-validate-config
+%{_bindir}/pre-commit-validate-manifest
+%{python3_sitelib}/%{pypi_name}
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available

benbullard79 [@T] cox.netNo Comment.1164d 20hrs
benbullard79 [@T] cox.netNo Comment.1164d 20hrs