1
0
Fork 0

dev-python/wxpython: version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-03-18 16:38:12 +01:00
parent b70e0e858a
commit ae13bb52d5
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 14 additions and 11 deletions

View File

@ -0,0 +1,5 @@
*wxpython-4.0.4 (18 Mar 2019)
18 Mar 2019; Horea Christian <h.chr@mail.ru> +wxpython-4.0.4.ebuild,
-wxpython-4.0.3.ebuild, metadata.xml:
dev-python/wxpython: version bump

View File

@ -1 +1 @@
DIST wxpython-4.0.3.tar.gz 68545642 SHA256 8d0dfc0146c24749ce00d575e35cc2826372e809d5bc4a57bde6c89031b59e75 SHA512 911dd98d15b0cbc2551f1b22a21fdae4450656ca59cc93216b7c6a8a00e399b929b78484637992d78cecffb098b8d8dc408c24795549827e2f90ce42740c3bf9 WHIRLPOOL 816126c9d37e3f3d3c2ca11e3e7f4aeed027afc0b3d3fb51b2115d4d73aa98f2ef897e6d16b1dfe80333ab5f84de90a0a42b41676607b90a0ce1edb9e68f60be
DIST wxpython-4.0.4.tar.gz 68791657 SHA256 0d9ef4260cb2f3e23ed9dcf6baa905ba585ac7d631613cddc299c4c83463ae29 SHA512 48895f191150c63c253eb4136b78ff7803b6df566ca92b9fcf3c3fff3c893a57ff52a51b331333cf2200a053b8d0ea7facb39d7bfb581a78e009a24c31437cae WHIRLPOOL 3037c8dfa5d528198b63d86166cbaed356aa38cf0534522786b2b075ff569a00e462df6bfbf2c9d0639c2c78cb114b3e120f008dc7ab9f21f3a034515580559b

View File

@ -9,9 +9,6 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<use>
<flag name="examples">Install interactive demo module browser and sample applets.</flag>
</use>
<upstream>
<remote-id type="sourceforge">wxpython</remote-id>
</upstream>

View File

@ -1,19 +1,19 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{5,6} )
WX_GTK_VER="3.0"
inherit distutils-r1 wxwidgets
P_HASH="bd55ab40e406a026a7fda0bb5eb61f466682544ae91ac26267c750f5e618"
P_HASH="7c3ced03c3c76b9f98e4a0edae1801755a7599ebf481c04d9f77dfff17e3"
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"
SRC_URI="https://files.pythonhosted.org/packages/17/74/${P_HASH}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="wxWinLL-3"
SLOT="3.0"
@ -24,7 +24,8 @@ RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pypubsub[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/pypubsub:3[${PYTHON_USEDEP}]' -2 )
$(python_gen_cond_dep 'dev-python/pypubsub:4[${PYTHON_USEDEP}]' -3 )
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
@ -42,8 +43,8 @@ DEPEND="
"
PATCHES=(
"${FILESDIR}/${PN}"-4.0.3-webkit.patch
"${FILESDIR}/${PN}"-4.0.3-parallel.patch
"${FILESDIR}/${PN}"-4.0.3-webkit.patch
"${FILESDIR}/${PN}"-4.0.3-parallel.patch
)
S="${WORKDIR}/${MY_PN}-${PV}"