From: Michał Górny Date: Fri, 5 Jan 2018 17:22:30 +0000 (+0100) Subject: dev-python/psutil: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=049b808e2e314e242f32c0e2451abe63c92bd7db;p=gentoo.git dev-python/psutil: Clean old up --- diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest index e4536106f14c..0e84cd13a7ba 100644 --- a/dev-python/psutil/Manifest +++ b/dev-python/psutil/Manifest @@ -1,3 +1 @@ -DIST psutil-5.2.2.tar.gz 348413 BLAKE2B 4a694aa80db75f4c967e60c05fe2d595f6d7f9fad3576e83fa61cd46abbfac226762610f3486e3a829b5281864ab496d1dd1329a2363050f16c30f1a0251838b SHA512 df4878d03a6ff98beb611969edd5a4d704ac269d38dc286d84def3ca271936e03367241470f2a192e0d71d0f64fe1f252223b0d67e964918146334a807d1a997 -DIST psutil-5.4.0.tar.gz 406945 BLAKE2B 9814d6f2a1e677a5858d78142cd51467c9a9884c4b4b859e903f8351a5e605b56f41d8afb9000ce93e62e6bd28f0fecf111171c042edd9d9deeb3d28e9bb03ba SHA512 2a971518a7507c20885981707b6bfa608c1105503965750f7e4d9316f91cf079c5a33208bbc6134f4fcb1d581422cc72a5b119a329682441f52caca27aa65b30 DIST psutil-5.4.1.tar.gz 408489 BLAKE2B 867dd9b535134ff2ef5960f774891eb4743afc5857c4e0ba7306bd4feb42f3b255a6174a092eff2814f3e2ec9d29179d23ffe495ca85dba56fc42616e67c9a8b SHA512 84d9f61cc6c51798d98ac2f727a50d85de32171645d01abf85d4f8c58bdb3b40997ab717f859de3ea21cf5b24867e1a416ee3036d6167d3fe735eca4607a110f diff --git a/dev-python/psutil/psutil-5.2.2.ebuild b/dev-python/psutil/psutil-5.2.2.ebuild deleted file mode 100644 index babbf0e2aaf1..000000000000 --- a/dev-python/psutil/psutil-5.2.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -RESTRICT="test" - -python_test() { - ${PYTHON} psutil/tests/runner.py || die -} diff --git a/dev-python/psutil/psutil-5.4.0.ebuild b/dev-python/psutil/psutil-5.4.0.ebuild deleted file mode 100644 index ab3ee8d3bb2f..000000000000 --- a/dev-python/psutil/psutil-5.4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -RESTRICT="test" - -python_test() { - ${PYTHON} psutil/tests/runner.py || die -}