python-cfgv 3.2.0-1 (znver1;aarch64;x86_64) 2021-13480
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/942776
Packages
python-cfgv-3.2.0-1.znver1.binary
python-cfgv-3.2.0-1.znver1.source
python-cfgv-3.2.0-1.aarch64.source
python-cfgv-3.2.0-1.aarch64.binary
python-cfgv-3.2.0-1.x86_64.binary
python-cfgv-3.2.0-1.x86_64.source
Build Date 2021-01-13 09:44:54 +0000 UTC
Last Updated 2021-01-18 21:53:11.263697013 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 2f43cedc185b0dfe0a25d97528030266f7940f34

commit 2f43cedc185b0dfe0a25d97528030266f7940f34
Author:     Colin <itchka@compuserve.com>
AuthorDate: Wed Jan 13 09:23:04 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Wed Jan 13 09:23:04 2021 +0000

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

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..6da2b39
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  cfgv-3.2.0.tar.gz: 49df798e9b4c5c4fa14a8902ecf5bf972775f750
diff --git a/python-cfgv.spec b/python-cfgv.spec
new file mode 100644
index 0000000..4278610
--- /dev/null
+++ b/python-cfgv.spec
@@ -0,0 +1,39 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name cfgv
+
+Name:           python-%{pypi_name}
+Version:        3.2.0
+Release:        1
+Summary:        Validate configuration and produce human readable error messages
+Group:          Development/Python
+License:        MIT
+URL:            https://github.com/asottile/cfgv
+Source0:        %{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python3-devel
+BuildRequires:  python3dist(setuptools)
+
+%description
+[![Build Status]( [![Azure DevOps coverage]( Validate configuration and produce
+human readable error messages. Installationpip install cfgv Sample error
+messagesThese are easier to see by example. Here's an example where I typo'd
+true in a [pre-commit]() configuration.
+
+%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
+%{python3_sitelib}/__pycache__/*
+%{python3_sitelib}/%{pypi_name}.py
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available

benbullard79 [@T] cox.netNo Comment.1193d 22hrs
benbullard79 [@T] cox.netNo Comment.1193d 22hrs