From a79ebcd9dc805efc9a2c675230151e839e16ebf4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 7 Jun 2019 00:08:30 +0800 Subject: [PATCH] dev-python/psutil: because ::python keeps breaking reverse deps --- .../dev-python/psutil/psutil-5.4.8.exheres-0 | 7 ++++++ packages/dev-python/psutil/psutil.exlib | 24 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 packages/dev-python/psutil/psutil-5.4.8.exheres-0 create mode 100644 packages/dev-python/psutil/psutil.exlib diff --git a/packages/dev-python/psutil/psutil-5.4.8.exheres-0 b/packages/dev-python/psutil/psutil-5.4.8.exheres-0 new file mode 100644 index 00000000..521d58c4 --- /dev/null +++ b/packages/dev-python/psutil/psutil-5.4.8.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2012-2016 Wulf C. Krueger +# Distributed under the terms of the GNU General Public License v2 + +require psutil + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/psutil/psutil.exlib b/packages/dev-python/psutil/psutil.exlib new file mode 100644 index 00000000..08654fb9 --- /dev/null +++ b/packages/dev-python/psutil/psutil.exlib @@ -0,0 +1,24 @@ +# Copyright 2012-2016 Wulf C. Krueger +# Distributed under the terms of the GNU General Public License v2 + +require pypi setup-py [ import=setuptools test=nose blacklist="none" ] + +SUMMARY="Cross-platform lib for process and system monitoring in Python" + +BUGS_TO="philantrop@exherbo.org" + +LICENCES="BSD-3" +SLOT="0" +MYOPTIONS="" + +# The tests are broken; they try to mess with mount points, devices & other funny +# stuff. (last checked: 5.0.0) +RESTRICT="test" + +DEPENDENCIES=" + build+run: + python_abis:2.7? ( + dev-python/enum34[python_abis:2.7] + ) +" +