summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-28 20:04:29 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-28 20:04:29 +0000
commit9bc909c0421b37ffb5a50019fafbba40840eec4c (patch)
tree0ae8f52ca00eec095c28f2c4fb11fbac28e95fc6 /dev-python
parentRemove version restriction from maxima dependency. (diff)
downloadgentoo-2-9bc909c0421b37ffb5a50019fafbba40840eec4c.tar.gz
gentoo-2-9bc909c0421b37ffb5a50019fafbba40840eec4c.tar.bz2
gentoo-2-9bc909c0421b37ffb5a50019fafbba40840eec4c.zip
Initial import. Fixes #225475. Initial ebuild by Maciej Blizinski.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/louie/ChangeLog10
-rw-r--r--dev-python/louie/louie-1.1.ebuild24
-rw-r--r--dev-python/louie/metadata.xml5
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/louie/ChangeLog b/dev-python/louie/ChangeLog
new file mode 100644
index 000000000000..b5969c5493ce
--- /dev/null
+++ b/dev-python/louie/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/louie
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.1 2009/02/28 20:04:29 patrick Exp $
+
+*louie-1.1 (28 Feb 2009)
+
+ 28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+ +louie-1.1.ebuild:
+ Initial import. Fixes #225475. Initial ebuild by Maciej Blizinski.
+
diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild
new file mode 100644
index 000000000000..dc38aff0d1b6
--- /dev/null
+++ b/dev-python/louie/louie-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.1 2009/02/28 20:04:29 patrick Exp $
+
+inherit distutils
+
+MY_P="Louie-${PV}"
+DESCRIPTION="Signal dispatching mechanism for Python"
+HOMEPAGE="http://pylouie.org/"
+SRC_URI="http://cheeseshop.python.org/packages/source/L/Louie/${MY_P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+# This has changed with upstream migrating to setuptools. No idea how to actually run them tests now ...
+#src_test() {
+# python selftest.py || die "selftest.py failed"
+#}
diff --git a/dev-python/louie/metadata.xml b/dev-python/louie/metadata.xml
new file mode 100644
index 000000000000..301d2207cc29
--- /dev/null
+++ b/dev-python/louie/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>