python-blinker 1.4-1 (znver1;x86_64) 2021-13437
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/929563
Packages
python-blinker-1.4-1.znver1.binary
python-blinker-1.4-1.znver1.source
python-blinker-1.4-1.x86_64.binary
python-blinker-1.4-1.x86_64.source
Build Date 2021-01-04 11:14:52 +0000 UTC
Last Updated 2021-01-06 01:55:30.420273937 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 7098b407eebe81d3d3396f825c31e34ec4074484

commit 7098b407eebe81d3d3396f825c31e34ec4074484
Author:     itchka (Colin Close) <itchka@compuserve.com>
AuthorDate: Tue Aug 27 23:15:49 2019 +0100
Commit:     itchka (Colin Close) <itchka@compuserve.com>
CommitDate: Tue Aug 27 23:15:49 2019 +0100

    Initial commit
---
 .abf.yml            |  2 ++
 python-blinker.spec | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 python-blinker.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..5985925
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  blinker-1.4.tar.gz: 4d3db2e1866a30687479d163a05ae6b1a0598fea
diff --git a/python-blinker.spec b/python-blinker.spec
new file mode 100644
index 0000000..3bd3cc1
--- /dev/null
+++ b/python-blinker.spec
@@ -0,0 +1,94 @@
+# Created by pyp2rpm-2.0.0
+%global pypi_name blinker
+%global with_python2 0
+%define version 1.4
+
+Name:           python-blinker
+Version:        %{version}
+Release:        1
+Group:          Development/Python
+Summary:        Fast, simple object-to-object and broadcast signaling
+
+License:        MIT
+URL:            http://pythonhosted.org/blinker/
+Source0:        https://pypi.python.org/packages/1b/51/e2a9f3b757eb802f61dc1f2b09c8c99f6eb01cf06416c0671253536517b6/%{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  python3-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-sphinx
+ 
+%if %{?with_python2}
+BuildRequires:  python2-devel
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-sphinx
+%endif # if with_python2
+
+
+%description
+Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or “signals”.
+
+%if 0%{?with_python2}
+%package -n     python2-%{pypi_name}
+Summary:        Fast, simple object-to-object and broadcast signaling
+
+%description -n python2-%{pypi_name}
+Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or “signals”.
+%endif # with_python2
+
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+# generate html docs 
+sphinx-build -C docs/source html
+# remove the sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
+
+%if 0%{?with_python2}
+rm -rf %{py2dir}
+cp -a . %{py2dir}
+find %{py2dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
+# generate html docs 
+sphinx-build2 docs/source html
+# remove the sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
+
+%endif # with_python2
+
+
+%build
+%{__python3} setup.py build
+
+%if 0%{?with_python2}
+pushd %{py2dir}
+%{__python} setup.py build
+popd
+%endif # with_python2
+
+
+%install
+# Must do the subpackages' install first because the scripts in /usr/bin are
+# overwritten with every setup.py install (and we want the python2 version
+# to be the default for now).
+%if 0%{?with_python2}
+pushd %{py2dir}
+%{__python} setup.py install --skip-build --root %{buildroot}
+popd
+%endif # with_python2
+
+%{__python3} setup.py install --skip-build --root %{buildroot}
+
+
+%files
+%doc html README.md LICENSE
+%{python_sitelib}/%{pypi_name}
+%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%if 0%{?with_python2}
+%files -n python2-%{pypi_name}
+%doc html README.md LICENSE
+%{python2_sitelib}/%{pypi_name}
+%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%endif # with_python2
+
Not Available

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