diff --git a/dev-python/spidev/Manifest b/dev-python/spidev/Manifest new file mode 100644 index 000000000..1f20d51d9 --- /dev/null +++ b/dev-python/spidev/Manifest @@ -0,0 +1 @@ +DIST spidev-3.8.tar.gz 13893 BLAKE2B 4a31215c21b20f2e3f4a46431eaa7ebdda7d3a6545b80effb099fcd5111d83f05fa1207249d7f2200e9928cadcc2da302ec67c3734cb5d88486afc416ac135bd SHA512 ef5e2e68cd8ce43d5738cb1d03e48a66f683afc9649379934382babf20b432c39a4261068e43763ff8491960d6734870c9daf91460cb07f7edfdbdc409bc0788 diff --git a/dev-python/spidev/spidev-3.8.ebuild b/dev-python/spidev/spidev-3.8.ebuild new file mode 100644 index 000000000..a658538cf --- /dev/null +++ b/dev-python/spidev/spidev-3.8.ebuild @@ -0,0 +1,17 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="setuptools" +inherit distutils-r1 + +DESCRIPTION="Python bindings for Linux SPI access through spidev" +HOMEPAGE="http://github.com/doceme/py-spidev" +SRC_URI="https://files.pythonhosted.org/packages/67/87/039b6eeea781598015b538691bc174cc0bf77df9d4d2d3b8bf9245c0de8c/spidev-3.8.tar.gz -> spidev-3.8.tar.gz +" +SLOT="0" +LICENSE="MIT" +KEYWORDS="*" +S="${WORKDIR}/spidev-3.8"