public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/
Date: Mon, 10 Oct 2016 07:39:18 +0000 (UTC)	[thread overview]
Message-ID: <1476085151.309031fc6ffddceee447ce194bddcbe032e67acd.monsieurp@gentoo> (raw)

commit:     309031fc6ffddceee447ce194bddcbe032e67acd
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 06:24:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 07:39:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309031fc

dev-python/python-xlib: version bump to 0.17.

- Project has moved to GitHub: https://github.com/python-xlib/python-xlib
- Support for Python 3 (3.3, 3.4 and 3.5) has been added.

Gentoo-Bug: https://bugs.gentoo.org/591292
Package-Manager: portage-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/2502

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-python/python-xlib/Manifest                |  1 +
 dev-python/python-xlib/python-xlib-0.17.ebuild | 52 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 1e3981c..cb4d523 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 SHA256 823734489fc8c47113deb606fdc7142759d4c45546014255af8c5b8787b9accb SHA512 e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a WHIRLPOOL bdca7c97cfbf438cce6297d5d035488986886d95f6f80014c9d9b1966720b98600b13f6dc09b6aed209787833e3174a0bf8444c3ba9c46e9f106051b978d322b
+DIST python-xlib-0.17.tar.bz2 185804 SHA256 600e820e340528184a873c5c4dccc67d7e4c34d658606fffadb02f32b5edd38a SHA512 0c3346de00304f8028492ef1eb7a9d0e22e750f9d51714e5a458e734218ef69760a07a5b3436eda70c9a952d52848757e1ead520bdaaefaf1b6575e0cc299b88 WHIRLPOOL 81d73930abe5277a0daa7ab2b245172315eff311d30dff532a9c10997d7d7ffd8de9d7f8a0ee2992b18f5ad58734511b30916c9c3f45ba34555f09750710c1e6

diff --git a/dev-python/python-xlib/python-xlib-0.17.ebuild b/dev-python/python-xlib/python-xlib-0.17.ebuild
new file mode 100644
index 00000000..2213985
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.17.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+	sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
+	cp -r "${FILESDIR}"/defs doc/src/ || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	if use doc; then
+		cd doc || die
+		VARTEXFONTS="${T}"/fonts emake html
+	fi
+}
+
+python_test() {
+	cd test || die
+
+	local t
+	for t in *.py; do
+		"${EPYTHON}" "${t}" || die
+	done
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-10-10  7:39 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10  7:39 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-13 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/ Arthur Zamarin
2025-03-02  8:21 Sam James
2025-02-27 21:14 Michał Górny
2025-01-20  5:34 Michał Górny
2024-06-29 14:47 Arthur Zamarin
2024-06-24  9:38 Petr Vaněk
2023-11-24 14:19 Michał Górny
2023-06-07  9:27 Sam James
2023-02-03 12:33 Sam James
2023-02-03 12:31 Arthur Zamarin
2023-02-03 12:24 Arthur Zamarin
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-12-31 11:32 Arthur Zamarin
2022-12-31 10:57 Arthur Zamarin
2022-12-26  7:10 Michał Górny
2022-11-02  7:37 Michał Górny
2022-10-25  9:04 Michał Górny
2022-10-25  7:33 Sam James
2022-07-02 16:05 Jakov Smolić
2022-07-02 13:12 Arthur Zamarin
2022-06-01 10:55 Andrew Ammerlaan
2021-10-19  0:12 Sam James
2021-10-11  8:35 Marek Szuba
2021-08-08  8:22 Michał Górny
2021-08-08  7:45 Agostino Sarubbo
2021-08-07 23:37 Sam James
2021-08-07 14:49 Sam James
2021-07-02 21:02 Michał Górny
2021-06-24  8:20 Michał Górny
2021-06-24  4:29 Agostino Sarubbo
2021-06-24  4:28 Agostino Sarubbo
2021-06-24  4:26 Agostino Sarubbo
2021-05-15 21:18 Michał Górny
2021-03-11  7:18 Joonas Niilola
2021-01-06 11:19 Michał Górny
2021-01-06 11:00 Sam James
2020-12-27 11:38 Sergei Trofimovich
2020-12-27  4:28 Sam James
2020-11-22 15:26 Michał Górny
2020-11-03  8:24 Michał Górny
2020-11-02 23:51 Sam James
2020-10-25 23:42 Thomas Deutschmann
2020-10-24 17:46 Sergei Trofimovich
2020-09-20  6:28 Michał Górny
2020-08-02 22:04 Sam James
2020-08-02  9:21 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-04 14:12 Agostino Sarubbo
2020-05-04 11:44 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-04-08 18:17 Sebastian Pipping
2020-03-28 21:11 Michał Górny
2020-03-08 16:56 Sebastian Pipping
2019-01-22 13:49 Sebastian Pipping
2018-04-20 21:06 Michał Górny
2017-05-02 15:15 Michał Górny
2017-04-29 20:22 Sebastian Pipping
2016-11-09 14:04 Pacho Ramos
2016-03-15 11:26 Agostino Sarubbo

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=1476085151.309031fc6ffddceee447ce194bddcbe032e67acd.monsieurp@gentoo \
    --to=monsieurp@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