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: Fri, 18 Sep 2020 14:36:59 +0000 (UTC) [thread overview]
Message-ID: <1600439776.55f60e566d145d233cd7f787f01cf29a5a919397.mgorny@gentoo> (raw)
commit: 55f60e566d145d233cd7f787f01cf29a5a919397
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 14:36:16 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 14:36:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f60e56
dev-python/cairocffi: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cairocffi/Manifest | 2 -
dev-python/cairocffi/cairocffi-0.8.0-r1.ebuild | 44 ----------------------
dev-python/cairocffi/cairocffi-0.9.0-r1.ebuild | 51 --------------------------
3 files changed, 97 deletions(-)
diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest
index db7a73ef68f..c4fe81466dd 100644
--- a/dev-python/cairocffi/Manifest
+++ b/dev-python/cairocffi/Manifest
@@ -1,3 +1 @@
-DIST cairocffi-0.8.0.tar.gz 79217 BLAKE2B fefcee32e486c150d089b7d13b046c864b83fcc184f7880e86cfae0afc22c1e712ad7e835d76506b4ab0cefab6629abcc5bd86cd95c417dcc64c9374a8629110 SHA512 70179e05ca4a4efeaa39ade1ee1a96d280d198ecff5ae8c8fc634c24d8922ea6a3e1eb6cf5f55c5fc9d3f5b2fc3131a53051690eb86712762d8b6400df8a630a
-DIST cairocffi-0.9.0.tar.gz 84652 BLAKE2B 9f09c038619b0f44c568d6636861b0e12ffd7e9ab546f3a65bbd8e77eee7ff5f0c6f4d92a841696492b786d0067af86e25949b723ef6ef73ede370fbf2576d6d SHA512 0d3d54e0d54b3696c8336d8b3a6d745628da51d9d9f8c50f36006c007e1432a95dd9bafd8d865923059d040cc4e9f7989b3670a5318383b357ffc979eeb920d5
DIST cairocffi-1.1.0.tar.gz 68744 BLAKE2B 604812572bb1a39ab52e41e03714acc93ddc7532e07ac36b693f53ad71cf0bcfd5d2f3bceb56b8e352fe7f179b174a244238b9cfcee690cbc0cb96e5b2934c75 SHA512 a9bc9ec5be767388aad9d06cc3b386b474dbacf097d3558b4033834cfb2f5418eede2f4b4080bec7e4725c6821f6e54d6c3366e8c4ee73bd3fa1cf444b395197
diff --git a/dev-python/cairocffi/cairocffi-0.8.0-r1.ebuild b/dev-python/cairocffi/cairocffi-0.8.0-r1.ebuild
deleted file mode 100644
index bc4f5be94f9..00000000000
--- a/dev-python/cairocffi/cairocffi-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1 virtualx
-
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-HOMEPAGE="https://github.com/Kozea/cairocffi"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-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]"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-PATCHES=( "${FILESDIR}"/${P}-tests.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_sphinx docs
-
-python_test() {
- virtx py.test -v --pyargs cairocffi
-}
diff --git a/dev-python/cairocffi/cairocffi-0.9.0-r1.ebuild b/dev-python/cairocffi/cairocffi-0.9.0-r1.ebuild
deleted file mode 100644
index 53ff6e8a9f8..00000000000
--- a/dev-python/cairocffi/cairocffi-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,51 +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
-
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-HOMEPAGE="https://github.com/Kozea/cairocffi"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-distutils_enable_sphinx docs
-
-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]"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.8.0-tests.patch )
-
-python_prepare() {
- if python_is_python3; then
- # Remove deprecated statements for python3
- sed -i -e 's/tostring/tobytes/g' cairocffi/test_cairo.py || die
- fi
-}
-
-python_test() {
- virtx py.test -v --pyargs cairocffi -o addopts=
-}
next reply other threads:[~2020-09-18 14:37 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-18 14:36 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-18 6:57 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-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=1600439776.55f60e566d145d233cd7f787f01cf29a5a919397.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