forked from pool/python-rethinkdb
Accepting request 730033 from home:jayvdb:coala:test-rig
1.5k/day https://pypistats.org/packages/rethinkdb Needed for one of the fixtures of https://build.opensuse.org/package/show/home:jayvdb:coala:test-rig/python-pytest-server-fixtures OBS-URL: https://build.opensuse.org/request/show/730033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rethinkdb?expand=0&rev=1
This commit is contained in:
79
python-rethinkdb.spec
Normal file
79
python-rethinkdb.spec
Normal file
@@ -0,0 +1,79 @@
|
||||
#
|
||||
# spec file for package python-rethinkdb
|
||||
#
|
||||
# Copyright (c) 2019 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 http://bugs.opensuse.org/
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rethinkdb
|
||||
Version: 2.4.3.post1
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Python driver library for the RethinkDB database server
|
||||
Url: https://github.com/RethinkDB/rethinkdb-python
|
||||
Group: Development/Languages/Python
|
||||
Source: https://github.com/rethinkdb/rethinkdb-python/archive/v%{version}.tar.gz#/rethinkdb-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/rethinkdb/rethinkdb/next/src/rdb_protocol/ql2.proto
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Python driver library for the RethinkDB database server.
|
||||
|
||||
%prep
|
||||
%setup -q -n rethinkdb-python-%{version}
|
||||
|
||||
# Excerpt from Makefile, needed because this is using the GitHub archive instead of PyPI sdist
|
||||
cp %{SOURCE1} rethinkdb/ql2.proto
|
||||
python scripts/convert_protofile.py -l python -i rethinkdb/ql2.proto -o rethinkdb/ql2_pb2.py
|
||||
|
||||
# These require a rethinkdb instance running
|
||||
rm -r tests/integration
|
||||
|
||||
sed -i '1{/^#!/d}' rethinkdb/*.py
|
||||
|
||||
%build
|
||||
export LANG=en_US.UTF-8
|
||||
%python_build
|
||||
|
||||
%install
|
||||
export LANG=en_US.UTF-8
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/rethinkdb-import
|
||||
%python3_only %{_bindir}/rethinkdb-dump
|
||||
%python3_only %{_bindir}/rethinkdb-export
|
||||
%python3_only %{_bindir}/rethinkdb-restore
|
||||
%python3_only %{_bindir}/rethinkdb-index-rebuild
|
||||
%python3_only %{_bindir}/rethinkdb-repl
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user