forked from hasufell/hasufell-repository
23 lines
566 B
Bash
23 lines
566 B
Bash
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require github [ user="vsergeev" ]
|
|
require pypi
|
|
require setup-py [ import=setuptools test=pytest ]
|
|
|
|
SUMMARY="A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
|
|
HOMEPAGE="https://github.com/vsergeev/python-periphery ${HOMEPAGE}"
|
|
|
|
LICENCES="MIT"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64 ~x86"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
test:
|
|
dev-python/pytest-runner[python_abis:*(-)?]
|
|
"
|
|
|
|
BUGS_TO="hasufell@posteo.de"
|
|
|