commit:     7a7ac41faf301357d286c8636838a065ed3b7ff4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 22:48:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 23:38:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7ac41f

dev-python/cairocffi: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cairocffi/Manifest               |  1 +
 dev-python/cairocffi/cairocffi-1.2.0.ebuild | 41 +++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest
index c4fe81466dd..0279ca0bc0d 100644
--- a/dev-python/cairocffi/Manifest
+++ b/dev-python/cairocffi/Manifest
@@ -1 +1,2 @@
 DIST cairocffi-1.1.0.tar.gz 68744 BLAKE2B 
604812572bb1a39ab52e41e03714acc93ddc7532e07ac36b693f53ad71cf0bcfd5d2f3bceb56b8e352fe7f179b174a244238b9cfcee690cbc0cb96e5b2934c75
 SHA512 
a9bc9ec5be767388aad9d06cc3b386b474dbacf097d3558b4033834cfb2f5418eede2f4b4080bec7e4725c6821f6e54d6c3366e8c4ee73bd3fa1cf444b395197
+DIST cairocffi-1.2.0.tar.gz 70393 BLAKE2B 
b5cc69ec2805524e8f66a6234c4e19502181fad18c754379d91b05c2d2a88c82742f2b2057afcaac93f4d23ee64b41b2e84f029b6cb4ce2e7b3fa81ae0e8a485
 SHA512 
0f5b58ae85b2cc880bfb8ede6cbfe4905737211dab5b080815eb59f7cdd9c580367b9e00e7216d68ea9cbb84bda3f21ddcbccb2e744b86d6da8b991cffb96caf

diff --git a/dev-python/cairocffi/cairocffi-1.2.0.ebuild 
b/dev-python/cairocffi/cairocffi-1.2.0.ebuild
new file mode 100644
index 00000000000..61a574f5b0d
--- /dev/null
+++ b/dev-python/cairocffi/cairocffi-1.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
+HOMEPAGE="https://github.com/Kozea/cairocffi";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+       $(python_gen_cond_dep '
+               >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
+       ' 'python*')
+       >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+       x11-libs/cairo:0=[X,xcb(+)]
+       x11-libs/gdk-pixbuf[jpeg]"
+BDEPEND="
+       test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.8.0-tests.patch
+)
+
+src_prepare() {
+       sed -i -e '/pytest-/d' -e '/addopts/d' setup.cfg || die
+       distutils-r1_src_prepare
+}
+
+python_test() {
+       virtx pytest -vv --pyargs cairocffi
+}

Reply via email to