diff --git a/dev-python/python-linux-procfs/Manifest b/dev-python/python-linux-procfs/Manifest new file mode 100644 index 0000000..d95ef8e --- /dev/null +++ b/dev-python/python-linux-procfs/Manifest @@ -0,0 +1,2 @@ +DIST python-linux-procfs-0.6.1.tar.xz 18540 BLAKE2B efda66e0264db15b0c1904b9dca631683d089207abe57d165a25e71f68194c249a22394c997a13a71b0333aa27dbe7ac1b47488f715e22655d0f9217346d7ce7 SHA512 14f7510828d5a3eea1a8267041b604046392dbb8d7980b03b4d10bdefa88a89a5f69acdfea77255ba664c2ef33ce52273490214b3f76d2865e7b1dcc83e8e265 +EBUILD python-linux-procfs-0.6.1.ebuild 590 BLAKE2B 2cfa62b01bc0a6675b36efb62a1b614356cbf4c7552f7565a67792284bd72f2fe017489daf1f8996466fd44ed7fc99a620dc11b250994891c3c42d97075cfa46 SHA512 789d23287ebb6eecc18da6535eb3df4a52d920d1ac9d0e673c5b7bda9299a7d0680a2cf0f7c750bf153260378831e1753813d4513229d2f34986bf6f2849a426 diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild new file mode 100644 index 0000000..7badd33 --- /dev/null +++ b/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Python classes to extract information from the Linux kernel /proc files" +HOMEPAGE="https://www.kernel.org/pub/scm/libs/python/python-linux-procfs/ + https://kernel.googlesource.com/pub/scm/libs/python/python-linux-procfs/python-linux-procfs/" +SRC_URI="https://cdn.kernel.org/pub/software/libs/python/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"