commit 58ab5dcbbf6389c2bde9f9b01512ebb53602a185a4482dedbd4f256df57a1a15 Author: Todd R Date: Wed Sep 20 01:54:24 2017 +0000 - Initial version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-github-alt?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-github-alt.changes b/python-sphinxcontrib-github-alt.changes new file mode 100644 index 0000000..1cd4b77 --- /dev/null +++ b/python-sphinxcontrib-github-alt.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Sep 20 01:52:53 UTC 2017 - toddrme2178@gmail.com + +- Initial version diff --git a/python-sphinxcontrib-github-alt.spec b/python-sphinxcontrib-github-alt.spec new file mode 100644 index 0000000..cea7073 --- /dev/null +++ b/python-sphinxcontrib-github-alt.spec @@ -0,0 +1,66 @@ +# +# spec file for package python-sphinxcontrib-github-alt +# +# 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-github-alt +Version: 1.0 +Release: 0 +Summary: Link to GitHub issues, pull requests, commits and users from Sphinx docs +License: BSD-2-Clause +Group: Development/Languages/Python +Url: http://github.com/Calysto/octave_kernel +Source0: https://files.pythonhosted.org/packages/py2.py3/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}-py2.py3-none-any.whl +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Sphinx +Requires: python-docutils +BuildArch: noarch + +%python_subpackages + +%description +Link to GitHub issues, pull requests, commits and users for a +particular project. + +To use this extension, add it to the extensions list in conf.py, +and set the variable github_project_url: + +%prep +%setup -T -c -n %{name}-%{version} + +%build +# Not needed + +%install +%{python_expand pip%{$python_bin_suffix} install \ + --root %{buildroot} \ + --prefix %{_prefix} \ + --compile \ + %{SOURCE0} +} + +%files %{python_files} +%defattr(-,root,root,-) +%{python_sitelib}/sphinxcontrib_github_alt.py* +%pycache_only %{python_sitelib}/__pycache__/sphinxcontrib_github_alt*.py* +%{python_sitelib}/sphinxcontrib_github_alt-%{version}.dist-info + +%changelog diff --git a/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl b/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl new file mode 100644 index 0000000..f6c6f6d --- /dev/null +++ b/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41666fbea5a7bb318363d45e39a1b3f01502ebb734e9acef332e34bf655448db +size 7256