diff --git a/packages/dev-python/python-periphery/python-periphery-1.1.1.exheres-0 b/packages/dev-python/python-periphery/python-periphery-1.1.1.exheres-0 new file mode 100644 index 0000000..9961acd --- /dev/null +++ b/packages/dev-python/python-periphery/python-periphery-1.1.1.exheres-0 @@ -0,0 +1,22 @@ +# Copyright 2018 Julian Ospald +# 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" +