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 363E0138350 for ; Tue, 28 Apr 2020 14:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 774F0E09B8; Tue, 28 Apr 2020 14:52:32 +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 5DE55E09B8 for ; Tue, 28 Apr 2020 14:52:32 +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 B577D34EEFC for ; Tue, 28 Apr 2020 14:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 599B31A8 for ; Tue, 28 Apr 2020 14:52:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588085544.ef0d60cf5dad0ca44f5b7558063da486bf61f470.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pebble/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pebble/Manifest dev-python/pebble/metadata.xml dev-python/pebble/pebble-4.5.1.ebuild X-VCS-Directories: dev-python/pebble/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef0d60cf5dad0ca44f5b7558063da486bf61f470 X-VCS-Branch: master Date: Tue, 28 Apr 2020 14:52:29 +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: ac61da87-d632-4895-8636-6ea610eb0e45 X-Archives-Hash: 3f92805bbd67e83a5527a36fb4631f0e commit: ef0d60cf5dad0ca44f5b7558063da486bf61f470 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 28 09:21:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 28 14:52:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0d60cf dev-python/pebble: New package, needed for C-Vise Signed-off-by: Michał Górny gentoo.org> dev-python/pebble/Manifest | 1 + dev-python/pebble/metadata.xml | 7 +++++++ dev-python/pebble/pebble-4.5.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest new file mode 100644 index 00000000000..46f1ebbca73 --- /dev/null +++ b/dev-python/pebble/Manifest @@ -0,0 +1 @@ +DIST Pebble-4.5.1.tar.gz 23693 BLAKE2B b9302bf12baf0b4e3b93387af86b945db504e94349664b1f1b98c15637e95729d971a2883d0f67bc3e80cd56a6471e4214425610ef50558258d99e68061ed6bf SHA512 5d33df8dbd779665ebdd23f92e1bdebb0ba48c4c1ff7a7ce4f42c996ad4fc7b15847fb86ca2e7c6c27cb53edb8bfddbfdacc6693c1f0e6bc1912be8f3255cd84 diff --git a/dev-python/pebble/metadata.xml b/dev-python/pebble/metadata.xml new file mode 100644 index 00000000000..266e3f19ca5 --- /dev/null +++ b/dev-python/pebble/metadata.xml @@ -0,0 +1,7 @@ + + + + + python@gentoo.org + + diff --git a/dev-python/pebble/pebble-4.5.1.ebuild b/dev-python/pebble/pebble-4.5.1.ebuild new file mode 100644 index 00000000000..23b80b0f697 --- /dev/null +++ b/dev-python/pebble/pebble-4.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +inherit distutils-r1 + +MY_P=${P^} +DESCRIPTION="Threading and multiprocessing eye-candy" +HOMEPAGE=" + https://pypi.org/project/Pebble/ + https://pebble.readthedocs.io/ + https://github.com/noxdafox/pebble" +SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz" +S=${WORKDIR}/${P^} + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest