public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/
Date: Mon,  4 Mar 2019 08:34:21 +0000 (UTC)	[thread overview]
Message-ID: <1551688089.dbde8ad7db4d20ccc3bb4a2392a4c6a4b494c6ba.radhermit@gentoo> (raw)

commit:     dbde8ad7db4d20ccc3bb4a2392a4c6a4b494c6ba
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 07:46:00 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 08:28:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbde8ad7

dev-python/xcffib: version bump to 0.7.0

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/xcffib/Manifest            |  1 +
 dev-python/xcffib/xcffib-0.7.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
index 09f49942d52..e8a1c2cae5b 100644
--- a/dev-python/xcffib/Manifest
+++ b/dev-python/xcffib/Manifest
@@ -1,3 +1,4 @@
 DIST xcffib-0.4.0.tar.gz 74715 BLAKE2B e0e7d84cdb39a022225623fdefab7a5f8e6de2490b31b28b3a37dd8cff73286c5d418a6abde704a306d7a43ae1b4bebc8bf63aa27b0a055b21ed52bab8f6767e SHA512 ac144ffdfb559ae2ee8d4a23c937989ca4e28f913b2d27f1240725c8398ede1a7a010a0d861998151923d235d5e04799d8df8496c9ec8005a2286825dcd59bd7
 DIST xcffib-0.5.1.tar.gz 81274 BLAKE2B 17e19d16a5d1b5699a10bc93c80327ba2d4c38d18c704b99f7e81a083ab8879f19dbb67b11cd0eebc47b8286c3f4413be089759bc49455674847593465dcc97e SHA512 ed13a43e301c6713c3831261bd94444d3961f805c39cc72dbe05f986eafb24e4f53f653045b84b57b4046a3ac763b20bd661298af5e6cc57978c57d68d2a0a39
 DIST xcffib-0.6.0.tar.gz 84360 BLAKE2B 0947e1a20e9ad73f77e6cb000ed9fc8d70e45080edb74c5d25642c2d5ae388cc97461633e8cee1d7676557735b57b9cc1a3de459e54f96888cf7d19451d24c21 SHA512 de78b738f2a75e6569a0529d1fe2844b2cafe48623f25c20a9572ce881cb97325c3823dfe883a2e14bc93d01342f20c4ab561928312f65d0a67364fecb5c8ba5
+DIST xcffib-0.7.0.tar.gz 83895 BLAKE2B b2f8f2a4fcba20bfedc4e174d61900ea20bb8968bbdff73700ceeacd6c9fa36288bfcfd67a7d4206376b3b45e6e51481604e3ea3d6aa6d9ff68eaa49df25a414 SHA512 ad655e897eb08b898e396290c0b4b64a1e228b21fc5ed1fbcb3cc73bae466fa5255d539d864f1a9fdcb1396e73f60a981e00aab82efc343c7f83c8f62a6d31c5

diff --git a/dev-python/xcffib/xcffib-0.7.0.ebuild b/dev-python/xcffib/xcffib-0.7.0.ebuild
new file mode 100644
index 00000000000..35c18bb9fbe
--- /dev/null
+++ b/dev-python/xcffib/xcffib-0.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1
+
+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"
+IUSE="test"
+
+COMMON_DEPEND="x11-libs/libxcb"
+RDEPEND="
+	$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*')
+	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+	dev-python/six[${PYTHON_USEDEP}]
+	${COMMON_DEPEND}"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${COMMON_DEPEND}
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		x11-base/xorg-server[xvfb]
+		x11-apps/xeyes
+	)"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.4.2-test-imports.patch )
+
+python_test() {
+	nosetests -d -v || die
+}


             reply	other threads:[~2019-03-04  8:34 UTC|newest]

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