Giter Club home page Giter Club logo

Comments (3)

nicolargo avatar nicolargo commented on April 28, 2024

Done: http://pypi.python.org/pypi/Glances

from glances.

benoit-intrw avatar benoit-intrw commented on April 28, 2024

Below a buildout.cfg for glances

# Using buildout to install glances
# 
# Install system dependancies (debian example with python2.7 pinned from wheezy)
#   $ sudo apt-get install build-essential libstatgrab-dev python2.7-dev
#
# Bootstrap buildout
#   $ mkdir glances
#   $ cd glances
#   $ wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
#   $ python2.7 bootstrap.py -d
#   $ bin/buildout
#
# Run glances !
#   $ bin/glances
#
# Note: Having a console script entry point in setup.py will be cleanner that
# defining it in buildout and avoid the dirty extra-path (anyone know a 
# cleanner solution ?)
# See http://guide.python-distribute.org/creation.html#entry-points



[buildout]
parts = 
    pystatgrab-src
    pystatgrab-install
    glances

include-site-packages = false
allowed-eggs-from-site-packages = false

[config]
glances_version = 1.3.4
pystatgrab_version = 0.5
pystatgrab_download_url = http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab

[pystatgrab-src]
recipe = hexagonit.recipe.download
url = ${config:pystatgrab_download_url}/pystatgrab-${config:pystatgrab_version}.tar.gz

[pystatgrab-install]
recipe= iw.recipe.cmd
on_install = true
cmds =
    cd ${buildout:directory}/parts/pystatgrab-src/pystatgrab-${config:pystatgrab_version}
    ${buildout:executable} setup.py install

[glances]
recipe=zc.recipe.egg
extra-paths = 
    ${buildout:eggs-directory}/Glances-${config:glances_version}-py2.7.egg/src/

entry-points = glances=glances:main

eggs = 
    glances == ${config:glances_version}
    pystatgrab == ${config:pystatgrab_version}

from glances.

nicolargo avatar nicolargo commented on April 28, 2024

The file has been include in the HEAD release #5dcd600

from glances.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.