dev-python/spidev: new package

This commit is contained in:
nemunaire 2018-08-24 12:01:49 +02:00
parent 48f5cb6707
commit 1cb10d8860
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST spidev-3.2.tar.gz 12812 BLAKE2B 56dcb1d69d021dca160d73c0a8157ca519b091c390bcb2248ff73c6078905d302e8b2d7481ba900891168ee920f2da684798ea40c4a380ee48a73f72d33919f7 SHA512 d656e07d5d9e00755e6c36cb2a60fc8ac21119d12e816b014cdb81be695fc99600fe7f99f8c23e5520434555e74c995211830fcfa5a0c4daae5b04b90eb5904c
EBUILD spidev-3.2.ebuild 425 BLAKE2B f1451771b4887691b7664528e37dfbdffd1c5d7f5e84fda4563fb190f22f8f5b0f7500892a6d04979ed312bea681caf4bccad447689fb513c528474291f55135 SHA512 25962d848138fca30967f947d80f89d42e958d221c40eb025cbdea25405f900cc11859561f2e7f3db9570982a4dbc56b442410a665a0320841916814439437dc

View File

@ -0,0 +1,18 @@
# Copyright 1999-2018 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 bindings for Linux SPI access through spidev"
HOMEPAGE="https://github.com/doceme/py-spidev"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DOCS="README.md"