2019-01-22 14:39:15 +00:00
|
|
|
From: Ana Guerrero Lopez <aguerrero@suse.com>
|
|
|
|
|
Date: 2018-01-21 16:00:00 +0200
|
|
|
|
|
Subject: do not install examples scripts under /usr/bin
|
|
|
|
|
Upstream: tbd
|
|
|
|
|
|
|
|
|
|
Example scripts are installed under /usr/bin and it's prefered to keep
|
|
|
|
|
them in an examples directory.
|
|
|
|
|
|
2021-04-28 09:34:39 +00:00
|
|
|
Index: IMDbPY-2021.4.18/setup.py
|
|
|
|
|
===================================================================
|
|
|
|
|
--- IMDbPY-2021.4.18.orig/setup.py
|
|
|
|
|
+++ IMDbPY-2021.4.18/setup.py
|
|
|
|
|
@@ -92,7 +92,7 @@ params = {
|
2019-01-22 14:39:15 +00:00
|
|
|
'classifiers': [_f for _f in classifiers.split("\n") if _f],
|
|
|
|
|
'url': home_page,
|
|
|
|
|
'download_url': dwnl_url,
|
|
|
|
|
- 'scripts': scripts,
|
|
|
|
|
+# 'scripts': scripts,
|
2021-04-28 09:34:39 +00:00
|
|
|
'package_data': {
|
|
|
|
|
# Here, the "*" represents any possible language ID.
|
|
|
|
|
'imdb.locale': [
|