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 A4EF113832E for ; Sun, 21 Aug 2016 17:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CED35E0B56; Sun, 21 Aug 2016 17:56:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 50A83E0B5A for ; Sun, 21 Aug 2016 17:56:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F3E8340756 for ; Sun, 21 Aug 2016 17:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E02592462 for ; Sun, 21 Aug 2016 17:56:54 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1471802093.9ff9963eb984f247f1b83e1d2da620f3d9ec92f9.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dicttoxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dicttoxml/dicttoxml-1.7.4.ebuild X-VCS-Directories: dev-python/dicttoxml/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 9ff9963eb984f247f1b83e1d2da620f3d9ec92f9 X-VCS-Branch: master Date: Sun, 21 Aug 2016 17:56:54 +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: 3169828d-99e3-40fe-aa5e-3d5027d85c1a X-Archives-Hash: e2274b1d6926a8ac90c52d443630b4fc commit: 9ff9963eb984f247f1b83e1d2da620f3d9ec92f9 Author: Tim Harder gentoo org> AuthorDate: Sun Aug 21 17:54:53 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Aug 21 17:54:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff9963e dev-python/dicttoxml: add pypi site to HOMEPAGE and bump to EAPI 6 dev-python/dicttoxml/dicttoxml-1.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild index 2d49d88..316a1a9 100644 --- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Converts a Python dictionary or other ata type to a valid XML string" -HOMEPAGE="https://github.com/quandyfactory/dicttoxml" +HOMEPAGE="https://github.com/quandyfactory/dicttoxml https://pypi.python.org/pypi/dicttoxml/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2"