25 lines
598 B
Bash
25 lines
598 B
Bash
# 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]
|
|
)
|
|
"
|
|
|