commit a5d78297b0cd5db13ea1a90e8c8bc19c2d1c746849a31b051c4844ca41bbe454 Author: Ondřej Súkup Date: Thu Oct 11 20:59:29 2018 +0000 Accepting request 641343 from home:mimi_vx uvloop for async. OBS-URL: https://build.opensuse.org/request/show/641343 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-uvloop.changes b/python-uvloop.changes new file mode 100644 index 0000000..7ec1039 --- /dev/null +++ b/python-uvloop.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Oct 11 15:49:36 UTC 2018 - Ondřej Súkup + +- initial package version 0.11.2 diff --git a/python-uvloop.spec b/python-uvloop.spec new file mode 100644 index 0000000..f8bb979 --- /dev/null +++ b/python-uvloop.spec @@ -0,0 +1,71 @@ +# +# spec file for package python-uvloop +# +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +Name: python-uvloop +Version: 0.11.2 +Release: 0 +Summary: Fast implementation of asyncio event loop on top of libuv +License: MIT AND Apache-2.0 +Group: Development/Languages/Python +URL: http://github.com/MagicStack/uvloop +Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz +BuildRequires: %{python_module Cython} +BuildRequires: %{python_module aiohttp} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module psutil} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: pkgconfig +BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(libuv) +%python_subpackages + +%description +uvloop is a fast, drop-in replacement of the built-in asyncio +event loop. uvloop is implemented in Cython and uses libuv +under the hood. + +%prep +%setup -q -n uvloop-%{version} +# always use cython to generate code +sed -i -e "/self.cython_always/s/False/True/" setup.py +# use system libuv +sed -i -e "/self.use_system_libuv/s/False/True/" setup.py +# No need to ship .c files +sed -i -e "/include_package_data=True/d" setup.py +# To be sure, no 3rd-party stuff +rm -vrf vendor/ + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} + +%check +python3 setup.py test + +%files %{python_files} +%license LICENSE-APACHE LICENSE-MIT +%doc README.rst +%{python_sitearch}/* + +%changelog diff --git a/uvloop-0.11.2.tar.gz b/uvloop-0.11.2.tar.gz new file mode 100644 index 0000000..412838b --- /dev/null +++ b/uvloop-0.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97bd62ebbdf7e6e84bf44afe439d9b24ce4d8661a29a639626a8c03748f6f98 +size 1936319