* [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1.ebuild ChangeLog
@ 2012-08-27 8:44 Patrick Lauer (patrick)
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-27 8:44 UTC (permalink / raw
To: gentoo-commits
patrick 12/08/27 08:44:17
Modified: ChangeLog
Added: pyudev-0.16.1.ebuild
Log:
Bump for #429490
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.15 dev-python/pyudev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 29 Apr 2012 14:52:19 -0000 1.14
+++ ChangeLog 27 Aug 2012 08:44:17 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyudev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.14 2012/04/29 14:52:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.15 2012/08/27 08:44:17 patrick Exp $
+
+*pyudev-0.16.1 (27 Aug 2012)
+
+ 27 Aug 2012; Patrick Lauer <patrick@gentoo.org> +pyudev-0.16.1.ebuild:
+ Bump for #429490
29 Apr 2012; Markus Meier <maekke@gentoo.org> pyudev-0.15.ebuild:
x86 stable, bug #401639
@@ -66,4 +71,3 @@
25 Jul 2010; Stefan Briesenick <sbriesen@gentoo.org> +pyudev-0.2.ebuild,
+metadata.xml:
initial commit.
-
1.1 dev-python/pyudev/pyudev-0.16.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.1&content-type=text/plain
Index: pyudev-0.16.1.ebuild
===================================================================
# Copyright 1999-2012 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.ebuild,v 1.1 2012/08/27 08:44:17 patrick Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] *-jython"
#DISTUTILS_SRC_TEST="py.test" # FIXME: some tests are known to fail
inherit distutils
DESCRIPTION="Python binding to libudev"
HOMEPAGE="http://packages.python.org/pyudev/ http://pypi.python.org/pypi/pyudev"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pygobject pyqt4 pyside"
RDEPEND=">=sys-fs/udev-151
pygobject? ( dev-python/pygobject:2 )
pyqt4? ( dev-python/PyQt4 )
pyside? ( dev-python/pyside )"
DEPEND="${RDEPEND}
dev-python/setuptools"
# test? ( dev-python/mock )"
DOCS="CHANGES.rst README.rst"
src_prepare() {
distutils_src_prepare
# tests: fix run_path
sed -i -e "s|== \('/run/udev'\)|in (\1,'/dev/.udev')|g" tests/test_core.py
if ! use pygobject; then
rm -f pyudev/glib.py
sed -i -e "s|[, ]*GlibBinding()||g" tests/test_observer.py
fi
if ! use pyqt4; then
rm -f pyudev/pyqt4.py
sed -i -e "s|Qt4Binding('PyQt4')[, ]*||g" tests/test_observer.py
fi
if ! use pyside; then
rm -f pyudev/pyside.py
sed -i -e "s|Qt4Binding('PySide')[, ]*||g" tests/test_observer.py
fi
if ! use pyqt4 && ! use pyside; then
rm -f pyudev/_qt_base.py
fi
if ! use pyqt4 && ! use pyside && ! use pygobject; then
rm -f tests/test_observer.py
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1.ebuild ChangeLog
@ 2012-11-02 10:12 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2012-11-02 10:12 UTC (permalink / raw
To: gentoo-commits
idella4 12/11/02 10:12:34
Modified: pyudev-0.16.1.ebuild ChangeLog
Log:
test phase returned in working order; fixes bug #423483
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-python/pyudev/pyudev-0.16.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?r1=1.1&r2=1.2
Index: pyudev-0.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyudev-0.16.1.ebuild 27 Aug 2012 08:44:17 -0000 1.1
+++ pyudev-0.16.1.ebuild 2 Nov 2012 10:12:34 -0000 1.2
@@ -1,12 +1,12 @@
# Copyright 1999-2012 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.ebuild,v 1.1 2012/08/27 08:44:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v 1.2 2012/11/02 10:12:34 idella4 Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45] *-jython"
-#DISTUTILS_SRC_TEST="py.test" # FIXME: some tests are known to fail
+RESTRICT_PYTHON_ABIS="2.[5] *-jython"
+DISTUTILS_SRC_TEST="py.test"
inherit distutils
@@ -24,14 +24,15 @@
pyqt4? ( dev-python/PyQt4 )
pyside? ( dev-python/pyside )"
DEPEND="${RDEPEND}
- dev-python/setuptools"
- # test? ( dev-python/mock )"
+ dev-python/setuptools
+ test? ( dev-python/mock )"
DOCS="CHANGES.rst README.rst"
src_prepare() {
distutils_src_prepare
+ # tests are known to pass then fail on alternate runs
# tests: fix run_path
sed -i -e "s|== \('/run/udev'\)|in (\1,'/dev/.udev')|g" tests/test_core.py
@@ -53,4 +54,6 @@
if ! use pyqt4 && ! use pyside && ! use pygobject; then
rm -f tests/test_observer.py
fi
+
+ ewarn "if your PORTAGE_TMPDIR is longer in length then "/var/tmp/", change it to /var/tmp to ensure tests will pass"
}
1.16 dev-python/pyudev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 27 Aug 2012 08:44:17 -0000 1.15
+++ ChangeLog 2 Nov 2012 10:12:34 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyudev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.15 2012/08/27 08:44:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.16 2012/11/02 10:12:34 idella4 Exp $
+
+ 03 Nov 2012; Ian Delaney <idella4@gentoo.org> pyudev-0.16.1.ebuild:
+ test phase returned in working order; fixes bug #423483
*pyudev-0.16.1 (27 Aug 2012)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1.ebuild ChangeLog
@ 2013-05-12 20:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-12 20:43 UTC (permalink / raw
To: gentoo-commits
ago 13/05/12 20:43:00
Modified: pyudev-0.16.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #469474
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/pyudev/pyudev-0.16.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?r1=1.3&r2=1.4
Index: pyudev-0.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyudev-0.16.1.ebuild 28 Nov 2012 17:57:03 -0000 1.3
+++ pyudev-0.16.1.ebuild 12 May 2013 20:43:00 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.ebuild,v 1.3 2012/11/28 17:57:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v 1.4 2013/05/12 20:43:00 ago Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
@@ -16,7 +16,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="pygobject pyqt4 pyside"
RDEPEND="virtual/udev
1.18 dev-python/pyudev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 28 Nov 2012 17:57:03 -0000 1.17
+++ ChangeLog 12 May 2013 20:43:00 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyudev
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.17 2012/11/28 17:57:03 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.18 2013/05/12 20:43:00 ago Exp $
+
+ 12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyudev-0.16.1.ebuild:
+ Stable for amd64, wrt bug #469474
28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> pyudev-0.11.ebuild,
pyudev-0.12.ebuild, pyudev-0.13.ebuild, pyudev-0.15.ebuild,
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1.ebuild ChangeLog
@ 2013-05-14 9:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14 9:40 UTC (permalink / raw
To: gentoo-commits
ago 13/05/14 09:40:43
Modified: pyudev-0.16.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #469474
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/pyudev/pyudev-0.16.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild?r1=1.4&r2=1.5
Index: pyudev-0.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyudev-0.16.1.ebuild 12 May 2013 20:43:00 -0000 1.4
+++ pyudev-0.16.1.ebuild 14 May 2013 09:40:43 -0000 1.5
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.4 2013/05/12 20:43:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1.ebuild,v 1.5 2013/05/14 09:40:43 ago Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
@@ -16,7 +16,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="pygobject pyqt4 pyside"
RDEPEND="virtual/udev
1.19 dev-python/pyudev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 12 May 2013 20:43:00 -0000 1.18
+++ ChangeLog 14 May 2013 09:40:43 -0000 1.19
@@ -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.18 2013/05/12 20:43:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.19 2013/05/14 09:40:43 ago Exp $
+
+ 14 May 2013; Agostino Sarubbo <ago@gentoo.org> pyudev-0.16.1.ebuild:
+ Stable for x86, wrt bug #469474
12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyudev-0.16.1.ebuild:
Stable for amd64, wrt bug #469474
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-14 9:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27 8:44 [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 10:12 Ian Delaney (idella4)
2013-05-12 20:43 Agostino Sarubbo (ago)
2013-05-14 9:40 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox