From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1123187-garchives=archives.gentoo.org@lists.gentoo.org>
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 CD5EC138334
	for <garchives@archives.gentoo.org>; Sun, 17 Nov 2019 15:12:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD3B8E08AE;
	Sun, 17 Nov 2019 15:12:33 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 93388E08AE
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 15:12:33 +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 2BFF734CF1C
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 15:12:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA788CA
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 15:12:29 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <1574003522.0c0de4f445c06c998c4ffbb565425fc702d3a3ec.alexxy@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/citeproc-py/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild dev-python/citeproc-py/citeproc-py-0.4.0.ebuild
X-VCS-Directories: dev-python/citeproc-py/
X-VCS-Committer: alexxy
X-VCS-Committer-Name: Alexey Shvetsov
X-VCS-Revision: 0c0de4f445c06c998c4ffbb565425fc702d3a3ec
X-VCS-Branch: master
Date: Sun, 17 Nov 2019 15:12:29 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b0ed100e-8ad9-4053-9f6f-e21e86bdaa5f
X-Archives-Hash: 5be3b226a07605581eec6886ff86550b

commit:     0c0de4f445c06c998c4ffbb565425fc702d3a3ec
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 13:22:01 2019 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 15:12:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0de4f4

dev-python/citeproc-py: Add py3.7 and move to eapi7

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 .../{citeproc-py-0.4.0.ebuild => citeproc-py-0.4.0-r1.ebuild}     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild
similarity index 85%
rename from dev-python/citeproc-py/citeproc-py-0.4.0.ebuild
rename to dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild
index 2e0420e00d4..b81b9c57d50 100644
--- a/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild
+++ b/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Yet another Python CSL Processor"
@@ -17,6 +17,8 @@ IUSE=""
 
 PATCHES=( "${FILESDIR}/b1a5f925527093b0b5c11507f379a908e3354820.patch" )
 
-DEPEND="
+RDEPEND="
 	dev-python/rnc2rng[${PYTHON_USEDEP}]
 	dev-python/lxml[${PYTHON_USEDEP}]"
+BDEPEND="
+	${RDEPEND}"