From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/xcffib/Manifest | 3 -- .../xcffib/files/xcffib-0.4.2-test-imports.patch | 35 --------------------- dev-python/xcffib/xcffib-0.9.0.ebuild | 36 ---------------------- 3 files changed, 74 deletions(-) delete mode 100644 dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch delete mode 100644 dev-python/xcffib/xcffib-0.9.0.ebuild (limited to 'dev-python/xcffib') diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest index 1f0e0d085a76..52313684836c 100644 --- a/dev-python/xcffib/Manifest +++ b/dev-python/xcffib/Manifest @@ -1,6 +1,3 @@ -AUX xcffib-0.4.2-test-imports.patch 902 BLAKE2B 386d1a45dff2454925655b09f8dabf8159ab3be6dd0750723d0f70f85b15f75b48d7989d37ab808a090bb4723ae7cbbfcc271eca390b1653a10dc2244ce0564e SHA512 f08590fb2d5979f464d56f9c7e45b83f20954005980f98d2ee3d2c6ce5c44554431059fc911040943ecdcd4ca786c345bab6bae733a46379ad58fa487d516697 DIST xcffib-0.10.1.tar.gz 84689 BLAKE2B e36ad4f9c6bf5bc63400ae35d0d58ea1def00f299c0f811807cde430e6a6850132e77584359f77fb2f4ce5fdf5f22ec91ed22e1b7ce5d6d318b7a8dc5f3e0939 SHA512 98412fe36962108902dc0599f05ac9be5d7412d7f12fc6566e020c2ce84ae4a536a20ae2dfddd2dc9a536f37cd82539bf19e1993ee65f0b09c44372008cd7edf -DIST xcffib-0.9.0.tar.gz 83063 BLAKE2B 898fbce1ff503a9ad64a4c34778e0b5ffef531cf2ad04327f1890c87adb5f91287465e39a981a3c5a628c048b8acbb38bac3b0b76a58c3bbe45ab34c9a5eacf5 SHA512 e5891f080fcf1df596c37bb64a70e0de4a41d83b4675dac3b1c128656ab1b09d865e3ab0bfe0e5cc523e89a75dc6127dfc455ab66ca543ba6eeae9ee5bdae168 EBUILD xcffib-0.10.1.ebuild 669 BLAKE2B 053ad1204935b13c10a8ddee72fed71ac8ff7b0cf1ab5434ba28668279d293392ebfe6a228de641aac9cc0afc91c0a0dd0fbfaba0b0c428e38e0fbc05d63dd13 SHA512 ecd0dc08026ecad9944a64ee45eb604682513c6bf00633ea5bec86e6c398be8a0d86bbebd48ba03387561610ad38a103f2d0a7313b0af97e642591195e0809bc -EBUILD xcffib-0.9.0.ebuild 762 BLAKE2B 0292d0cd3101a0b6d7fa2b7b7dbdea76f99500a0b31c451babe58a4a9df2f62abd7623c0934e337f9887d53b3b310f07d24de7a9c301d4f2545fc4d2afa97eda SHA512 3b9f580fc0a743166b9a6bb84d6c53530a930c7707f2d73e61589a4990136b04dd1efd997f6d7d42d61e559a13d55aaa561c7cca4a84b7c660bca7c21b777c67 MISC metadata.xml 373 BLAKE2B e21d3d9113705facf550e641e786485f657d976a1cbc19f5f1513d534e9a6bde20f68b104a95914dbe95347e0144c0cb0bdc8f87df31906f5f70be71324495dd SHA512 2c7291bce1de8d82151379bcdcc039344659570feec49b82ce9e7274b5e0abecf8499fe7c595b06f71c37ab7bfcb3f2ce8771f216282a50b6c1aba5dffc1008c diff --git a/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch b/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch deleted file mode 100644 index da33bf3934cb..000000000000 --- a/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch +++ /dev/null @@ -1,35 +0,0 @@ -Relative imports don't work because the test dir isn't a proper python module. - ---- xcffib-0.4.2/test/test_connection.py -+++ xcffib-0.4.2/test/test_connection.py -@@ -20,7 +20,7 @@ - - from xcffib import ffi - from xcffib.testing import XvfbTest --from .testing import XcffibTest -+from testing import XcffibTest - - from nose.tools import raises - from nose import SkipTest ---- xcffib-0.4.2/test/test_fakeinput.py -+++ xcffib-0.4.2/test/test_fakeinput.py -@@ -2,7 +2,7 @@ - import xcffib.xproto - import xcffib.xtest - --from .testing import XcffibTest -+from testing import XcffibTest - - class TestConnection(XcffibTest): - def test_fakeinput(self): ---- xcffib-0.4.2/test/test_python_code.py -+++ xcffib-0.4.2/test/test_python_code.py -@@ -18,7 +18,7 @@ - import struct - from xcffib.xproto import EventMask - --from .testing import XcffibTest -+from testing import XcffibTest - - class TestPythonCode(XcffibTest): - diff --git a/dev-python/xcffib/xcffib-0.9.0.ebuild b/dev-python/xcffib/xcffib-0.9.0.ebuild deleted file mode 100644 index 733fcfb15064..000000000000 --- a/dev-python/xcffib/xcffib-0.9.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6..9} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding" -HOMEPAGE="https://github.com/tych0/xcffib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" - -DEPEND="x11-libs/libxcb" -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}] - ' 'python*') - dev-python/six[${PYTHON_USEDEP}] - ${DEPEND}" -BDEPEND=" - test? ( - x11-apps/xeyes - )" - -distutils_enable_tests nose - -PATCHES=( "${FILESDIR}"/${PN}-0.4.2-test-imports.patch ) - -src_test() { - virtx distutils-r1_src_test -} -- cgit v1.2.3