Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 657972 Details for
Bug 740118
dev-util/wxglade has been updated to Python3, can we get it readded to portage?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxglade ebuild file
wxglade-0.8.2.ebuild (text/plain), 1.08 KB, created by
Decibels
on 2020-09-02 22:20:56 UTC
(
hide
)
Description:
wxglade ebuild file
Filename:
MIME Type:
Creator:
Decibels
Created:
2020-09-02 22:20:56 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >PYTHON_COMPAT=( python2_7 ) > >inherit eutils python-single-r1 > >MY_P="wxGlade-${PV}" > >DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code" >HOMEPAGE="http://wxglade.sourceforge.net/" >SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc x86" > >IUSE="" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >RDEPEND="${PYTHON_DEPS} > dev-python/wxpython:3.0[${PYTHON_USEDEP}] >" >DEPEND="${RDEPEND}" > >RESTRICT="test" #656934 > >S="${WORKDIR}/${MY_P}" > >src_compile() { > python_fix_shebang wxglade.py >} > >src_install() { > einstalldocs > > # Install a bigger icon > newicon docs_old/html/mondrian_200x200.png ${PN}.png > > dodoc -r docs > rm -r docs docs_old || die > > python_moduleinto /usr/lib/wxglade > python_domodule . > dosym /usr/share/doc/${PF}/docs /usr/lib/wxglade/docs > fperms 775 /usr/lib/wxglade/wxglade.py > dosym ../lib/wxglade/wxglade.py /usr/bin/wxglade > > make_desktop_entry wxglade wxGlade wxglade "Development;GUIDesigner" >}
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 Raw
Actions:
View
Attachments on
bug 740118
: 657972