dev-python/python-evdev: remove 0.6.1

Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
Michael Palimaka
2017-12-21 19:58:39 +11:00
parent c8a4c24c38
commit cd30727c1e
2 changed files with 0 additions and 19 deletions

View File

@@ -1,2 +1 @@
DIST python-evdev-0.6.1.tar.gz 79415 BLAKE2B 959107cbf162de11d52f8ecf96e2dadebab900a1bbc84d9d089afb194df8997c7303b2e5d855ac682fea6afecf126efab6d6986303cae2b2ae0b300b4284251f SHA512 39d3c68352786f5da130addb4d78889987d94b8a0b5ee141e9c9452b0ce3b097884d6ec6832a67d58e0d40290f61ab8dc56cb34cd15de6a9d3da58bab6c1f536
DIST python-evdev-0.7.0.tar.gz 80508 BLAKE2B 9c3048d649d41b7fc0dfa1af14239a0bfbb5b85c577a8de0323cf35eff79324703987b0a5ec27c06fd277f6ddf76bdd1c7b0b2e589d03ec205c8a7eb0afcad70 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a

View File

@@ -1,18 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python library for evdev bindings"
HOMEPAGE="https://python-evdev.readthedocs.org/"
SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"