summaryrefslogtreecommitdiff
path: root/dev-python/pyotherside
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/pyotherside
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/pyotherside')
-rw-r--r--dev-python/pyotherside/Manifest6
-rw-r--r--dev-python/pyotherside/pyotherside-1.5.8.ebuild41
-rw-r--r--dev-python/pyotherside/pyotherside-1.5.9.ebuild (renamed from dev-python/pyotherside/pyotherside-1.5.4.ebuild)4
3 files changed, 4 insertions, 47 deletions
diff --git a/dev-python/pyotherside/Manifest b/dev-python/pyotherside/Manifest
index be5e8ee55adf..fff41a5b0c79 100644
--- a/dev-python/pyotherside/Manifest
+++ b/dev-python/pyotherside/Manifest
@@ -1,5 +1,3 @@
-DIST pyotherside-1.5.4.tar.gz 183745 BLAKE2B 3dad2486dbc3d2632999aff0a7a7af41f6fefcae011bd1dd92b491b4403bbd62adb9a8520af627d5f96644f4fb25e89ee8fb49277723d5f80521d2add984008d SHA512 feaf95e0c981a8fb8b3a57926f48f803584a371752e7f1d2f3c739ee220960df33ad4ca2a38322f3e56d4f8fde193bd7342105303d847b2f532937e8bf2c3b65
-DIST pyotherside-1.5.8.tar.gz 184812 BLAKE2B 6d6688ded2c726edf12a82611953a8124c49f904ab41a26a733eb74ff9fa071a4dcde4f3a2a21c424feebf6d85a0e5b3bf6179f3b48bb3828449ce1e5e6262ad SHA512 ff82bf693a239560001baa622c3854dbc920310573f4e565f247ac79a8ed717446231bc9a9d4990e9b8cb4032ca05d0c5ec9a1c87341be09238a62d005e6ac0f
-EBUILD pyotherside-1.5.4.ebuild 797 BLAKE2B d82083d5180efdccc1e02455bb2a0f51d177be955deddf1d2fc4dff0fe7d07d4b9c2f89a8c6345735ca72f200b84c53bfa845e6dbb0206109eb007b7edbd4075 SHA512 3746bb8e4ae2104968a73ad570141144c78d103aee095706fe62392171f43024d7c888f61c6c58bb79829db6d86dd586348fc4004fbf59637d4b0ffd0030e027
-EBUILD pyotherside-1.5.8.ebuild 801 BLAKE2B 7fa8362dfe1f49d560d191f12afadeed2768e8f92d6d2a81d737988816f07304860666de454eeea7358377cde4b65f8257a17015192b9063cf5c91bc60f61e42 SHA512 1e9341fb6fd5fb12895a348bf7da77a0ecd18f6e619ef82a365fe6a006988e4de6b438e936eb1cbb025b200a3878310efa73111d08581ea280f633ccd8f9fe1f
+DIST pyotherside-1.5.9.tar.gz 185230 BLAKE2B 7130f17f29ed07cefc641d77631db46d08f3bd836c8517427e38fb454cbf34c2e875bb46798b3d785aa68064c24f154ed166617cde263f722e77eac6d0903980 SHA512 62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2
+EBUILD pyotherside-1.5.9.ebuild 803 BLAKE2B c37356a62586b55f4d0c4e2655a8239b01e40e52edeecf7e8198c9bbd62bcdbaefa4407f4c9c229e9d6e6643460f00c8b4f85cd6d9bb0c5a11985784184c32ae SHA512 baf39f1ba56d033840d27fdfbdedce878fc0d2fb26ef20bc5a3063fa42832b567a328d17fab4ed677aa0862c7a2922fa3259e803435478aa25d40b0af9a33b3d
MISC metadata.xml 257 BLAKE2B fd7fdb57fdce3a565a08cedc4d99216724e4013515d77ea89cb41a5c01e8f5479cab25fe53d44a705e3a71164cdc3c93e658e61deae654a13e5c2471dd83c57c SHA512 35e59430f93d3bb2e7e3042a2464b84f8e6cdf1e1624c1e7674bfc5147f9b9694da6b39ac081ed5fc22f1623aea889b743cfee11007911f3c8c17cf61443675b
diff --git a/dev-python/pyotherside/pyotherside-1.5.8.ebuild b/dev-python/pyotherside/pyotherside-1.5.8.ebuild
deleted file mode 100644
index 810fffe8af51..000000000000
--- a/dev-python/pyotherside/pyotherside-1.5.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit qmake-utils python-single-r1
-
-DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5"
-HOMEPAGE="https://github.com/thp/pyotherside https://thp.io/2011/pyotherside/"
-SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-# Requires active X display
-RESTRICT="test"
-
-RDEPEND="${PYTHON_DEPS}
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtsvg:5
- "
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i -e "s/qtquicktests//" pyotherside.pro || die
-
- default
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}"
-}
diff --git a/dev-python/pyotherside/pyotherside-1.5.4.ebuild b/dev-python/pyotherside/pyotherside-1.5.9.ebuild
index 38f0db95337d..768b631a0b94 100644
--- a/dev-python/pyotherside/pyotherside-1.5.4.ebuild
+++ b/dev-python/pyotherside/pyotherside-1.5.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit qmake-utils python-single-r1