Compare commits
6 Commits
e3f6a57f40
...
a79ebcd9dc
| Author | SHA1 | Date | |
|---|---|---|---|
| a79ebcd9dc | |||
| d4c7c8d9b9 | |||
| 5e699d1726 | |||
| b41ebb0721 | |||
| 4e1a8a1068 | |||
| 8a523372f8 |
7
packages/dev-python/psutil/psutil-5.4.8.exheres-0
Normal file
7
packages/dev-python/psutil/psutil-5.4.8.exheres-0
Normal file
@ -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
Normal file
24
packages/dev-python/psutil/psutil.exlib
Normal file
@ -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]
|
||||
)
|
||||
"
|
||||
|
||||
@ -16,6 +16,6 @@ MYOPTIONS=""
|
||||
DEPENDENCIES="
|
||||
run:
|
||||
dev-python/greenlet[python_abis:*(-)?]
|
||||
net-twisted/TwistedCore[python_abis:*(-)?]
|
||||
net-twisted/Twisted[python_abis:*(-)?]
|
||||
"
|
||||
|
||||
@ -17,7 +17,6 @@ DEPENDENCIES="
|
||||
dev-python/python-application[python_abis:*(-)?]
|
||||
dev-python/python-eventlib[python_abis:*(-)?]
|
||||
dev-python/python-gnutls[>=3.0.0][python_abis:*(-)?]
|
||||
net-twisted/TwistedCore[python_abis:*(-)?]
|
||||
net-twisted/TwistedNames[python_abis:*(-)?]
|
||||
net-twisted/Twisted[python_abis:*(-)?]
|
||||
"
|
||||
|
||||
@ -44,7 +44,7 @@ DEPENDENCIES="
|
||||
dev-python/python-xcaplib[python_abis:*(-)?]
|
||||
dev-python/zopeinterface[python_abis:*(-)?]
|
||||
media-libs/x264[-10bit]
|
||||
net-twisted/TwistedCore[python_abis:*(-)?]
|
||||
net-twisted/Twisted[python_abis:*(-)?]
|
||||
"
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES=(
|
||||
@ -28,7 +28,7 @@ DEPENDENCIES="
|
||||
dev-python/python-eventlib[python_abis:*(-)?]
|
||||
dev-python/python-sipsimple[>=3.0.0][python_abis:*(-)?]
|
||||
dev-python/zopeinterface[python_abis:*(-)?]
|
||||
net-twisted/TwistedCore[python_abis:*(-)?]
|
||||
net-twisted/Twisted[python_abis:*(-)?]
|
||||
"
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES=(
|
||||
Loading…
Reference in New Issue
Block a user