forked from pool/python-zope.deferredimport
Accepting request 692331 from home:mcalabkova:branches:devel:languages:python
deferredimport created to satisfy components. OBS-URL: https://build.opensuse.org/request/show/692331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.deferredimport?expand=0&rev=1
This commit is contained in:
65
python-zope.deferredimport.spec
Normal file
65
python-zope.deferredimport.spec
Normal file
@@ -0,0 +1,65 @@
|
||||
#
|
||||
# spec file for package python-zope.deferredimport
|
||||
#
|
||||
# Copyright (c) 2019 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/
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zope.deferredimport
|
||||
Version: 4.3
|
||||
Release: 0
|
||||
License: ZPL-2.1
|
||||
Summary: Imports names that will only be resolved when used in the code
|
||||
Url: http://github.com/zopefoundation/zope.deferredimport
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.deferredimport/zope.deferredimport-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module zope.testrunner}
|
||||
BuildRequires: %{python_module zope.proxy}
|
||||
Requires: python-zope.proxy
|
||||
BuildRequires: fdupes
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Often, especially for package modules, you want to import names for
|
||||
convenience, but not actually perform the imports until necessary.
|
||||
The zope.deferredimport package provided facilities for defining names
|
||||
in modules that will be imported from somewhere else when used. You
|
||||
can also cause deprecation warnings to be issued when a variable is
|
||||
used.
|
||||
|
||||
Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
||||
|
||||
%prep
|
||||
%setup -q -n zope.deferredimport-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user