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 4C656138335 for ; Mon, 29 Apr 2019 18:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33CBBE087F; Mon, 29 Apr 2019 18:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1A68AE087F for ; Mon, 29 Apr 2019 18:56:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 915B3342D3A for ; Mon, 29 Apr 2019 18:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11284326 for ; Mon, 29 Apr 2019 18:56:41 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1556564002.184ca1c79371a444128923825fd890d13f38983a.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backcall/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backcall/Manifest dev-python/backcall/backcall-0.1.0.ebuild dev-python/backcall/metadata.xml X-VCS-Directories: dev-python/backcall/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 184ca1c79371a444128923825fd890d13f38983a X-VCS-Branch: master Date: Mon, 29 Apr 2019 18:56:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c41a33a8-57c1-4874-8212-f38cf6d84387 X-Archives-Hash: c30be32fa333c4fadde87e95b2d73b5d commit: 184ca1c79371a444128923825fd890d13f38983a Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 29 18:53:22 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 29 18:53:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184ca1c7 dev-python/backcall: new package For IPython bump. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/backcall/Manifest | 1 + dev-python/backcall/backcall-0.1.0.ebuild | 20 ++++++++++++++++++++ dev-python/backcall/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest new file mode 100644 index 00000000000..5c4ad01d476 --- /dev/null +++ b/dev-python/backcall/Manifest @@ -0,0 +1 @@ +DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd diff --git a/dev-python/backcall/backcall-0.1.0.ebuild b/dev-python/backcall/backcall-0.1.0.ebuild new file mode 100644 index 00000000000..ef0e4797130 --- /dev/null +++ b/dev-python/backcall/backcall-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Specifications for callback functions passed in to an API" +HOMEPAGE="https://pypi.org/project/backcall/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/backcall/metadata.xml b/dev-python/backcall/metadata.xml new file mode 100644 index 00000000000..ca0712e086e --- /dev/null +++ b/dev-python/backcall/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + backcall + +