forked from pool/python-screenplain
Clean up patches.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=19
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
screenplain/main.py | 2 +-
|
screenplain/main.py | 2 +-
|
||||||
setup.cfg | 3 +++
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
2 files changed, 4 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/screenplain/main.py
|
--- a/screenplain/main.py
|
||||||
+++ b/screenplain/main.py
|
+++ b/screenplain/main.py
|
||||||
@@ -14,15 +13,3 @@
|
|||||||
parser = OptionParser(usage=usage)
|
parser = OptionParser(usage=usage)
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
'-f', '--format', dest='output_format',
|
'-f', '--format', dest='output_format',
|
||||||
--- a/setup.cfg
|
|
||||||
+++ b/setup.cfg
|
|
||||||
@@ -1,6 +1,9 @@
|
|
||||||
[metadata]
|
|
||||||
license_files = LICENSE.txt
|
|
||||||
|
|
||||||
+[pycodestyle]
|
|
||||||
+ignore = E275,E402,W504
|
|
||||||
+
|
|
||||||
[egg_info]
|
|
||||||
tag_build =
|
|
||||||
tag_date = 0
|
|
||||||
|
@@ -23,7 +23,7 @@ Summary: Convert text file to viewable screenplay
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://www.screenplain.com/
|
URL: https://www.screenplain.com/
|
||||||
# Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%{version}.tar.gz
|
# Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%%{version}.tar.gz
|
||||||
# Tarball generated from gh#vilcans/screenplain#62
|
# Tarball generated from gh#vilcans/screenplain#62
|
||||||
Source: screenplain-%{version}.tar.gz
|
Source: screenplain-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
|
# PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
|
||||||
@@ -83,6 +83,6 @@ sed -i '1{/^#!.*env python/d}' screenplain/main.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%python_alternative %{_bindir}/screenplain
|
%python_alternative %{_bindir}/screenplain
|
||||||
%{python_sitelib}/screenplain
|
%{python_sitelib}/screenplain
|
||||||
%{python_sitelib}/screenplain-%{version}*-info
|
%{python_sitelib}/screenplain-0.11.1*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user