2016-02-29 15:13:21 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-07-02 13:35:38 +00:00
|
|
|
require setup-py [ import=setuptools multibuild=false blacklist=3 ]
|
2016-04-22 15:42:34 +00:00
|
|
|
require github [ user=yadutaf tag=v${PV} ]
|
2016-02-29 15:13:21 +00:00
|
|
|
|
|
|
|
SUMMARY="A lightweight top like monitor for linux CGroups"
|
2016-04-22 15:42:34 +00:00
|
|
|
HOMEPAGE+=" https://pypi.python.org/pypi/ctop"
|
2016-02-29 15:13:21 +00:00
|
|
|
|
|
|
|
LICENCES="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|