dev-python/suelta/suelta-9999.ebuild
changeset 113 ecd1fe3b4ff2
child 162 3a08c6a2cef4
equal deleted inserted replaced
111:5992b254421e 113:ecd1fe3b4ff2
       
     1 # Copyright 1999-2013 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=5
       
     6 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
       
     7 
       
     8 inherit distutils-r1 git-2
       
     9 
       
    10 EGIT_REPO_URI="git://github.com/legastero/Suelta.git"
       
    11 
       
    12 DESCRIPTION="A pure Python SASL Client library"
       
    13 HOMEPAGE="https://github/legastero/Suelta"
       
    14 SRC_URI=""
       
    15 
       
    16 LICENSE="MIT"
       
    17 SLOT="0"
       
    18 KEYWORDS="~amd64"
       
    19 IUSE=""
       
    20 
       
    21 DEPEND=""
       
    22 RDEPEND="${DEPEND}"