dev-python/pyusb: version bump
This commit is contained in:
parent
f9ac6cf433
commit
69a0fa123c
2
dev-python/pyusb/Manifest
Normal file
2
dev-python/pyusb/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST pyusb-1.0.2.tar.gz 54220 SHA256 4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362 SHA512 218d118c8572ed548d2317725a9717c0a442eb67c05148ccd90505a407bd8821a1519f511abc14f96b8e09d914f5a35f57cfabd57c47cb9b3fcd8b61947375a2 WHIRLPOOL b92949e81823833da3cc50ae2acda946e93403af787146955865b75f28d88e096e55fa55c241ac0056f155d167633cb98af297de41b0d4ae912d544972104e44
|
||||
EBUILD pyusb-1.0.2.ebuild 572 SHA256 66bf31788d9bbe5f865cacaf05760f81abc1e37d8ccbad774ef2c04e0574f5ec SHA512 ff4e8aa9627eab6bd7739ab6a54d56eaa538b7be4c11691e7c07cd6a246ffd941a70b87897e15b850c2e5bd8e2016c13939fc5d9ffae4bf147c6ad988af56d1c WHIRLPOOL b425588d5a8bd57a8542d1af08b94d8975099a73762326ef6fb0e6a6f884e42d2ec1a28e54f9860ce5f03c60cd778c384e3097337a58049c23edb18a18ac7402
|
23
dev-python/pyusb/pyusb-1.0.2.ebuild
Normal file
23
dev-python/pyusb/pyusb-1.0.2.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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="USB support for Python"
|
||||
HOMEPAGE="http://walac.github.io/pyusb/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
### This version is compatible with both 0.X and 1.X versions of libusb
|
||||
DEPEND="virtual/libusb:=
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS="README.rst docs/tutorial.rst"
|
Loading…
Reference in New Issue
Block a user