summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Suhl <nico@overninethousand.de>2016-01-05 22:47:24 +0100
committerNico Suhl <nico@overninethousand.de>2016-01-05 22:47:24 +0100
commit65eaef30147c87bfb6406fa277abd2afeada20e6 (patch)
treec3c0c218b2709cc7bd59c5aae1a197b6ecddb82b /dev-python/basiciw/basiciw-9999.ebuild
parentupdate upstream for dota2py (diff)
downloadnico-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.ebuild20
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}"