14
0

- Drop test_numpyaccel.py and test_arraydatatypeaccel.py as they are

already included in the downloaded tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl-accelerate?expand=0&rev=21
This commit is contained in:
2024-01-04 08:35:52 +00:00
committed by Git OBS Bridge
parent a14f52c902
commit aafb906112
4 changed files with 7 additions and 218 deletions

View File

@@ -16,9 +16,9 @@
#
#%%{?!python_module:%%define python_module() python-%%{**} python3-%%{**}}
%define tarname PyOpenGL-accelerate
%define _version 3.1.7
%{?sle15_python_module_pythons}
Name: python-opengl-accelerate
Version: %{_version}
Release: 0
@@ -27,12 +27,6 @@ License: BSD-3-Clause
Group: Development/Libraries/Python
URL: http://pyopengl.sourceforge.net
Source0: %{tarname}-%{_version}.tar.gz
# test files: GitHub repo has no tags, use commit hash
#Source1: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_arraydatatypeaccel.py
#Source2: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_numpyaccel.py
Source1: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_arraydatatypeaccel.py
Source2: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_numpyaccel.py
#
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module opengl >= %{version}}