forked from pool/python-pyRXP
A fast validating XML parser in python (Required by gravitational wave packages being submitted to science; this one doesn't directly belong in science, however, so we will link it if d:l:p agrees to have this) OBS-URL: https://build.opensuse.org/request/show/796951 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyRXP?expand=0&rev=1
57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package python-pyRXP
|
|
#
|
|
# Copyright (c) 2018 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/
|
|
|
|
|
|
Name: python-pyRXP
|
|
Version: 2.2.0
|
|
Release: 0
|
|
License: BSD-3-Clause
|
|
Summary: Python RXP interface - fast validating XML parser
|
|
Url: http://www.reportlab.com
|
|
Group: Development/Languages/Python
|
|
Source0: https://files.pythonhosted.org/packages/source/p/pyRXP/pyRXP-%{version}.tar.gz
|
|
# LICENSE MISSING IN SOURCE TARBALL
|
|
Source1: https://hg.reportlab.com/hg-public/pyRXP/raw-file/9ee8c8d7cc04/LICENSE.txt
|
|
BuildRequires: python-rpm-macros
|
|
BuildRequires: %{python_module devel}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: fdupes
|
|
|
|
%python_subpackages
|
|
|
|
%description
|
|
PyRXP is a Python language wrapper around the excellent RXP parser, a
|
|
validating, namespace-aware XML parser written in C.
|
|
|
|
%prep
|
|
%setup -q -n pyRXP-%{version}
|
|
cp %{SOURCE1} ./
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
%python_build
|
|
|
|
%install
|
|
%python_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
|
|
|
%files %{python_files}
|
|
%license LICENSE.txt
|
|
%doc README.rst
|
|
%{python_sitearch}/*
|
|
|
|
%changelog
|