From: "Patrick McLean (chutzpah)" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1-r1.ebuild ChangeLog
Date: Tue, 13 Aug 2013 17:54:28 +0000 (UTC) [thread overview]
Message-ID: <20130813175428.9CF722171C@flycatcher.gentoo.org> (raw)
chutzpah 13/08/13 17:54:28
Modified: pyudev-0.16.1-r1.ebuild ChangeLog
Log:
Add python3_3 to PYTHON_TARGETS, disabling the pyside dep for 3.3.
(Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path
1.3 dev-python/pyudev/pyudev-0.16.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?r1=1.2&r2=1.3
Index: pyudev-0.16.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyudev-0.16.1-r1.ebuild 2 Aug 2013 08:23:23 -0000 1.2
+++ pyudev-0.16.1-r1.ebuild 13 Aug 2013 17:54:28 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v 1.2 2013/08/02 08:23:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v 1.3 2013/08/13 17:54:28 chutzpah Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
@@ -20,7 +20,7 @@
RDEPEND="virtual/udev
pygobject? ( dev-python/pygobject:2[$(python_gen_usedep 'python2*')] )
pyqt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
- pyside? ( dev-python/pyside[${PYTHON_USEDEP}] )"
+ pyside? ( dev-python/pyside[$(python_gen_usedep '!(python3_3)')] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}]
@@ -28,7 +28,8 @@
DOCS=( CHANGES.rst README.rst )
-REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )"
+REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )
+ pyside? ( $(python_gen_useflags '!(python3_3)') )"
python_prepare_all() {
# tests are known to pass then fail on alternate runs
1.23 dev-python/pyudev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 2 Aug 2013 08:23:23 -0000 1.22
+++ ChangeLog 13 Aug 2013 17:54:28 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyudev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.22 2013/08/02 08:23:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.23 2013/08/13 17:54:28 chutzpah Exp $
+
+ 13 Aug 2013; Patrick McLean <chutzpah@gentoo.org> pyudev-0.16.1-r1.ebuild:
+ Add python3_3 to PYTHON_TARGETS, disabling the pyside dep for 3.3.
02 Aug 2013; Michał Górny <mgorny@gentoo.org> pyudev-0.16.1-r1.ebuild:
Add missing dep on pytest.
next reply other threads:[~2013-08-13 17:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-13 17:54 Patrick McLean (chutzpah) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1-r1.ebuild ChangeLog Michal Gorny (mgorny)
2014-09-30 5:30 Ian Delaney (idella4)
2014-08-25 15:01 Manuel Rueger (mrueg)
2014-08-01 8:35 Markus Meier (maekke)
2013-08-02 8:23 Michal Gorny (mgorny)
2013-07-26 20:45 Michal Gorny (mgorny)
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=20130813175428.9CF722171C@flycatcher.gentoo.org \
--to=chutzpah@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