Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402710 Details for
Bug 543052
media-sound/frescobaldi-2.18.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
frescobaldi-2.18-setup-py.patch
frescobaldi-2.18-setup-py.patch (text/plain), 1.38 KB, created by
Benedikt Reinartz
on 2015-05-05 11:20:20 UTC
(
hide
)
Description:
frescobaldi-2.18-setup-py.patch
Filename:
MIME Type:
Creator:
Benedikt Reinartz
Created:
2015-05-05 11:20:20 UTC
Size:
1.38 KB
patch
obsolete
>From 567c8744efef71a553b068065035d730254fa577 Mon Sep 17 00:00:00 2001 >From: Wilbert Berendsen <wbsoft@xs4all.nl> >Date: Sun, 15 Mar 2015 16:00:17 +0100 >Subject: [PATCH] remove setup.cfg, set options inside setup.py > >hopefully fix #638 >--- > setup.cfg | 6 ------ > setup.py | 10 ++++++++++ > 2 files changed, 10 insertions(+), 6 deletions(-) > delete mode 100644 setup.cfg > >diff --git a/setup.cfg b/setup.cfg >deleted file mode 100644 >index ee0f681..0000000 >--- a/setup.cfg >+++ /dev/null >@@ -1,6 +0,0 @@ >-[bdist_wininst] >-bitmap=windows/frescobaldi-wininst.bmp >-install-script=windows/frescobaldi-wininst.py >- >-[sdist] >-force-manifest=1 >diff --git a/setup.py b/setup.py >index d84ce74..725a3b4 100644 >--- a/setup.py >+++ b/setup.py >@@ -39,9 +39,18 @@ package_data = { > 'frescobaldi_app.symbols': ['*.svg'], > 'frescobaldi_app.userguide': ['*.md', '*.png'], > } >+options = { >+ 'sdist': { >+ 'force_manifest': 1, >+ } >+} > > if sys.platform.startswith('win'): > scripts.append('windows/frescobaldi-wininst.py') >+ options['bdist_wininst'] = { >+ 'install_script': 'windows/frescobaldi-wininst.py', >+ 'bitmap': 'windows/frescobaldi-wininst.bmp', >+ } > data_files = [] > else: > data_files = [ >@@ -107,6 +116,7 @@ setup( > package_data = package_data, > data_files = data_files, > classifiers = classifiers, >+ options = options, > **setup_extra_args > ) > >-- >2.0.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 543052
:
402536
|
402538
|
402708
|
402710
|
404326
|
404336