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 77BDC1382C5 for ; Sun, 27 Dec 2020 19:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C45A1E0D50; Sun, 27 Dec 2020 19:43:25 +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 A2CF9E0D4E for ; Sun, 27 Dec 2020 19:43:25 +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 AF35F3415F2 for ; Sun, 27 Dec 2020 19:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA57B481 for ; Sun, 27 Dec 2020 19:43:21 +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: <1609098197.1ecf44b863ae04c41210f3af50412221cb089bbb.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/pebble-4.6.0.ebuild X-VCS-Directories: dev-python/pebble/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ecf44b863ae04c41210f3af50412221cb089bbb X-VCS-Branch: master Date: Sun, 27 Dec 2020 19:43:21 +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: 1a0d7afb-4ad3-40a5-9bfc-5b61f717f3c8 X-Archives-Hash: 7be077ebadcc6c02fe08db6f9c66ef33 commit: 1ecf44b863ae04c41210f3af50412221cb089bbb Author: Michał Górny gentoo org> AuthorDate: Sun Dec 27 19:30:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 27 19:43:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecf44b8 dev-python/pebble: Bump to 4.6.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pebble/Manifest | 1 + dev-python/pebble/pebble-4.6.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest index 6e3d8eb60f1..3cc2b5b8080 100644 --- a/dev-python/pebble/Manifest +++ b/dev-python/pebble/Manifest @@ -1 +1,2 @@ DIST Pebble-4.5.3.tar.gz 23411 BLAKE2B 4e270b0de183074e151f3c7cf8754bd3535efce601c0dfdd5bffbe04a4308aa7db6e6414668471d3af6f1fb374230590d90e2503ba223c2e95b17a2a0d301310 SHA512 e3b17fa6b9ca959560d364e84091e7990921eb9a2aef854c391a5d0e46359b57e5ec1a4239ac97f4c0bb485d0475ad8338c3485c9fdeff7e446a989129738096 +DIST Pebble-4.6.0.tar.gz 23910 BLAKE2B 3a2f1b4cdad898274d53cdfc07b5c933162aef375ae548a39138b50d50376e7f06642dfbff038b431d77715a14414f90fbd77db1c373e988df6afe65cfb5a632 SHA512 445f65cf5a18c864478326ca1198ae49bf5aae3c53e67f68ffdcbdabe3cf16c59468b3d340568986414f45f13684c11da0e3a9fd31f510c391a7fd44cf3dc6e2 diff --git a/dev-python/pebble/pebble-4.6.0.ebuild b/dev-python/pebble/pebble-4.6.0.ebuild new file mode 100644 index 00000000000..85f87286314 --- /dev/null +++ b/dev-python/pebble/pebble-4.6.0.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..9} ) +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 ~arm64 ~x86" + +distutils_enable_tests pytest