From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/
Date: Thu, 24 Sep 2015 11:50:34 +0000 (UTC) [thread overview]
Message-ID: <1443094975.32bd7b12cf1e013c24e22456a7fbc51a8e274df1.jlec@gentoo> (raw)
commit: 32bd7b12cf1e013c24e22456a7fbc51a8e274df1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 11:42:55 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 11:42:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bd7b12
dev-python/cairocffi: Clean old
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/cairocffi/Manifest | 3 --
dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild | 43 -------------------
dev-python/cairocffi/cairocffi-0.5.4.ebuild | 43 -------------------
dev-python/cairocffi/cairocffi-0.6-r1.ebuild | 51 ----------------------
dev-python/cairocffi/cairocffi-0.7.1.ebuild | 58 --------------------------
5 files changed, 198 deletions(-)
diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest
index 6dfbfec..4359105 100644
--- a/dev-python/cairocffi/Manifest
+++ b/dev-python/cairocffi/Manifest
@@ -1,5 +1,2 @@
-DIST cairocffi-0.5.3.tar.gz 71140 SHA256 b1030159372b0c961a87bed4b5479807ba798d6d2c25e4e34d9660e2046ca98e SHA512 defbecaa00675a03cbe96e327dee24885bfb387e23dc175db2fd146d628dd6286003a4e19abf37014269dbb292f1f55edb397ca469ca30c5ffd521dddd3061d1 WHIRLPOOL 134f14185504e6ab5ec54d1c9e1b27e8271c011e08516d51e10b34e906a7c7175ee04dc807269723c3a30aef26547dee6bc67e94033cc5ad8a8444f8c28f153b
-DIST cairocffi-0.5.4.tar.gz 71232 SHA256 f1dc2b6e4638aee4015649eb5379ee745211fc4bd703626df255cb8439e716ff SHA512 f602b03dad04bce8e756f1fd82c05970b944ed1cfadd7012c44ad4426fb94f100ee8df0a1324c9c0b6b17f1dffb02c824ad9ce1ba31b3cf3eaeba0bf86da855f WHIRLPOOL ea9ec065c7a47fd1352b9d71edbfdc45eb0dcbf409c1326e32fd91b54a3dae13067d15b020b75eee7ac5db8cf37d5b2268e3493cb3218adf72dc0051840bea29
DIST cairocffi-0.6.tar.gz 75183 SHA256 d14ea9daed510259717209ed9e2f68503fcbcbcf00c2c4f31b446b001ae109c0 SHA512 c27b443261db4c68e73d3da55a640ac2689dcefda6aa384d7c3e23acdc705f79e07524f8df9ecbe379cfd9f8855d50ad7dfe7392ad7a36d5a63d0124e483e5ec WHIRLPOOL d94edc81ae8638758b93f2cb1804943a8160b4f8e1d507ce36c5ec7a835ea6f4b96a06a31cbf687335029391a9ee3a099c707a64d02490caa2b30bc91d260d24
-DIST cairocffi-0.7.1.tar.gz 76190 SHA256 286f4ee57ddfa381294870efbdfc9ab63375016c582b8163bd5449ba8cbda5de SHA512 48d0d0b3d03913859247d526492a21b57664d086586552fc765546042029a72325f39cfc14e982508ed5bf259ecc674609985cc4a65b39217a12a58de34129e3 WHIRLPOOL fd45b98be3bbfe99ceef350f6a99ad3b7131665b326f6f50763d96e7844dccb225a6e202abf2251674127363e94d725fea09dc763f8b1b0765003b3fbc44034a
DIST cairocffi-0.7.2.tar.gz 75337 SHA256 e42b4256d27bd960cbf3b91a6c55d602defcdbc2a73f7317849c80279feeb975 SHA512 a4b5798ee713a8847ebd21ef328b3e0a94403ce1e80ac108f6d8e4abffbf96551542bb5c848550d82bcebb3d9f645c90ea87fc3eb254bd8e9d57b6a55db76de1 WHIRLPOOL e907633b46dce856df4777598250e40da7a39ee4b6621376d30698237fb0a463d7f8bdf8e8838aa104d0751de62b6172057a0f8d1f53ce8315b419d3b3f64c5c
diff --git a/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild b/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild
deleted file mode 100644
index b09276c..0000000
--- a/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="https://github.com/SimonSapin/cairocffi"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- $(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
- x11-libs/cairo:0="
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- py.test ${PN}/ || die "testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/cairocffi/cairocffi-0.5.4.ebuild b/dev-python/cairocffi/cairocffi-0.5.4.ebuild
deleted file mode 100644
index b09276c..0000000
--- a/dev-python/cairocffi/cairocffi-0.5.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="https://github.com/SimonSapin/cairocffi"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- $(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
- x11-libs/cairo:0="
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- py.test ${PN}/ || die "testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/cairocffi/cairocffi-0.6-r1.ebuild b/dev-python/cairocffi/cairocffi-0.6-r1.ebuild
deleted file mode 100644
index 77ff6bf..0000000
--- a/dev-python/cairocffi/cairocffi-0.6-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="https://github.com/SimonSapin/cairocffi"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-# xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component
-RDEPEND="
- $(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
- x11-libs/cairo:0=
- <dev-python/xcffib-0.3[${PYTHON_USEDEP}]
- x11-libs/gdk-pixbuf[jpeg]"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# Intersphinx cause the usual d'loading of objects.inv from TWO online sites
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- https://github.com/SimonSapin/cairocffi/issues/55
- py.test ${PN}/ || die "testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/cairocffi/cairocffi-0.7.1.ebuild b/dev-python/cairocffi/cairocffi-0.7.1.ebuild
deleted file mode 100644
index 257de33..0000000
--- a/dev-python/cairocffi/cairocffi-0.7.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
-
-inherit distutils-r1
-
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="https://github.com/SimonSapin/cairocffi"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc 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=
- x11-libs/gdk-pixbuf[jpeg]
- $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )
- $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
-
-PATCHES=(
- # Intersphinx cause the usual d'loading of objects.inv from TWO online sites
- "${FILESDIR}"/mapping.patch
- "${FILESDIR}"/${P}-test.patch
- )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- py.test -v --pyargs cairocffi || die "testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2015-09-24 11:50 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-24 11:50 Justin Lecher [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-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-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=1443094975.32bd7b12cf1e013c24e22456a7fbc51a8e274df1.jlec@gentoo \
--to=jlec@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