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 27BBC1396D0 for ; Sat, 30 Sep 2017 15:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20F44E0BF4; Sat, 30 Sep 2017 15:56:56 +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 F0AA5E0BF4 for ; Sat, 30 Sep 2017 15:56:55 +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 5A6463417DC for ; Sat, 30 Sep 2017 15:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC479083 for ; Sat, 30 Sep 2017 15:56:52 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1506786958.838c439fc761d92b3a064024d958e163b3609b0a.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selectors34/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/selectors34/Manifest dev-python/selectors34/selectors34-1.2.ebuild X-VCS-Directories: dev-python/selectors34/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 838c439fc761d92b3a064024d958e163b3609b0a X-VCS-Branch: master Date: Sat, 30 Sep 2017 15:56:52 +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: 4a272cee-1508-4e16-9d78-547d4a284761 X-Archives-Hash: 46f43140d887e8513393169773408e14 commit: 838c439fc761d92b3a064024d958e163b3609b0a Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Sep 30 15:55:58 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Sep 30 15:55:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c439f dev-python/selectors34: Bump version Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/selectors34/Manifest | 1 + dev-python/selectors34/selectors34-1.2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/selectors34/Manifest b/dev-python/selectors34/Manifest index d5b0ff50a78..bc640aac154 100644 --- a/dev-python/selectors34/Manifest +++ b/dev-python/selectors34/Manifest @@ -1 +1,2 @@ DIST selectors34-1.1.tar.gz 10525 SHA256 84b3743b9046461aebbcd13c15e79ab91e79acfb6e030b54a0ec6360ae0bbc52 SHA512 3c9cae461d7bc629a5ac2f17e7a5967d4a2865528b34e94e1164521e9d720381cca2c395ba62c0f67a4b9db34644dd031c2576a5017282bf4791c805c467408a WHIRLPOOL 67d07956c9c35e3a43e41033254b4ddff86271376f9d72a2503d9bc5e1f8ee5900384a5a71472a77c5c51e9025d7873d57c8f4797ab2035d7cd22e7ba99c0af8 +DIST selectors34-1.2.tar.gz 10145 SHA256 09f5066337f8a76fb5233f267873f89a27a17c10bf79575954894bb71686451c SHA512 66fd545d5163ee3cf7e160e428a36f70d43c5a6a8a5adcd6a3028fe67ca818911bc3de934d862d06806dcf051516856baf34b99d9e2a062c214eca667fdff65d WHIRLPOOL 22f8eb70e2fb5d2ae7fb6abea45faa7e41a6d2f9f2a2f98754c7415831b7d8becf08c6c06d45497bde4c0dc07951e14745c0b5b5b74f40a19248c6d5a2aa7ada diff --git a/dev-python/selectors34/selectors34-1.2.ebuild b/dev-python/selectors34/selectors34-1.2.ebuild new file mode 100644 index 00000000000..67bbcfc2fdc --- /dev/null +++ b/dev-python/selectors34/selectors34-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 pypy ) + +inherit distutils-r1 + +DESCRIPTION="Backport of the selectors module from Python 3.4" +HOMEPAGE="https://github.com/berkerpeksag/selectors34" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"