14
0
forked from pool/python-pybeam

Accepting request 847778 from home:matwey:branches:devel:languages:python

- Version 0.7
- Fix CInf parse
- Drop make_sphinx_optional.patch

OBS-URL: https://build.opensuse.org/request/show/847778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=34
This commit is contained in:
2020-11-11 16:20:44 +00:00
committed by Git OBS Bridge
parent a56bbe86a5
commit e772bc73a4
5 changed files with 11 additions and 71 deletions

View File

@@ -26,14 +26,13 @@
%bcond_with test
%endif
Name: python-pybeam%{?psuffix}
Version: 0.6
Version: 0.7
Release: 0
Summary: Python module to parse Erlang BEAM files
License: MIT
Group: Development/Languages/Python
URL: https://github.com/matwey/pybeam
Source: https://files.pythonhosted.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz
Patch0: make_sphinx_optional.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -64,7 +63,6 @@ chunks in pretty python format.
%prep
%setup -q -n pybeam-%{version}
%patch0 -p1
%build
%if %{without test}