From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xarthisius:master commit in: dev-python/eventlet/
Date: Sat, 11 Jun 2011 17:48:15 +0000 (UTC) [thread overview]
Message-ID: <2667ea16e960ea477d36720af1a14028fdc94cfc.xarthisius@gentoo> (raw)
commit: 2667ea16e960ea477d36720af1a14028fdc94cfc
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 17:48:01 2011 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 17:48:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=2667ea16
[dev-python/eventlet] initial import
---
dev-python/eventlet/Manifest | 3 ++
dev-python/eventlet/eventlet-0.9.16.ebuild | 44 ++++++++++++++++++++++++++++
dev-python/eventlet/metadata.xml | 17 +++++++++++
3 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest
new file mode 100644
index 0000000..3902846
--- /dev/null
+++ b/dev-python/eventlet/Manifest
@@ -0,0 +1,3 @@
+DIST eventlet-0.9.16.tar.gz 317198 RMD160 591004a9bcf665813a35edfe82f5e40a737de30c SHA1 7cda61fc4df79cc5491b6f447e971bcb3bc51658 SHA256 b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430
+EBUILD eventlet-0.9.16.ebuild 844 RMD160 529e427c87ef10d4304ce0e65934c007010c2a56 SHA1 4d68c07fd40df167e46878d01076ad06a91ab9fb SHA256 8e05e01bd7b6602c534d1a11ac7dda244ca2bf56d28c75c285374bc4c898c477
+MISC metadata.xml 793 RMD160 7e2352ae30950cdd9d1f908025beb1cdb21e3705 SHA1 646b30c8473e552cff0816f383d8faa6c8369bfb SHA256 60fb9a62e84c441a6b0560ac6f9d992dcb66ee659d67fb403ef8c20bb3c845a6
diff --git a/dev-python/eventlet/eventlet-0.9.16.ebuild b/dev-python/eventlet/eventlet-0.9.16.ebuild
new file mode 100644
index 0000000..df190f4
--- /dev/null
+++ b/dev-python/eventlet/eventlet-0.9.16.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="Highly concurrent networking library"
+HOMEPAGE="http://pypi.python.org/pypi/eventlet"
+SRC_URI="http://pypi.python.org/packages/source/e/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+DEPEND="doc? ( dev-python/sphinx )
+ test? ( dev-python/greenlet )"
+RDEPEND="dev-python/greenlet"
+
+src_compile() {
+ distutils_src_compile
+
+ if use doc ; then
+ emake -C doc html || die
+ fi
+}
+
+src_install() {
+ distutils_src_install
+
+ use doc && dohtml -r doc/_build/html/*
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples || die
+ fi
+}
+
diff --git a/dev-python/eventlet/metadata.xml b/dev-python/eventlet/metadata.xml
new file mode 100644
index 0000000..70d2bef
--- /dev/null
+++ b/dev-python/eventlet/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <longdescription>
+ Eventlet is a concurrent networking library for Python that allows you to change
+ how you run your code, not how you write it. It uses epoll or libevent for highly
+ scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking
+ style of programming that is similar to threading, but provide the benefits of
+ non-blocking I/O. The event dispatch is implicit, which means you can easily use
+ Eventlet from the Python interpreter, or as a small part of a larger application.
+ </longdescription>
+</pkgmetadata>
reply other threads:[~2011-06-11 17:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2667ea16e960ea477d36720af1a14028fdc94cfc.xarthisius@gentoo \
--to=xarthisius@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox