forked from pool/python-IMDbPY
- Update to 2021.04.18 [general] * #289: Serbian translations * #290: update Portuguese translations * #291: allow direct access to filmography keys * #299: add pagination to get_movie_list (courtesy of Stein van Broekhoven) * #300: any iterable can be used as season_nums parameter of update_series_seasons * #305: fix ability to set logging level - #310: fix build of locales .mo files * #312: extract localized title [sql] * #287: fix missing logger OBS-URL: https://build.opensuse.org/request/show/888989 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMDbPY?expand=0&rev=9
22 lines
729 B
Diff
22 lines
729 B
Diff
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.
|
|
|
|
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 = {
|
|
'classifiers': [_f for _f in classifiers.split("\n") if _f],
|
|
'url': home_page,
|
|
'download_url': dwnl_url,
|
|
- 'scripts': scripts,
|
|
+# 'scripts': scripts,
|
|
'package_data': {
|
|
# Here, the "*" represents any possible language ID.
|
|
'imdb.locale': [
|