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 48963139083 for ; Thu, 23 Nov 2017 21:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 851B8E0DE9; Thu, 23 Nov 2017 21:21:44 +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 65CCCE0DE9 for ; Thu, 23 Nov 2017 21:21:44 +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 9D26833FE7D for ; Thu, 23 Nov 2017 21:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6706A52E for ; Thu, 23 Nov 2017 21:21:41 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1511472057.20453be6ac7b4b3ca5fc1549a6800dcd660a51e9.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjade/Manifest dev-python/pyjade/pyjade-4.0.0.ebuild X-VCS-Directories: dev-python/pyjade/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 20453be6ac7b4b3ca5fc1549a6800dcd660a51e9 X-VCS-Branch: master Date: Thu, 23 Nov 2017 21:21: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-Archives-Salt: 21579561-ed32-4d3a-a75d-bb8487afaada X-Archives-Hash: 2e8805ac6ce8a1402d15f8671798cf9c commit: 20453be6ac7b4b3ca5fc1549a6800dcd660a51e9 Author: Brian Dolbec gentoo org> AuthorDate: Thu Nov 23 21:06:27 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Nov 23 21:20:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20453be6 dev-python/pyjade: Add py3.6 to python compat Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/pyjade/Manifest | 2 +- dev-python/pyjade/pyjade-4.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest index 8392c099212..e00e5d59127 100644 --- a/dev-python/pyjade/Manifest +++ b/dev-python/pyjade/Manifest @@ -1 +1 @@ -DIST pyjade-4.0.0.tar.gz 29251 SHA256 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7 SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 WHIRLPOOL d1527b7d792551f6fc015c6c1fd7b6d9d37e252e7e45d2c2915e53f70456ac41caaa97482fa7a0af290df5cfe071e97488e622f0ed41bdd3c4339e681d3e7baa +DIST pyjade-4.0.0.tar.gz 29251 BLAKE2B 0a2ffb949022e9bb9bb12d9a1fa7680650a14634158429b2256320b2a75acc06e6c2ee0cbcd7ffba1263f6bfbbd40b097d7bb99f7e3a8fef95951c413f6e515f SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild index 901797e02ac..1d6380b9b40 100644 --- a/dev-python/pyjade/pyjade-4.0.0.ebuild +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1