15
0
forked from pool/python-datrie

Accepting request 688122 from home:jayvdb:branches:devel:languages:python

- Add merged_pr_60.patch to build with recent hypothesis

OBS-URL: https://build.opensuse.org/request/show/688122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-03-25 08:42:19 +00:00
committed by Git OBS Bridge
parent dbb6baf0d6
commit f148532872
3 changed files with 35 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ URL: https://github.com/kmike/datrie
Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
Patch0: datrie-bigendian.patch
Patch1: reproducible.patch
Patch2: merged_pr_60.patch
BuildRequires: %{python_module Cython >= 0.26.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
@@ -44,6 +45,7 @@ A trie data structure for Python (2.x and 3.x). Uses libdatrie.
%setup -q -n datrie-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
pushd src
cython datrie.pyx
cython *.pxd