17
0

- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-threevis?expand=0&rev=13
This commit is contained in:
2021-04-27 05:23:56 +00:00
committed by Git OBS Bridge
parent 8b8962e6b7
commit 01678227f6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-threevis
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-threevis
Version: 0.1.0.post25
Release: 0
Summary: Plugin for visualizing meshes, point clouds, and other geometry in a Jupyter Notebook
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://graphics.rwth-aachen.de:9000/threevis/threevis
Source: https://files.pythonhosted.org/packages/source/t/threevis/threevis-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}