summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 05:19:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 05:19:53 +0000
commit952e60eac0b4255fdeeeee6f668ccabb524eddcc (patch)
tree6256b2c30ba19175edcfeffd9855136e72d7c8ed
parentd54962e643ac17e50e84b0f65add12303905902a (diff)
automatic import of python-gevent-socketio-hartwork
-rw-r--r--.gitignore1
-rw-r--r--python-gevent-socketio-hartwork.spec129
-rw-r--r--sources1
3 files changed, 131 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..74ddb30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gevent-socketio-hartwork-0.3.6.post201803091952.tar.gz
diff --git a/python-gevent-socketio-hartwork.spec b/python-gevent-socketio-hartwork.spec
new file mode 100644
index 0000000..deebd1a
--- /dev/null
+++ b/python-gevent-socketio-hartwork.spec
@@ -0,0 +1,129 @@
+%global _empty_manifest_terminate_build 0
+Name: python-gevent-socketio-hartwork
+Version: 0.3.6.post201803091952
+Release: 1
+Summary: SocketIO server based on the Gevent pywsgi server, a Python network library
+License: BSD
+URL: https://github.com/hartwork/gevent-socketio
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/27/6dfb5ab0ae4a47e032877ad32855164389c8ff8a065407f70bb5e93cd85c/gevent-socketio-hartwork-0.3.6.post201803091952.tar.gz
+BuildArch: noarch
+
+
+%description
+What you see here is a post-0.3.6 Git version of ``gevent-socketio``
+maintained by `Sebastian Pipping <https://github.com/hartwork>`_ (``@hartwork``)
+branded ``gevent-socketio-hartwork`` for distinction on PyPI.
+The idea is to deviate from upstream ``gevent-socketio`` as little as possible
+and mirror branch ``master`` unmodified. Maintenance is done on
+`branch hartwork-master <https://github.com/hartwork/gevent-socketio/commits/hartwork-master>`_.
+Over release 0.3.6, these notable commits are included, from most recent to oldest:
+* `Add support for Django 1.10 <https://github.com/hartwork/gevent-socketio/commit/0e1d9d5d461530724522d12d592cde9fc68264a9>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Drop support for Django 1.3 <https://github.com/hartwork/gevent-socketio/commit/9a6e024e056964c3d860316d5b13b295ed80d379>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Fixed import to support Django>=1.9 <https://github.com/hartwork/gevent-socketio/commit/acf095b78208edb59b5873662653e12773add3cc>`_
+ by `Chris Spencer <https://github.com/chrisspen>`_ (``@chrisspen``)
+* `Leadership note <https://github.com/hartwork/gevent-socketio/commit/1c84627980c0b77f8f9005fdbcc916ca33d0e4d1>`_
+ by `Alexandre Bourget <https://github.com/abourget>`_ (``@abourget``)
+* `Full Python 2+3 support <https://github.com/hartwork/gevent-socketio/commit/12da9667deba432d8917129afab1daa86c20ec84>`_
+ by `Eugene Pankov <https://github.com/Eugeny>`_ (``@Eugeny``)
+The remainder of this document is the original documentation, except with
+links adjusted. Enjoy.
+Sebastian Pipping
+
+%package -n python3-gevent-socketio-hartwork
+Summary: SocketIO server based on the Gevent pywsgi server, a Python network library
+Provides: python-gevent-socketio-hartwork
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-gevent-socketio-hartwork
+What you see here is a post-0.3.6 Git version of ``gevent-socketio``
+maintained by `Sebastian Pipping <https://github.com/hartwork>`_ (``@hartwork``)
+branded ``gevent-socketio-hartwork`` for distinction on PyPI.
+The idea is to deviate from upstream ``gevent-socketio`` as little as possible
+and mirror branch ``master`` unmodified. Maintenance is done on
+`branch hartwork-master <https://github.com/hartwork/gevent-socketio/commits/hartwork-master>`_.
+Over release 0.3.6, these notable commits are included, from most recent to oldest:
+* `Add support for Django 1.10 <https://github.com/hartwork/gevent-socketio/commit/0e1d9d5d461530724522d12d592cde9fc68264a9>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Drop support for Django 1.3 <https://github.com/hartwork/gevent-socketio/commit/9a6e024e056964c3d860316d5b13b295ed80d379>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Fixed import to support Django>=1.9 <https://github.com/hartwork/gevent-socketio/commit/acf095b78208edb59b5873662653e12773add3cc>`_
+ by `Chris Spencer <https://github.com/chrisspen>`_ (``@chrisspen``)
+* `Leadership note <https://github.com/hartwork/gevent-socketio/commit/1c84627980c0b77f8f9005fdbcc916ca33d0e4d1>`_
+ by `Alexandre Bourget <https://github.com/abourget>`_ (``@abourget``)
+* `Full Python 2+3 support <https://github.com/hartwork/gevent-socketio/commit/12da9667deba432d8917129afab1daa86c20ec84>`_
+ by `Eugene Pankov <https://github.com/Eugeny>`_ (``@Eugeny``)
+The remainder of this document is the original documentation, except with
+links adjusted. Enjoy.
+Sebastian Pipping
+
+%package help
+Summary: Development documents and examples for gevent-socketio-hartwork
+Provides: python3-gevent-socketio-hartwork-doc
+%description help
+What you see here is a post-0.3.6 Git version of ``gevent-socketio``
+maintained by `Sebastian Pipping <https://github.com/hartwork>`_ (``@hartwork``)
+branded ``gevent-socketio-hartwork`` for distinction on PyPI.
+The idea is to deviate from upstream ``gevent-socketio`` as little as possible
+and mirror branch ``master`` unmodified. Maintenance is done on
+`branch hartwork-master <https://github.com/hartwork/gevent-socketio/commits/hartwork-master>`_.
+Over release 0.3.6, these notable commits are included, from most recent to oldest:
+* `Add support for Django 1.10 <https://github.com/hartwork/gevent-socketio/commit/0e1d9d5d461530724522d12d592cde9fc68264a9>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Drop support for Django 1.3 <https://github.com/hartwork/gevent-socketio/commit/9a6e024e056964c3d860316d5b13b295ed80d379>`_
+ by `Lucas Connors <https://github.com/RevolutionTech>`_ (``@RevolutionTech``)
+* `Fixed import to support Django>=1.9 <https://github.com/hartwork/gevent-socketio/commit/acf095b78208edb59b5873662653e12773add3cc>`_
+ by `Chris Spencer <https://github.com/chrisspen>`_ (``@chrisspen``)
+* `Leadership note <https://github.com/hartwork/gevent-socketio/commit/1c84627980c0b77f8f9005fdbcc916ca33d0e4d1>`_
+ by `Alexandre Bourget <https://github.com/abourget>`_ (``@abourget``)
+* `Full Python 2+3 support <https://github.com/hartwork/gevent-socketio/commit/12da9667deba432d8917129afab1daa86c20ec84>`_
+ by `Eugene Pankov <https://github.com/Eugeny>`_ (``@Eugeny``)
+The remainder of this document is the original documentation, except with
+links adjusted. Enjoy.
+Sebastian Pipping
+
+%prep
+%autosetup -n gevent-socketio-hartwork-0.3.6.post201803091952
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-gevent-socketio-hartwork -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.6.post201803091952-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..84956fd
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+48739b3fa9acbefc475ad67a95afd63d gevent-socketio-hartwork-0.3.6.post201803091952.tar.gz