From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 12BDE1388C0 for ; Mon, 22 Feb 2016 11:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D51E07B3; Mon, 22 Feb 2016 11:31:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37930E07B3 for ; Mon, 22 Feb 2016 11:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30036340873 for ; Mon, 22 Feb 2016 11:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FDC14CD for ; Mon, 22 Feb 2016 11:31:11 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1456140666.9c5aa428b0f0b9b66a84a72c7e1d6bf456d60592.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-vcs/PyGitUp/Manifest dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild X-VCS-Directories: dev-vcs/PyGitUp/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 9c5aa428b0f0b9b66a84a72c7e1d6bf456d60592 X-VCS-Branch: master Date: Mon, 22 Feb 2016 11:31:11 +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: 288effde-1f32-4d74-8555-dd4f45a33b0c X-Archives-Hash: 80752f6cffe7c89ab8749526791f0099 commit: 9c5aa428b0f0b9b66a84a72c7e1d6bf456d60592 Author: Tiziano Müller gentoo org> AuthorDate: Mon Feb 22 11:31:06 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Mon Feb 22 11:31:06 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=9c5aa428 dev-vcs/PyGitUp: version bump dev-vcs/PyGitUp/Manifest | 2 +- dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/PyGitUp/Manifest b/dev-vcs/PyGitUp/Manifest index c996175..57cb141 100644 --- a/dev-vcs/PyGitUp/Manifest +++ b/dev-vcs/PyGitUp/Manifest @@ -1 +1 @@ -DIST PyGitUp-1.3.0.tar.gz 18869 SHA256 9ea833ee6a52359813da82c7ca4f80db757691a271a1e62e5fb53d1b7bcb5e41 SHA512 d5f943230766395895cf13cb2c0f7dab7843709f3c722b177d24c22cda55442388794b1e8cbb767df8b5d70b8e40a2e6c0397f2c26667339301b285fe50a72d9 WHIRLPOOL e3c6d3191dbf46860722d8b22a02dd5fe3049b1f94b00ca1ea24da385817537a3b838ecc8531ab16af380f49824798dfe7d565e54dd5498c44dbeb2858bc7bac +DIST PyGitUp-1.3.1.tar.gz 19618 SHA256 91f351bb2b197b7b49a2de714191aed5aa5b26443b7c4dca2fea01b75808c6d3 SHA512 91b9b71e14f7b6c0e83348c92a6e452fc503fc2db75eaef6018fb812ec96aaea49be031ffbfd0a2762afb53e22ae6b595040d889922f5f5853b4f231959a137c WHIRLPOOL 6caadcd79ac43e1b5168d1d6348874c2a4a19a8303ffce5fc30195b6af7155ffdcd115790f45fb4b20709498ba5b74bcb8d9d0380edad56330a40933936ff423 diff --git a/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild index 0ed52d2..3a560bd 100644 --- a/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild +++ b/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1