summaryrefslogtreecommitdiff
path: root/dev-python/python-linux-procfs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/python-linux-procfs
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/python-linux-procfs')
-rw-r--r--dev-python/python-linux-procfs/Manifest5
-rw-r--r--dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild17
-rw-r--r--dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild2
-rw-r--r--dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild16
4 files changed, 2 insertions, 38 deletions
diff --git a/dev-python/python-linux-procfs/Manifest b/dev-python/python-linux-procfs/Manifest
index 3d682484a37f..ac59d718785e 100644
--- a/dev-python/python-linux-procfs/Manifest
+++ b/dev-python/python-linux-procfs/Manifest
@@ -1,6 +1,3 @@
-DIST python-linux-procfs-0.4.6.tar.xz 52640 BLAKE2B 99da58f6b4e127b24acce2cb37b86c7e8aba4d85c8911be96dc54bf18499b6783af5434e93e85a82ccabe7903ae8884e41b7f74a4bad5ab472556bea78c0db25 SHA512 81dc936c76c2b3272dde85148bfa929e13531c43f7aa61da3def7546fd8c2a257b130f8ae100f1d53936d3dfaebb1ef5b52c022d146f3ed7ef00359a24d05b89
DIST python-linux-procfs-0.6.1.tar.xz 18540 BLAKE2B efda66e0264db15b0c1904b9dca631683d089207abe57d165a25e71f68194c249a22394c997a13a71b0333aa27dbe7ac1b47488f715e22655d0f9217346d7ce7 SHA512 14f7510828d5a3eea1a8267041b604046392dbb8d7980b03b4d10bdefa88a89a5f69acdfea77255ba664c2ef33ce52273490214b3f76d2865e7b1dcc83e8e265
-EBUILD python-linux-procfs-0.4.6.ebuild 501 BLAKE2B 30ad361f2a4e591ccdcaf720d6910abe5d15396632dbfe2bb18f70713d459d233a20a535475f27aa4848b8a15566f9f96285bc59ca938e66052e08636ce01a41 SHA512 76def4b37e30fec7489f643b25f0ac3e1562c698d768406f40377cee0bfcf3bd4298d1225fd920c979612006008b66b9614d0ec57a765504af7344b0d9924c7d
-EBUILD python-linux-procfs-0.6.1.ebuild 597 BLAKE2B 7032d7d437cd0c0342fb41fbc828ce6d239e9f71e5ac393e0e7fb5289f5f202664974065e41c1a0dc3d7b88f9a869204aa5222953047e508947777240972671e SHA512 5b572183a5114bd84ff463eb75e7c1979329c531de7f547b9022d0c06ce29d6183a75b89b41ebf0684ca12d620dc1da3590360bc89c1f9541961d198ca6b0aa4
-EBUILD python-linux-procfs-9999.ebuild 527 BLAKE2B 97617ae00262f5ea3114947f493d8739f74c774ee16ce9872de537abaa3463fdc38c3e5aeed503e37da41151e9c4b52b118aa76d44d2164ab86421e86f693142 SHA512 20b4b00a0a95b76b658c7529a5fe42e2368f42761cd75235efed56f7a10efbbf91768b38a885067661fd77acfd1ab6b780359da8b2c6fe711913c6c3b2b329a2
+EBUILD python-linux-procfs-0.6.1.ebuild 587 BLAKE2B e88e5723d96a669636c4663e17d889a9adfaf9dcd5f1e11523effbedc0ac76f445e6696976861bd3ebcd078c58e2e4b8ac0c33440e1460383eb11812dcf07ea3 SHA512 215defbefe665b4f94792afc164b11df0627df6bfacd4fbdb3308ec4fdd3bc560f76d4235adc75a9ecf804fcf301466da469e423effa0b813ab600773528cfe6
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild
deleted file mode 100644
index cb57ea51104f..000000000000
--- a/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-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="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
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
index d26695838457..c0a906f2109d 100644
--- 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
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild
deleted file mode 100644
index 64316e8b6b30..000000000000
--- a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-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/"
-EGIT_REPO_URI="https://www.kernel.org/pub/scm/libs/python/${PN}/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"