python-identify 1.5.12-1 (znver1;x86_64;aarch64) 2021-13482
9999

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

commit 54e9ff31fb99d5e57df2ff1a6aa78bc690642104
Author:     Colin <itchka@compuserve.com>
AuthorDate: Wed Jan 13 09:26:08 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Wed Jan 13 09:26:08 2021 +0000

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

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..e952db3
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  identify-1.5.12.tar.gz: 49adaaac7560fdd2750f098cb9ac926dbc657d99
diff --git a/python-identify.spec b/python-identify.spec
new file mode 100644
index 0000000..c0cdd8c
--- /dev/null
+++ b/python-identify.spec
@@ -0,0 +1,37 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name identify
+
+Name:           python-%{pypi_name}
+Version:        1.5.12
+Release:        1
+Summary:        File identification library for Python
+Group:          Development/Python
+License:        MIT
+URL:            https://github.com/pre-commit/identify
+Source0:        %{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python3-devel
+BuildRequires:  python3dist(setuptools)
+
+%description
+[![Build Status]( [![Azure DevOps coverage]( [![pre-commit.ci status]( [![PyPI
+version](
+
+%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 identify/vendor/licenses.py
+%doc README.md
+%{_bindir}/identify-cli
+%{python3_sitelib}/%{pypi_name}
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available

benbullard79 [@T] cox.netNo Comment.1190d 09hrs
benbullard79 [@T] cox.netNo Comment.1190d 09hrs