From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/accerciser/
Date: Sat, 8 Oct 2016 16:09:00 +0000 (UTC) [thread overview]
Message-ID: <1475942684.5ed5699ba58520528be800333ab3257823e1a9f4.pacho@gentoo> (raw)
commit: 5ed5699ba58520528be800333ab3257823e1a9f4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 15:55:44 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 16:04:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed5699b
app-accessibility/accerciser: Support python 3.5 and bump eapi
Package-Manager: portage-2.3.1
.../accerciser/accerciser-3.14.0-r1.ebuild | 66 ++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/app-accessibility/accerciser/accerciser-3.14.0-r1.ebuild b/app-accessibility/accerciser/accerciser-3.14.0-r1.ebuild
new file mode 100644
index 00000000..de06071
--- /dev/null
+++ b/app-accessibility/accerciser/accerciser-3.14.0-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+PYTHON_REQ_USE="xml"
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Interactive Python accessibility explorer"
+HOMEPAGE="https://wiki.gnome.org/Apps/Accerciser"
+
+LICENSE="BSD CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=app-accessibility/at-spi2-core-2.5.2:2
+ >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
+ >=x11-libs/gtk+-3.1.13:3[introspection]
+
+ dev-libs/atk[introspection]
+ >=dev-libs/glib-2.28:2
+ dev-libs/gobject-introspection:=
+ >=dev-python/ipython-0.11[${PYTHON_USEDEP}]
+ >=dev-python/pyatspi-2.1.5[${PYTHON_USEDEP}]
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ x11-libs/gdk-pixbuf[introspection]
+ x11-libs/libwnck:3[introspection]
+ x11-libs/pango[introspection]
+ ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.35
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # Leave shebang alone
+ sed 's:@PYTHON@:/usr/bin/python:' -i src/accerciser.in || die
+
+ python_copy_sources
+}
+
+src_configure() {
+ python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+ installing() {
+ gnome2_src_install
+ python_doscript src/accerciser
+ }
+ python_foreach_impl run_in_build_dir installing
+}
next reply other threads:[~2016-10-08 16:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-08 16:09 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-13 11:52 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/accerciser/ Gilles Dartiguelongue
2017-01-22 16:18 Pacho Ramos
2017-04-19 8:03 David Seifert
2017-12-09 14:21 Pacho Ramos
2020-07-11 7:52 Mart Raudsepp
2020-07-19 7:43 Agostino Sarubbo
2020-07-20 6:42 Agostino Sarubbo
2020-08-02 7:16 Mart Raudsepp
2020-12-04 14:47 Aaron Bauman
2021-03-13 3:51 Matt Turner
2021-07-08 13:21 Mart Raudsepp
2022-07-29 16:08 Matt Turner
2023-10-19 14:53 Pacho Ramos
2024-04-06 21:07 Arthur Zamarin
2024-06-19 9:15 Pacho Ramos
2024-07-15 19:00 Pacho Ramos
2024-07-16 7:03 Pacho Ramos
2024-11-09 12:29 Pacho Ramos
2024-11-09 12:29 Pacho Ramos
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=1475942684.5ed5699ba58520528be800333ab3257823e1a9f4.pacho@gentoo \
--to=pacho@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