diff options
author | Nico Suhl <nico@overninethousand.de> | 2016-01-05 22:47:24 +0100 |
---|---|---|
committer | Nico Suhl <nico@overninethousand.de> | 2016-01-05 22:47:24 +0100 |
commit | 65eaef30147c87bfb6406fa277abd2afeada20e6 (patch) | |
tree | c3c0c218b2709cc7bd59c5aae1a197b6ecddb82b /dev-python/basiciw/basiciw-9999.ebuild | |
parent | update upstream for dota2py (diff) | |
download | nico-65eaef30147c87bfb6406fa277abd2afeada20e6.tar.gz nico-65eaef30147c87bfb6406fa277abd2afeada20e6.tar.bz2 nico-65eaef30147c87bfb6406fa277abd2afeada20e6.zip |
add dev-python/basiciw
Diffstat (limited to 'dev-python/basiciw/basiciw-9999.ebuild')
-rw-r--r-- | dev-python/basiciw/basiciw-9999.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/basiciw/basiciw-9999.ebuild b/dev-python/basiciw/basiciw-9999.ebuild new file mode 100644 index 0000000..2d1f800 --- /dev/null +++ b/dev-python/basiciw/basiciw-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="Python wrapper for libiw" +HOMEPAGE="https://github.com/enkore/basiciw/" +EGIT_REPO_URI="https://github.com/enkore/basiciw.git" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |