Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 548492 Details for
Bug 667318
dev-python/wxpython-4.0.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxpython-4.0.3.ebuild
wxpython-4.0.3.ebuild (text/plain), 1.10 KB, created by
Horea Christian
on 2018-09-30 16:49:16 UTC
(
hide
)
Description:
wxpython-4.0.3.ebuild
Filename:
MIME Type:
Creator:
Horea Christian
Created:
2018-09-30 16:49:16 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) >WX_GTK_VER="3.0" > >inherit distutils-r1 wxwidgets > >P_HASH="bd55ab40e406a026a7fda0bb5eb61f466682544ae91ac26267c750f5e618" >MY_PN="wxPython" > >DESCRIPTION="A blending of the wxWindows C++ class library with Python" >HOMEPAGE="http://www.wxpython.org/" >SRC_URI="https://files.pythonhosted.org/packages/dd/31/${P_HASH}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="wxWinLL-3" >SLOT="3.0" >KEYWORDS="~amd64 ~x86" >IUSE="test" > >RDEPEND=" > dev-python/appdirs[${PYTHON_USEDEP}] > dev-python/numpy[${PYTHON_USEDEP}] > dev-python/pillow[${PYTHON_USEDEP}] > dev-python/requests[${PYTHON_USEDEP}] > dev-python/six[${PYTHON_USEDEP}] > dev-python/sphinx[${PYTHON_USEDEP}] > dev-python/twine[${PYTHON_USEDEP}] > dev-python/wheel[${PYTHON_USEDEP}] >" > >DEPEND=" > dev-python/pip[${PYTHON_USEDEP}] > dev-python/setuptools[${PYTHON_USEDEP}] > test? ( > ${RDEPEND} > dev-python/pytest[${PYTHON_USEDEP}] > ) >" > >S="${WORKDIR}/${MY_PN}-${PV}" > >python_test() { > cd "${BUILD_DIR}" || die > pytest -v || die >}
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 667318
:
548268
|
548270
|
548272
|
548492
|
548494
|
553606
|
559762
|
559764