Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/
Date: Mon, 22 Feb 2016 11:31:21
Message-Id: 1456140666.9c5aa428b0f0b9b66a84a72c7e1d6bf456d60592.dev-zero@gentoo
1 commit: 9c5aa428b0f0b9b66a84a72c7e1d6bf456d60592
2 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:31:06 2016 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:31:06 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=9c5aa428
7
8 dev-vcs/PyGitUp: version bump
9
10 dev-vcs/PyGitUp/Manifest | 2 +-
11 dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild | 6 +++---
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-vcs/PyGitUp/Manifest b/dev-vcs/PyGitUp/Manifest
15 index c996175..57cb141 100644
16 --- a/dev-vcs/PyGitUp/Manifest
17 +++ b/dev-vcs/PyGitUp/Manifest
18 @@ -1 +1 @@
19 -DIST PyGitUp-1.3.0.tar.gz 18869 SHA256 9ea833ee6a52359813da82c7ca4f80db757691a271a1e62e5fb53d1b7bcb5e41 SHA512 d5f943230766395895cf13cb2c0f7dab7843709f3c722b177d24c22cda55442388794b1e8cbb767df8b5d70b8e40a2e6c0397f2c26667339301b285fe50a72d9 WHIRLPOOL e3c6d3191dbf46860722d8b22a02dd5fe3049b1f94b00ca1ea24da385817537a3b838ecc8531ab16af380f49824798dfe7d565e54dd5498c44dbeb2858bc7bac
20 +DIST PyGitUp-1.3.1.tar.gz 19618 SHA256 91f351bb2b197b7b49a2de714191aed5aa5b26443b7c4dca2fea01b75808c6d3 SHA512 91b9b71e14f7b6c0e83348c92a6e452fc503fc2db75eaef6018fb812ec96aaea49be031ffbfd0a2762afb53e22ae6b595040d889922f5f5853b4f231959a137c WHIRLPOOL 6caadcd79ac43e1b5168d1d6348874c2a4a19a8303ffce5fc30195b6af7155ffdcd115790f45fb4b20709498ba5b74bcb8d9d0380edad56330a40933936ff423
21
22 diff --git a/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild
23 index 0ed52d2..3a560bd 100644
24 --- a/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild
25 +++ b/dev-vcs/PyGitUp/PyGitUp-1.3.1.ebuild
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2016 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Header: $
31
32 -EAPI=5
33 +EAPI=6
34
35 -PYTHON_COMPAT=( python2_7 )
36 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
37 DISTUTILS_SINGLE_IMPL=1
38
39 inherit distutils-r1