forked from pool/python-pypandoc
Accepting request 849969 from home:jayvdb:branches:devel:languages:python
- Replace ghc-pandoc-citeproc, removed as obsolete, with ghc-citeproc OBS-URL: https://build.opensuse.org/request/show/849969 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
164a504e5a
commit
ab92dce54c
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 22 13:21:43 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Replace ghc-pandoc-citeproc, removed as obsolete, with ghc-citeproc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 07:28:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Thu Jul 23 07:28:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -26,17 +26,18 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/bebraw/pypandoc
|
URL: https://github.com/bebraw/pypandoc
|
||||||
Source: https://pypi.org/packages/source/p/pypandoc/pypandoc-%{version}.tar.gz
|
Source: https://pypi.org/packages/source/p/pypandoc/pypandoc-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ghc-pandoc-citeproc
|
BuildRequires: ghc-citeproc
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: texlive-latex-bin
|
BuildRequires: texlive-latex-bin
|
||||||
Requires: pandoc
|
Requires: pandoc
|
||||||
Requires: python-pip
|
Requires: python-pip
|
||||||
Requires: python-wheel
|
Requires: python-wheel
|
||||||
Suggests: ghc-pandoc-citeproc
|
Suggests: ghc-citeproc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -56,7 +57,9 @@ sed -i 's/\(test_basic_conversion_from_http_url\)/_\1/' tests.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
# test_conversion_with_citeproc_filter depends on ghc-pandoc-citeproc
|
||||||
|
# which was removed from factory
|
||||||
|
%pytest tests.py -k 'not test_conversion_with_citeproc_filter'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user