dev-python/psutil: because ::python keeps breaking reverse deps

Этот коммит содержится в:
Julian Ospald 2019-06-07 00:08:30 +08:00
родитель d4c7c8d9b9
Коммит a79ebcd9dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 511B62C09D50CD28
2 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,7 @@
# Copyright 2012-2016 Wulf C. Krueger <philantrop@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
require psutil
PLATFORMS="~amd64 ~x86"

24
packages/dev-python/psutil/psutil.exlib Обычный файл
Просмотреть файл

@ -0,0 +1,24 @@
# Copyright 2012-2016 Wulf C. Krueger <philantrop@exherbo.org>
# 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]
)
"