diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2016-02-08 14:31:27 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2016-02-08 14:31:27 +0100 |
commit | 962ff02a25ed562c646f615f4a57b1c2cc17c626 (patch) | |
tree | 340c11179514e66cb5e0ddcea1628de90668ddb0 | |
parent | dev-python/python-vxi11: Bump to EAPI=6, enable python3_5, cleanup ebuilds (diff) | |
download | sci-962ff02a25ed562c646f615f4a57b1c2cc17c626.tar.gz sci-962ff02a25ed562c646f615f4a57b1c2cc17c626.tar.bz2 sci-962ff02a25ed562c646f615f4a57b1c2cc17c626.zip |
dev-python/python-ivi: Bump to EAPI=6, enable python3_5, cleanup ebuilds
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-python/python-ivi/python-ivi-0.14.9.ebuild | 16 | ||||
-rw-r--r-- | dev-python/python-ivi/python-ivi-9999.ebuild | 17 |
2 files changed, 10 insertions, 23 deletions
diff --git a/dev-python/python-ivi/python-ivi-0.14.9.ebuild b/dev-python/python-ivi/python-ivi-0.14.9.ebuild index f0a517681..f968361f6 100644 --- a/dev-python/python-ivi/python-ivi-0.14.9.ebuild +++ b/dev-python/python-ivi/python-ivi-0.14.9.ebuild @@ -1,25 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +EAPI=6 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard" HOMEPAGE="https://github.com/python-ivi/python-ivi" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" || ( diff --git a/dev-python/python-ivi/python-ivi-9999.ebuild b/dev-python/python-ivi/python-ivi-9999.ebuild index f0a517681..8b0f2c810 100644 --- a/dev-python/python-ivi/python-ivi-9999.ebuild +++ b/dev-python/python-ivi/python-ivi-9999.ebuild @@ -1,22 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +EAPI=6 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard" HOMEPAGE="https://github.com/python-ivi/python-ivi" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" LICENSE="MIT" SLOT="0" |