Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
File not found: ldns-1.8.3.tar.gz.asc
openSUSE:Leap:16.0:FactoryCandidates
python-apptools
python-apptools.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-apptools.spec of Package python-apptools
# # spec file for package python-apptools # # Copyright (c) 2024 SUSE LLC # # 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 https://bugs.opensuse.org/ # %define X_display ":98" %define skip_python2 1 %ifarch ppc ppc64 ppc64le s390x %bcond_with test %else %bcond_without test %endif Name: python-apptools Version: 5.3.0 Release: 0 Summary: Application tools in Python # Source code is under BSD but images are under different licenses # and details are inside image_LICENSE.txt License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-3.0-only URL: https://github.com/enthought/apptools Source: https://files.pythonhosted.org/packages/source/a/apptools/apptools-%{version}.tar.gz BuildRequires: %{python_module configobj} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module traits} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-configobj Requires: python-traits Recommends: python-pandas Recommends: python-tables BuildArch: noarch %if %{with test} BuildRequires: %{python_module Pygments} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tables} BuildRequires: %{python_module traitsui} BuildRequires: xorg-x11-server %endif %python_subpackages %description The apptools project includes a set of packages that Enthought has found useful in creating a number of applications. They implement functionality that is commonly needed by many applications. Part of the Enthought Tool Suite (ETS). %prep %autosetup -p1 -n apptools-%{version} %build %python_build # Remove duplicates now so we can let rpm install it later %fdupes examples/ %install %python_install %{python_expand $python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/apptools/ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/apptools/ %fdupes %{buildroot}%{$python_sitelib} } %if %{with test} %check export DISPLAY=%{X_display} Xvfb %{X_display} >& Xvfb.log & trap "kill $! || true" EXIT sleep 10 %pyunittest -v %endif %files %{python_files} %doc README.rst CHANGES.txt %doc examples/ %license LICENSE.txt image_LICENSE*.txt %{python_sitelib}/apptools/ %{python_sitelib}/apptools-%{version}-py*.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor