From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAEE3139084 for ; Mon, 4 Dec 2017 22:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B51E0F56; Mon, 4 Dec 2017 22:01:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00EA0E0F56 for ; Mon, 4 Dec 2017 22:01:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4F3A33D4A6 for ; Mon, 4 Dec 2017 22:01:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B3CFAE76 for ; Mon, 4 Dec 2017 22:01:47 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1512424902.742105ac2d0b72ff30878da08c0401f29e7046cb.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/pycapnp-0.6.2.ebuild X-VCS-Directories: dev-python/pycapnp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 742105ac2d0b72ff30878da08c0401f29e7046cb X-VCS-Branch: master Date: Mon, 4 Dec 2017 22:01:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8fbc42a7-c39c-4da0-a227-d7a557416cad X-Archives-Hash: 4e9494f83359205abbfcb9fcc2e7efe8 commit: 742105ac2d0b72ff30878da08c0401f29e7046cb Author: Alexis Ballier gentoo org> AuthorDate: Mon Dec 4 22:01:24 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Dec 4 22:01:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742105ac dev-python/pycapnp: bump to 0.6.2 Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/pycapnp/Manifest | 1 + dev-python/pycapnp/pycapnp-0.6.2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest index c5e0150669e..c3df1cbe601 100644 --- a/dev-python/pycapnp/Manifest +++ b/dev-python/pycapnp/Manifest @@ -1 +1,2 @@ DIST pycapnp-0.6.1.tar.gz 454873 BLAKE2B 5b8eeb90a371ccafed7dbeee9a44b1f4ee1173daeeac139a67c4e97484df689a581ebb2c5783dd4657964bc83fdcb02c67231a350b149cafc77d348ee4218247 SHA512 a1bf209626effa9970da3b6492bf4b2b73585ef0f3ac0c8e8634071fe74631dae09a94671dd835d3c7934d697c25631b0d8227b3b23150609476e7c699efbfc9 +DIST pycapnp-0.6.2.tar.gz 455092 BLAKE2B 5cdffde0a88398328f6e6908caf4ea2c3626a4a4d47100973a2bb3ae0e10406734354e40afe60f7d4861c79534e05bee6aeecfee4ffeca50ef7e24101ca4a08d SHA512 6656ce4a67e38fc301fb4dd7e80daea3a7551e01589b11c8fd7aea0d4af7638387fecd712c968f549ff596bf64caca6bdf7add20fbd14396a92e49ac3ce47188 diff --git a/dev-python/pycapnp/pycapnp-0.6.2.ebuild b/dev-python/pycapnp/pycapnp-0.6.2.ebuild new file mode 100644 index 00000000000..8147a636202 --- /dev/null +++ b/dev-python/pycapnp/pycapnp-0.6.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapping of the Cap'n Proto library" +HOMEPAGE="http://jparyani.github.io/pycapnp/ https://github.com/capnproto/pycapnp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" +IUSE="" + +RDEPEND=">=dev-libs/capnproto-0.6:=" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] +" + +src_prepare() { + distutils-r1_src_prepare + # regen cython files + rm -f capnp/lib/capnp.cpp || die +}