[dev-python/python-uinput] New ebuild, required by gnome15

This commit is contained in:
Danilo Pianini
2012-03-17 13:50:34 +01:00
parent 598b878a8d
commit 0b3ef62fc6
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST python-uinput-0.3.3.tar.gz 24229 RMD160 f4dc490890ffccdcd33cae56d107b8cbd89df56b SHA1 907a96532725942f0e8b3e5ec5fe23208231454e SHA256 bf132b03c7af88a96ed618c319526711a81c7e1fba1e6408539cbb60a166e6cb
EBUILD python-uinput-0.3.3.ebuild 412 RMD160 b5491edf756e408e756be32a4e69df0a759d3c03 SHA1 c2adfcfc0018d39e20fb0a4927164d3bf792a633 SHA256 4ba5c7b61761416f2c5376cc72abc3ee9fca6d4c8dfc4273b205fbe138ab4ac8
@@ -0,0 +1,18 @@
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Python API to the Linux uinput-system."
HOMEPAGE="http://codegrove.org/projects/python-uinput/"
SRC_URI="http://pypi.python.org/packages/source/p/python-uinput/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="dev-libs/libsuinput"
DEPEND="${RDEPEND}"
RESTRICT_PYTHON_ABIS="3.*"