dev-python/xmppony/xmppony-0.1.ebuild
changeset 1 af44598ccbe3
equal deleted inserted replaced
0:58d5cc68f922 1:af44598ccbe3
       
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=3
       
     6 
       
     7 inherit distutils python
       
     8 
       
     9 DESCRIPTION="xmppony is an XMPP library writtenin python and is distributed
       
    10 under the GPL-3 license"
       
    11 HOMEPAGE="http://xmppony.last-exile.org"
       
    12 SRC_URI="http://xmppony.last-exile.org/sources/${P}.tar.bz2"
       
    13 
       
    14 LICENSE="GPL-3"
       
    15 SLOT="0"
       
    16 KEYWORDS="~amd64"
       
    17 IUSE=""
       
    18 
       
    19 PYTHON_DEPEND="2:5"
       
    20