Metadata-Version: 1.0
Name: g-pypi
Version: 0.1.1
Summary: Tool for creating Gentoo ebuilds by querying PyPI (The Cheese Shop)
Home-page: http://tools.assembla.com/g-pypi/
Author: Rob Cakebread
Author-email: gentoodev a t gmail . com
License: GPL-2
Description: 
        g-pypi
        =====
        
        http://tools.assembla.com/g-pypi
        
        
        Basic Usage
        ===========
        
        Output ebuild to stdout:
        g-pypi -p package name
        
        
        Write ebuild to your overlay:
        g-pypi package name
        
        
        By default your first overlay listed in /etc/make.conf PORTDIR_OVERLAY
        is used. If you want to use a different one, edit ~/.g-pypirc
        
        By default your first KEYWORD listed in /etc/make.conf KEYWORDS
        is used. If you want to use a different one, edit ~/.g-pypirc
        
        
        You can over-ride some variables if g-pypi can't figure out the
        PN, PV etc.
        
        -n or --PN=package-name
        -v or --PV=version
        --MY_P=my_p
        --MY_PN=my_pn
        --MY_PV=my_pv
        
        
        If you don't specify a portage category with '-c' the ebuild will be
        placed in dev-python
        
        Use '-V' for verbose output for debugging.
        
        
        INSTALL
        =======
        
        g-pypi is available in my overlay directory:
        
        If you haven't emerged and configured app-portage/layman:
        emerge layman
        echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
        
        layman --add pythonhead
        emerge g-pypi
        
        
Keywords: gentoo ebuilds PyPI setuptools cheeseshop distutils eggs portage package management
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
