commit 886d2af6268238851bb1f79ccb086cf5420c8063f17d05bc7ff9b2c107d86515 Author: Tomáš Chvátal Date: Mon Apr 30 13:52:01 2018 +0000 misc accidental OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-blockdiag?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-sphinxcontrib-blockdiag.changes b/python-sphinxcontrib-blockdiag.changes new file mode 100644 index 0000000..99c16d3 --- /dev/null +++ b/python-sphinxcontrib-blockdiag.changes @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com + +- Use new python-sphinxcontrib package to provide namespace + directory. + +------------------------------------------------------------------- +Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com + +- Specify files to guarantee namespace package doesn't conflict + with python(2|3)-Sphinx + +------------------------------------------------------------------- +Mon Oct 31 20:20:42 UTC 2016 - termim@gmail.com + +- initial checkin version 1.5.5 + diff --git a/python-sphinxcontrib-blockdiag.spec b/python-sphinxcontrib-blockdiag.spec new file mode 100644 index 0000000..d70e553 --- /dev/null +++ b/python-sphinxcontrib-blockdiag.spec @@ -0,0 +1,74 @@ +# +# spec file for package python-sphinxcontrib-blockdiag +# +# 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-%{**}} +# Test files missing +%bcond_with test +Name: python-sphinxcontrib-blockdiag +Version: 1.5.5 +Release: 0 +License: BSD-2-Clause +Summary: Sphinx "blockdiag" extension +Url: https://github.com/blockdiag/sphinxcontrib-blockdiag +Group: Development/Languages/Python +Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-%{version}.tar.gz +BuildRequires: %{python_module blockdiag >= 1.5.0} +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 funcparserlib} +BuildRequires: %{python_module sphinx-testing} +BuildRequires: python-mock +%endif +Requires: python-Sphinx >= 0.6 +Requires: python-blockdiag >= 1.5.0 +Requires: python-sphinxcontrib +BuildArch: noarch + +%python_subpackages + +%description +A sphinx extension for embedding block diagram using blockdiag. + +%prep +%setup -q -n sphinxcontrib-blockdiag-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%if %{with test} +%check +%python_exec setup.py test +%endif + +%files %{python_files} +%defattr(-,root,root,-) +%doc AUTHORS LICENSE README.rst +%{python_sitelib}/sphinxcontrib/blockdiag.py* +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/blockdiag*.py* +%{python_sitelib}/sphinxcontrib_blockdiag-%{version}-py*-nspkg.pth +%{python_sitelib}/sphinxcontrib_blockdiag-%{version}-py*.egg-info + +%changelog diff --git a/sphinxcontrib-blockdiag-1.5.5.tar.gz b/sphinxcontrib-blockdiag-1.5.5.tar.gz new file mode 100644 index 0000000..18d03ad --- /dev/null +++ b/sphinxcontrib-blockdiag-1.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdff966d8f372b9536374954314a6cf4280e0e48bc2321a4f25cc7f2114f8f0 +size 8485