diff options
author | 2018-09-12 14:43:24 +0200 | |
---|---|---|
committer | 2018-09-13 23:21:51 +0200 | |
commit | aed9f25fb095978e4ad0fe1c77312e2ad0855a91 (patch) | |
tree | 5424a9a29d04ce3948e99cafe2e0d999a76cf8fb /dev-python/into | |
parent | app-eselect/eselect-python: update HOMEPAGE. (diff) | |
download | gentoo-aed9f25fb095978e4ad0fe1c77312e2ad0855a91.tar.gz gentoo-aed9f25fb095978e4ad0fe1c77312e2ad0855a91.tar.bz2 gentoo-aed9f25fb095978e4ad0fe1c77312e2ad0855a91.zip |
dev-python/into: EAPI7, update HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9846
Diffstat (limited to 'dev-python/into')
-rw-r--r-- | dev-python/into/into-0.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/into/into-0.2.2.ebuild b/dev-python/into/into-0.2.2.ebuild index b2a0f93ce4a2..0fca86249e03 100644 --- a/dev-python/into/into-0.2.2.ebuild +++ b/dev-python/into/into-0.2.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Data migration utilities" -HOMEPAGE="https://pypi.org/project/${PN}" +HOMEPAGE="https://pypi.org/project/into/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |