diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:21:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:46:57 +0100 |
commit | 4ca3d454ae42b33955d6d19637b919a8c3571cab (patch) | |
tree | 7546315d63bbafa1629c946fabf5410f9fea3049 /dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild | |
parent | sys-apps/tuned: Remove old (py2) (diff) | |
download | gentoo-4ca3d454ae42b33955d6d19637b919a8c3571cab.tar.gz gentoo-4ca3d454ae42b33955d6d19637b919a8c3571cab.tar.bz2 gentoo-4ca3d454ae42b33955d6d19637b919a8c3571cab.zip |
dev-python/python-linux-procfs: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild')
-rw-r--r-- | dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
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" |