diff --git a/dev-python/python-can/Manifest b/dev-python/python-can/Manifest new file mode 100644 index 0000000..74f0865 --- /dev/null +++ b/dev-python/python-can/Manifest @@ -0,0 +1,3 @@ +DIST python-can-3.3.3.tar.gz 176822 BLAKE2B c07c4f0945f1a24fb97dcc7858bc43a9e777569aef6c0086d4f659f5a5f2a332b5ec1306c89e91cc6d72524430c31e3d4f0203e3888204dc53446ca8f6f42d9c SHA512 0827bf97ea6f76665ae38b66236fcccac867eeb14bebba9b10cd9f98c8f4294cab1efe3761f332aadce2c8be90b8d90edaab2919392561907e90f04721eef298 +EBUILD python-can-3.3.3.ebuild 463 BLAKE2B d3209e223d75aa40e7659b72b91397e129b9d2e71067aa93a16eebebb3fa4bb5684393bb0e47a61fa9821e027214d568a5757cb1cb6f4c34249894c2c88b29ee SHA512 eb97c5b10a5378854e74b1bd10110965b83360fc6404f314d4caa95ee98a2638fb2ffbee764970becf261ad4da063d2c42e370a2d2e09e5fd6ece102ff1766cb +MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/python-can/metadata.xml b/dev-python/python-can/metadata.xml new file mode 100644 index 0000000..244fc29 --- /dev/null +++ b/dev-python/python-can/metadata.xml @@ -0,0 +1,7 @@ + + + + + ischluff@mailbox.org + + diff --git a/dev-python/python-can/python-can-3.3.3.ebuild b/dev-python/python-can/python-can-3.3.3.ebuild new file mode 100644 index 0000000..45321cf --- /dev/null +++ b/dev-python/python-can/python-can-3.3.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_7 python3_8 ) +inherit distutils-r1 + +DESCRIPTION="Controller Area Network interface module for Python" +HOMEPAGE="https://python-can.readthedocs.io/en/master/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +BDEPEND="${RDEPEND}"