public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/
Date: Sat, 18 Mar 2023 06:57:01 +0000 (UTC)	[thread overview]
Message-ID: <1679122320.e0125e9c5c454cc26a9245f45b7af602b49c402c.mgorny@gentoo> (raw)

commit:     e0125e9c5c454cc26a9245f45b7af602b49c402c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 06:29:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 06:52:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0125e9c

dev-python/cairocffi: Bump to 1.5.0

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

 dev-python/cairocffi/Manifest               |  1 +
 dev-python/cairocffi/cairocffi-1.5.0.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest
index 0744b4ddb7ae..e621b50a12a0 100644
--- a/dev-python/cairocffi/Manifest
+++ b/dev-python/cairocffi/Manifest
@@ -1 +1,2 @@
 DIST cairocffi-1.4.0.tar.gz 69851 BLAKE2B 8037d9bc619d2e96e655dc4682bb95a1e920d0b2188963088c1be21f2e157f7e791f3994f0ae7ecd338547baf2a65d03b175398bc1b3c92145ae6ea148420b5a SHA512 7ffdaf365c1251b202e2680a2f689ec6ea04c19eb75df38137624ffeb429ab61c6f54af450aec019b2570a4e91d2d701328109e4e0f5662a3b3b655ab53705ff
+DIST cairocffi-1.5.0.tar.gz 86811 BLAKE2B c8f6a39608f0db6d0b7730302437a8856a3dd7249ed275733a048b5c8f98b3484787ccecf70bae1053ee052b9a7c8c7d2da699dbbde0f34cea2ef8bbabe2fc6f SHA512 32ee1d1217a0300512b60c11fc3c9a0456e4a74a9c5364840e51e52a1320a2e26a3d2ed761615ce5fee247bcd2c713c099d3419b731c37fa812040d5f6f3096b

diff --git a/dev-python/cairocffi/cairocffi-1.5.0.ebuild b/dev-python/cairocffi/cairocffi-1.5.0.ebuild
new file mode 100644
index 000000000000..cbd409e79100
--- /dev/null
+++ b/dev-python/cairocffi/cairocffi-1.5.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# custom wrapper
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi virtualx
+
+DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
+HOMEPAGE="
+	https://github.com/Kozea/cairocffi/
+	https://pypi.org/project/cairocffi/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+DEPEND="
+	>=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+	x11-libs/cairo:0=[X,xcb(+)]
+	x11-libs/gdk-pixbuf[jpeg]
+"
+RDEPEND="
+	${DEPEND}
+	$(python_gen_cond_dep '
+		>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
+	' 'python*')
+"
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
+	' 'python*')
+	test? (
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/pikepdf[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.8.0-tests.patch
+)
+
+src_test() {
+	rm -r cairocffi || die
+	virtx distutils-r1_src_test
+}


             reply	other threads:[~2023-03-18  6:57 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-18  6:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  8:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/ Michał Górny
2024-07-06  7:40 Arthur Zamarin
2024-07-06  7:07 Arthur Zamarin
2024-07-06  6:54 Arthur Zamarin
2024-07-06  6:47 Arthur Zamarin
2024-07-06  6:45 Sam James
2024-07-06  6:39 Sam James
2024-07-06  6:11 Sam James
2024-06-28  6:07 Michał Górny
2024-06-19  4:36 Michał Górny
2024-05-25 19:58 Michał Górny
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:00 Arthur Zamarin
2024-05-17  9:08 Arthur Zamarin
2024-05-17  8:46 Arthur Zamarin
2024-05-17  8:27 Arthur Zamarin
2024-05-17  8:18 Arthur Zamarin
2024-05-17  8:11 Michał Górny
2024-04-28  2:37 Michał Górny
2023-12-21 10:47 Michał Górny
2023-12-02  7:09 Michał Górny
2023-12-01 20:03 Arthur Zamarin
2023-10-03 21:44 Sam James
2023-09-14  9:58 Andrew Ammerlaan
2023-09-11 18:36 Sam James
2023-09-11 18:36 Sam James
2023-09-11 12:45 Arthur Zamarin
2023-09-11 12:36 Sam James
2023-09-11 12:25 Arthur Zamarin
2023-09-11 11:44 Arthur Zamarin
2023-08-17  2:55 Sam James
2023-07-25  5:20 Michał Górny
2023-07-24 21:02 Sam James
2023-07-24 18:16 Sam James
2023-07-24  7:45 Jakov Smolić
2023-06-12 11:37 Michał Górny
2023-05-05 13:43 Michał Górny
2023-05-05  8:04 Arthur Zamarin
2023-05-05  8:02 Arthur Zamarin
2023-04-23  5:36 Jakov Smolić
2023-04-22 11:31 Sam James
2023-04-22 10:34 Arthur Zamarin
2023-04-22  9:25 Arthur Zamarin
2023-04-22  9:00 Arthur Zamarin
2023-04-15 19:39 Michał Górny
2023-03-15 12:29 Michał Górny
2023-03-15 12:23 Arthur Zamarin
2023-03-13 20:12 Arthur Zamarin
2023-03-13 20:01 Arthur Zamarin
2023-02-27 15:49 Michał Górny
2023-02-27 15:49 Michał Górny
2023-01-14 10:00 Arthur Zamarin
2023-01-13 18:26 Arthur Zamarin
2023-01-13 18:26 Arthur Zamarin
2022-12-05 17:24 WANG Xuerui
2022-12-02  6:32 Arthur Zamarin
2022-11-21 20:05 Arthur Zamarin
2022-11-21 20:05 Arthur Zamarin
2022-11-21 20:05 Arthur Zamarin
2022-10-29 21:11 Sam James
2022-10-17 19:23 Sam James
2022-10-09 12:02 Michał Górny
2022-09-28 21:27 Sam James
2022-09-26  7:34 Jakov Smolić
2022-09-26  7:09 Arthur Zamarin
2022-09-25 18:24 Arthur Zamarin
2022-09-25 18:14 Arthur Zamarin
2022-09-25 13:48 Michał Górny
2022-09-25 11:03 Michał Górny
2022-05-24 13:40 Andrew Ammerlaan
2022-01-30 21:01 James Le Cuirot
2021-11-06 19:59 Arthur Zamarin
2021-11-06 19:56 Sam James
2021-11-06  8:34 Agostino Sarubbo
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05  2:20 Sam James
2021-11-05  2:18 Sam James
2021-10-05  8:27 Michał Górny
2021-09-07 18:34 Sam James
2021-09-06 23:56 Sam James
2021-09-06 23:54 Sam James
2021-09-06 23:49 Sam James
2021-08-17  1:42 Sam James
2021-07-13  0:16 Marek Szuba
2021-06-20  1:55 Sam James
2021-06-19 20:54 Michał Górny
2020-12-16 11:10 Sam James
2020-12-11 23:10 Sergei Trofimovich
2020-12-06 23:25 Sam James
2020-10-29 23:38 Michał Górny
2020-09-18 14:36 Michał Górny
2020-09-09 21:59 Sergei Trofimovich
2020-08-30 19:10 Thomas Deutschmann
2020-08-29  4:17 Sam James
2020-08-25 12:53 Agostino Sarubbo
2020-06-28 20:50 Michał Górny
2020-06-06 17:40 Pacho Ramos
2020-06-05 16:24 Michał Górny
2020-04-17  5:54 Michał Górny
2020-04-16 20:40 Mart Raudsepp
2020-01-16 12:03 Tim Harder
2020-01-14 22:48 Matt Turner
2019-12-30 12:59 Michał Górny
2018-11-17  3:24 Virgil Dupras
2018-03-19 23:05 Sergei Trofimovich
2018-03-18 23:51 Sergei Trofimovich
2018-01-09  0:10 Mikle Kolyada
2018-01-08 22:50 Thomas Deutschmann
2017-12-25 16:30 Mike Gilbert
2017-08-21  6:56 Tim Harder
2017-07-15  9:40 Alexis Ballier
2017-03-10 11:12 Zac Medico
2017-02-02 18:43 David Seifert
2016-10-09  8:13 Jeroen Roovers
2016-01-17  3:34 Tim Harder
2015-09-25 18:45 Justin Lecher
2015-09-25 14:20 Agostino Sarubbo
2015-09-24 13:07 Agostino Sarubbo
2015-09-24 11:50 Justin Lecher
2015-08-23  3:08 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679122320.e0125e9c5c454cc26a9245f45b7af602b49c402c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox