diff --git a/pytest-tornado-0.8.1.tar.gz b/pytest-tornado-0.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fcfdcc6912ebe6c24bce1ce2acb717b6c992e0b6 Binary files /dev/null and b/pytest-tornado-0.8.1.tar.gz differ diff --git a/python-pytest-tornado.spec b/python-pytest-tornado.spec new file mode 100644 index 0000000000000000000000000000000000000000..4634e1fc7f0400081abc67dec3cac7904ccf78cc --- /dev/null +++ b/python-pytest-tornado.spec @@ -0,0 +1,41 @@ +%global srcname pytest-tornado + +Name: python-%{srcname} +Version: 0.8.1 +Release: 1 +Summary: A py.test plugin for tornado applications + +License: Apache-2.0 +Group: Development/Languages/Python +URL: https://github.com/eugeniy/%{srcname} +Source: %{pypi_source} + +BuildArch: noarch + +%global _description %{expand: +A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.} + +%description %_description + +%package -n python3-%{srcname} +Summary: %{summary} +BuildRequires: python3-pytest >= 3.6 +BuildRequires: python3-tornado >= 4.1 +BuildRequires: python3-setuptools + +%description -n python3-%{srcname} %_description + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/pytest_tornado-*.egg-info/ +%{python3_sitelib}/pytest_tornado/