Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/into/
Date: Thu, 13 Sep 2018 21:23:01
Message-Id: 1536873711.aed9f25fb095978e4ad0fe1c77312e2ad0855a91.monsieurp@gentoo
1 commit: aed9f25fb095978e4ad0fe1c77312e2ad0855a91
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 12 12:43:24 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 21:21:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9f25f
7
8 dev-python/into: EAPI7, update HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9846
11
12 dev-python/into/into-0.2.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/into/into-0.2.2.ebuild b/dev-python/into/into-0.2.2.ebuild
16 index b2a0f93ce4a..0fca86249e0 100644
17 --- a/dev-python/into/into-0.2.2.ebuild
18 +++ b/dev-python/into/into-0.2.2.ebuild
19 @@ -1,14 +1,14 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit distutils-r1
30
31 DESCRIPTION="Data migration utilities"
32 -HOMEPAGE="https://pypi.org/project/${PN}"
33 +HOMEPAGE="https://pypi.org/project/into/"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD"