forked from pool/python-sphinxcontrib-seqdiag
Accepting request 611085 from devel:languages:python
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/611085 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-seqdiag?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
commit
339af7fb36
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
29
python-sphinxcontrib-seqdiag.changes
Normal file
29
python-sphinxcontrib-seqdiag.changes
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Use new python-sphinxcontrib package to provide namespace
|
||||||
|
directory.
|
||||||
|
- Implement single-spec version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 15 12:39:04 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.8.5:
|
||||||
|
* Python 3.5 enablement
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 25 15:43:36 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Don't install tests/ into global python site-packages dir
|
||||||
|
- Fix license string
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 10 11:15:25 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 10 09:55:06 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Initial packaging
|
||||||
|
|
75
python-sphinxcontrib-seqdiag.spec
Normal file
75
python-sphinxcontrib-seqdiag.spec
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-sphinxcontrib-seqdiag
|
||||||
|
#
|
||||||
|
# Copyright (c) 2017 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-%{**}}
|
||||||
|
%bcond_with test
|
||||||
|
Name: python-sphinxcontrib-seqdiag
|
||||||
|
Version: 0.8.5
|
||||||
|
Release: 0
|
||||||
|
Summary: Sphinx "seqdiag" extension
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Url: http://github.com/blockdiag/sphinxcontrib-seqdiag
|
||||||
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-%{version}.tar.gz
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module sphinxcontrib}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module Sphinx >= 0.6}
|
||||||
|
BuildRequires: %{python_module blockdiag >= 1.5.0}
|
||||||
|
BuildRequires: %{python_module seqdiag >= 0.9.3}
|
||||||
|
%endif
|
||||||
|
Requires: python-Sphinx >= 0.6
|
||||||
|
Requires: python-blockdiag >= 1.5.0
|
||||||
|
Requires: python-seqdiag >= 0.9.3
|
||||||
|
Requires: python-sphinxcontrib
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
A sphinx extension for embedding sequence diagram using seqdiag_.
|
||||||
|
|
||||||
|
This extension enables you to insert sequence diagrams into your document.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n sphinxcontrib-seqdiag-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%python_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%python_install
|
||||||
|
# remove tests/ dir from global site-packages
|
||||||
|
%{python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
||||||
|
%fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
}
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS LICENSE README.rst
|
||||||
|
%{python_sitelib}/sphinxcontrib/seqdiag.py*
|
||||||
|
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/seqdiag*.py*
|
||||||
|
%{python_sitelib}/sphinxcontrib_seqdiag-%{version}-py*-nspkg.pth
|
||||||
|
%{python_sitelib}/sphinxcontrib_seqdiag-%{version}-py*.egg-info
|
||||||
|
|
||||||
|
%changelog
|
3
sphinxcontrib-seqdiag-0.8.5.tar.gz
Normal file
3
sphinxcontrib-seqdiag-0.8.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83c3fdac7e083c5b217f65359c03b75af753209028db6b261b196aff19e7003f
|
||||||
|
size 8479
|
Reference in New Issue
Block a user