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 09227138334 for ; Fri, 27 Jul 2018 15:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAFF3E08FC; Fri, 27 Jul 2018 15:38:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A8C0E08FC for ; Fri, 27 Jul 2018 15:38:52 +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 E3E66335CCA for ; Fri, 27 Jul 2018 15:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A74E5275 for ; Fri, 27 Jul 2018 15:38:48 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1532633951.9c2e7e56a4d981ec230afe180a51fbb2456e745d.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/pydicom-0.9.9.ebuild sci-libs/pydicom/pydicom-9999.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 9c2e7e56a4d981ec230afe180a51fbb2456e745d X-VCS-Branch: master Date: Fri, 27 Jul 2018 15:38:48 +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: 71da5b0c-fb08-4792-943f-2fc53feae8d6 X-Archives-Hash: 087e6802afe47af557e27247955c7e9a commit: 9c2e7e56a4d981ec230afe180a51fbb2456e745d Author: Horea Christian yandex com> AuthorDate: Thu Jul 26 19:39:11 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Jul 26 19:39:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c2e7e56 sci-libs/pydicom: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-2.3.43, Repoman-2.3.10 sci-libs/pydicom/pydicom-0.9.9.ebuild | 6 +++--- sci-libs/pydicom/pydicom-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild index e25cde5c3..df6e11172 100644 --- a/sci-libs/pydicom/pydicom-0.9.9.ebuild +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild index 78a868e2b..10a12a436 100644 --- a/sci-libs/pydicom/pydicom-9999.ebuild +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 git-r3