From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-848833-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7F8541384B4
	for <garchives@archives.gentoo.org>; Thu, 26 Nov 2015 19:30:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6E0C521C063;
	Thu, 26 Nov 2015 19:30:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 045AB21C063
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 19:30:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8C0ED340139
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 19:30:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 44EC599D
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 19:30:32 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1448566225.3e71959ea8d7961b4fe3500d86113d051b983866.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pycapnp/Manifest dev-python/pycapnp/metadata.xml dev-python/pycapnp/pycapnp-0.5.7.ebuild
X-VCS-Directories: dev-python/pycapnp/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 3e71959ea8d7961b4fe3500d86113d051b983866
X-VCS-Branch: master
Date: Thu, 26 Nov 2015 19:30:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f816fc56-d681-42aa-b84c-ef652437fcd3
X-Archives-Hash: c3e7e6f229f9f5045a529314401fa300

commit:     3e71959ea8d7961b4fe3500d86113d051b983866
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 19:30:17 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 19:30:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e71959e

dev-python/pycapnp: initial import. ebuild by me.

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-python/pycapnp/Manifest             |  1 +
 dev-python/pycapnp/metadata.xml         | 10 ++++++++++
 dev-python/pycapnp/pycapnp-0.5.7.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
new file mode 100644
index 0000000..7b1e017
--- /dev/null
+++ b/dev-python/pycapnp/Manifest
@@ -0,0 +1 @@
+DIST pycapnp-0.5.7.tar.gz 433772 SHA256 28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57 WHIRLPOOL 7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56

diff --git a/dev-python/pycapnp/metadata.xml b/dev-python/pycapnp/metadata.xml
new file mode 100644
index 0000000..33bbf31
--- /dev/null
+++ b/dev-python/pycapnp/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>python</herd>
+  <maintainer>
+    <email>aballier@gentoo.org</email>
+    <name>Alexis Ballier</name>
+    <description>Python team can take the package if they wish.</description>
+  </maintainer>
+</pkgmetadata>

diff --git a/dev-python/pycapnp/pycapnp-0.5.7.ebuild b/dev-python/pycapnp/pycapnp-0.5.7.ebuild
new file mode 100644
index 0000000..91a7b0f
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	dev-libs/capnproto
+	dev-python/cython[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"