summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2010-11-08 11:24:09 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2010-11-08 11:24:09 +0000
commit9ec28ef170e8c0436bc2f1b0b5010d6a5c6fc3b3 (patch)
tree85dbe8f120b50ba8558c28adf85b879ccc873de7 /dev-python/python-gflags/python-gflags-1.4.ebuild
parentx86 stable wrt bug #344021 (diff)
downloadgentoo-2-9ec28ef170e8c0436bc2f1b0b5010d6a5c6fc3b3.tar.gz
gentoo-2-9ec28ef170e8c0436bc2f1b0b5010d6a5c6fc3b3.tar.bz2
gentoo-2-9ec28ef170e8c0436bc2f1b0b5010d6a5c6fc3b3.zip
New package: argument parsing library for Python, originally part of dev-cpp/gflags, has been split off to separate package by upstream.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-gflags/python-gflags-1.4.ebuild')
-rw-r--r--dev-python/python-gflags/python-gflags-1.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-gflags/python-gflags-1.4.ebuild b/dev-python/python-gflags/python-gflags-1.4.ebuild
new file mode 100644
index 000000000000..12110341b083
--- /dev/null
+++ b/dev-python/python-gflags/python-gflags-1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-1.4.ebuild,v 1.1 2010/11/08 11:24:09 nelchael Exp $
+
+EAPI=3
+
+inherit distutils
+
+DESCRIPTION="Google's Python argument parsing library."
+HOMEPAGE="http://code.google.com/p/python-gflags/"
+SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"