summaryrefslogtreecommitdiff
path: root/dev-python/wxpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/wxpython
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/Manifest2
-rw-r--r--dev-python/wxpython/wxpython-4.0.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest
index 5238b1994896..9ade10605374 100644
--- a/dev-python/wxpython/Manifest
+++ b/dev-python/wxpython/Manifest
@@ -9,5 +9,5 @@ DIST wxPython-4.0.6.tar.gz 68815031 BLAKE2B 49367f5d0867c28893c43d54c4ad6001807b
DIST wxPython-demo-3.0.2.0.tar.bz2 3992212 BLAKE2B 9defe133e3863be5ae07b7adb4bcb94688487e9dd9f5ab1f768d2f5942f30d05ff678f1ba74241d9bafde3584e3c68ffeae4978117aaa300e23165140e6a6d44 SHA512 361ecaa7dfe5bae0757e04215c564370eaf8e5260ead45007f9d70439c15701725c3cbcd76691a5191258bef24fd200ebd61347a3fd920d888137bfc98a16702
DIST wxPython-src-3.0.2.0.tar.bz2 58304944 BLAKE2B 1144acf2cfa0a18aa2f90aabe81aaeca54d3fe6139818267dbc031accbae38035478a64ec084fe8bb8b89126fb70ff96e68981026df8ad3fc82e81c6d0e22d1a SHA512 a3798e89ff19344253aac7d771971e519f7fa9723e82bd97e98f16fd7f1572e513170b02295b872dae0b1ae3fa95efc4ef34d078045b839694b4fdad3a27c9e4
EBUILD wxpython-3.0.2.0.ebuild 4593 BLAKE2B 5b963f8c7e96173ebfb0fc3a6f4de213108de0a61183a3075145cbe67207105ee22ba2b38933778fbdf34e1dac81dab2402039f91e334ce39f0dae40211003bc SHA512 2a2c8dde789b018e019f60731f48ebae5087e3c7cff4d205ddce70eadda23571df67149302e49c5fe0390e05e184e3c6002f73847bd97ac79852f8853488f675
-EBUILD wxpython-4.0.6.ebuild 2392 BLAKE2B 5a3aaa73a912b61ccc8a4d5803ff9e0a6b9a6e2a814c88734192d3a96e663ed7406d7f9f324f178d15e5ae4cc29d3e3cc840f1944dad6020e73814b7d23118e5 SHA512 f1b565be02387acb5f83089de3022f1ff68fbb00d4a3accb1ec14c056ead169c24c6c3a4f5d4ad105911a673267e10e614f66e25f816cc6c34a9156237d28cdc
+EBUILD wxpython-4.0.6.ebuild 2390 BLAKE2B dd93fb0cbe88f5fa17f048b18668abd2ab4c14146f338f1993e1ca2e168d7175ed08321661e33cbe893fc89ac2fa4d4d67b78a26e72df7c9999d783766ba23ac SHA512 50a52469e12b1437ab9628454cce19140d644d331cebeb0ae3a0bb85d975019d81c089a478bc946227b103afaf38d56e92bd7bfd6c8ba5daab56876c442934b4
MISC metadata.xml 550 BLAKE2B eb8b5a9f5b6c0bc12d5eb1848888549a8d18fc086cde9d4a819dd2765b654470a18ff627578929ba901f09486b96b34644269c09102861bc09482b107d018332 SHA512 ad9e10ffc69cc3a103a30166448a09b84013b3dd3eb9a62583a0c562933b5cc056a62f148e34aa2fdd5bcbffeb81596b2cbd3c4eee485cbce15b649083e59d43
diff --git a/dev-python/wxpython/wxpython-4.0.6.ebuild b/dev-python/wxpython/wxpython-4.0.6.ebuild
index 4627a9776889..e5233480aff7 100644
--- a/dev-python/wxpython/wxpython-4.0.6.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# wxPython 4 supports python 2.7, but because it's going EOL soon and to ease
# transition from wxPython 3.x, we make this package py3-only.
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
WX_GTK_VER="3.0-gtk3"
inherit distutils-r1 multiprocessing virtualx wxwidgets