diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-07-28 07:05:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-07-28 07:05:21 +0000 |
commit | 57cf1264215353456c1ef3b7fad3301f74c00ea0 (patch) | |
tree | ee7c698ce57182acdf54253f3e3681302e8b7a08 /dev-python/python-uinput | |
parent | Version bump. Add ruby20, ruby21. (diff) | |
download | gentoo-2-57cf1264215353456c1ef3b7fad3301f74c00ea0.tar.gz gentoo-2-57cf1264215353456c1ef3b7fad3301f74c00ea0.tar.bz2 gentoo-2-57cf1264215353456c1ef3b7fad3301f74c00ea0.zip |
dev-python/python-uinput: Version BUmp; drop unsupported python versions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/python-uinput')
-rw-r--r-- | dev-python/python-uinput/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/python-uinput/python-uinput-0.10.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/python-uinput/python-uinput-0.10.2.ebuild | 26 | ||||
-rw-r--r-- | dev-python/python-uinput/python-uinput-0.9.ebuild | 6 |
4 files changed, 40 insertions, 8 deletions
diff --git a/dev-python/python-uinput/ChangeLog b/dev-python/python-uinput/ChangeLog index b142a7bca7b5..6ddeba81857a 100644 --- a/dev-python/python-uinput/ChangeLog +++ b/dev-python/python-uinput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-uinput -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/ChangeLog,v 1.3 2013/11/13 10:30:16 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/ChangeLog,v 1.4 2014/07/28 07:05:21 jlec Exp $ + +*python-uinput-0.10.2 (28 Jul 2014) + + 28 Jul 2014; Justin Lecher <jlec@gentoo.org> python-uinput-0.9.ebuild, + python-uinput-0.10.1.ebuild, +python-uinput-0.10.2.ebuild: + Version BUmp; drop unsupported python versions *python-uinput-0.10.1 (13 Nov 2013) diff --git a/dev-python/python-uinput/python-uinput-0.10.1.ebuild b/dev-python/python-uinput/python-uinput-0.10.1.ebuild index f72b825a2928..5cc0dffb249c 100644 --- a/dev-python/python-uinput/python-uinput-0.10.1.ebuild +++ b/dev-python/python-uinput/python-uinput-0.10.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.10.1.ebuild,v 1.1 2013/11/13 10:30:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.10.1.ebuild,v 1.2 2014/07/28 07:05:21 jlec Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_{6,7},3_{2,3}}) +PYTHON_COMPAT=(python{2_7,3_4}) inherit distutils-r1 diff --git a/dev-python/python-uinput/python-uinput-0.10.2.ebuild b/dev-python/python-uinput/python-uinput-0.10.2.ebuild new file mode 100644 index 000000000000..04047e3a4436 --- /dev/null +++ b/dev-python/python-uinput/python-uinput-0.10.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.10.2.ebuild,v 1.1 2014/07/28 07:05:21 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_7,3_4}) + +inherit distutils-r1 + +DESCRIPTION="Pythonic API to the Linux uinput kernel module" +HOMEPAGE="http://tjjr.fi/sw/python-uinput/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="virtual/udev" +RDEPEND="${DEPEND}" + +python_prepare_all() { + rm libsuinput/src/libudev.h || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/python-uinput/python-uinput-0.9.ebuild b/dev-python/python-uinput/python-uinput-0.9.ebuild index e767d9295a29..899cbc8a82b1 100644 --- a/dev-python/python-uinput/python-uinput-0.9.ebuild +++ b/dev-python/python-uinput/python-uinput-0.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.9.ebuild,v 1.3 2013/11/13 10:30:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.9.ebuild,v 1.4 2014/07/28 07:05:21 jlec Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_6,2_7}) +PYTHON_COMPAT=(python{2_7,3_4}) inherit distutils-r1 |