update openvswitch, tuned, python-linux-procfs packages

This commit is contained in:
ikerbs
2020-12-11 02:07:05 +03:00
parent 400c8ec17c
commit ea793cb758
4 changed files with 7 additions and 20 deletions

View File

@ -1,2 +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
EBUILD python-linux-procfs-0.6.1-r1.ebuild 591 BLAKE2B a5b0dadacd7e914948bf4e2ab7759623510bfd7313d899b9ad23138dd58f53495340c13538014f22985ece195142ce4d89cf0e3f3130684d0dc4cb3ced5eefeb SHA512 c83211637339e3df0265084c4a4329ff214d5f2b4ff8f9f36d69fa796e81f8579abaecf72518bfdc294fce96e7326ae3cab508b24488dfe85b6fc926a142c5ff

View File

@ -1,19 +0,0 @@
# 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}]"