Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-zope.location
|
|
|
|
#
|
2019-04-05 12:01:09 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
# Copyright (c) 2013 LISA GmbH, Bingen, 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.
|
2017-07-16 16:23:01 +00:00
|
|
|
|
2019-04-05 12:01:09 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
#
|
|
|
|
|
2017-07-16 16:23:01 +00:00
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2019-04-05 12:01:09 +00:00
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
%if "%{flavor}" == "test"
|
|
|
|
%define psuffix -test
|
|
|
|
%bcond_without test
|
|
|
|
%else
|
|
|
|
%define psuffix %{nil}
|
|
|
|
%bcond_with test
|
|
|
|
%endif
|
|
|
|
Name: python-zope.location%{psuffix}
|
|
|
|
Version: 4.2
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Zope Location
|
|
|
|
License: ZPL-2.1
|
|
|
|
Group: Development/Languages/Python
|
2017-07-16 16:23:01 +00:00
|
|
|
Url: http://www.python.org/pypi/zope.location
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/z/zope.location/zope.location-%{version}.tar.gz
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: %{python_module zope.schema >= 4.2.2}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
Requires: python-zope.interface >= 4.0.2
|
|
|
|
Requires: python-zope.proxy >= 4.0.1
|
2017-07-16 16:23:01 +00:00
|
|
|
Requires: python-zope.schema >= 4.2.2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2019-04-05 12:01:09 +00:00
|
|
|
%if %{with test}
|
|
|
|
BuildRequires: %{python_module zope.component >= 4.0.1}
|
|
|
|
BuildRequires: %{python_module zope.configuration}
|
|
|
|
BuildRequires: %{python_module zope.copy >= 4.0}
|
|
|
|
BuildRequires: %{python_module zope.proxy}
|
|
|
|
BuildRequires: %{python_module zope.testrunner}
|
|
|
|
%endif
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
BuildArch: noarch
|
2017-07-16 16:23:01 +00:00
|
|
|
%python_subpackages
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
In Zope3, location are special objects that has a structural location.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n zope.location-%{version}
|
2017-07-16 16:23:01 +00:00
|
|
|
rm -rf src/zope.location.egg-info
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
|
|
|
|
%build
|
2017-07-16 16:23:01 +00:00
|
|
|
%python_build
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
|
|
|
|
%install
|
2019-04-05 12:01:09 +00:00
|
|
|
%if !%{with test}
|
2017-07-16 16:23:01 +00:00
|
|
|
%python_install
|
2019-04-05 12:01:09 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%endif
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
|
2019-04-05 12:01:09 +00:00
|
|
|
%if %{with test}
|
|
|
|
%check
|
|
|
|
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if !%{with test}
|
2017-07-16 16:23:01 +00:00
|
|
|
%files %{python_files}
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst
|
2017-07-16 16:23:01 +00:00
|
|
|
%{python_sitelib}/*
|
2019-04-05 12:01:09 +00:00
|
|
|
%endif
|
Accepting request 184597 from home:frispete:python
Dear Sascha,
as you can see, I'm in the process of adding a couple of missing packages
from the zope family.
You're right, the documentation could be more verbose, but facing that many
missing packages with some much serious issues (circular dependencies,
failing tests, failing doc builds), I'm happy, that most of them come with
enabled tests, at least.
I try my best, to get it right from the start.
Cheers,
Pete
OBS-URL: https://build.opensuse.org/request/show/184597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=1
2013-07-30 10:26:58 +00:00
|
|
|
|
|
|
|
%changelog
|