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 700B4139694 for ; Wed, 10 May 2017 14:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA73121C09D; Wed, 10 May 2017 14:55:29 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B620821C09D for ; Wed, 10 May 2017 14:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7DD693415B7 for ; Wed, 10 May 2017 14:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E4C845 for ; Wed, 10 May 2017 14:55:26 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1494428124.0a5b19b59d42221c000fe5b4f95cb4a4576d6368.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-dnspython/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-dnspython/python-dnspython-2.ebuild X-VCS-Directories: virtual/python-dnspython/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0a5b19b59d42221c000fe5b4f95cb4a4576d6368 X-VCS-Branch: master Date: Wed, 10 May 2017 14:55:26 +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: 718eb091-9d1f-4261-91da-705f98cf0f6e X-Archives-Hash: bd7c86008bde471669889749df060a3d commit: 0a5b19b59d42221c000fe5b4f95cb4a4576d6368 Author: Mike Gilbert gentoo org> AuthorDate: Wed May 10 14:44:21 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed May 10 14:55:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5b19b5 virtual/python-dnspython: depend on dev-python/dnspython:0 This will ease the transition as dnspython is stabilized. Bug: https://bugs.gentoo.org/597024 Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62 virtual/python-dnspython/python-dnspython-2.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild new file mode 100644 index 00000000000..3c69b4084ea --- /dev/null +++ b/virtual/python-dnspython/python-dnspython-2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit python-r1 + +DESCRIPTION="A virtual for dnspython, for Python 2 & 3" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=">=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"