aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-02-08 14:30:33 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-02-08 14:30:33 +0100
commitf89fe101746408c3c916cde10bc927a46a2a8a86 (patch)
treec72674761f209d9fcc17be20bee824fda77f317a
parentdev-python/nvidia-ml-py: Bump to EAPI=6 (diff)
downloadsci-f89fe101746408c3c916cde10bc927a46a2a8a86.tar.gz
sci-f89fe101746408c3c916cde10bc927a46a2a8a86.tar.bz2
sci-f89fe101746408c3c916cde10bc927a46a2a8a86.zip
dev-python/python-vxi11: Bump to EAPI=6, enable python3_5, cleanup ebuilds
Package-Manager: portage-2.2.26
-rw-r--r--dev-python/python-vxi11/python-vxi11-0.8.ebuild16
-rw-r--r--dev-python/python-vxi11/python-vxi11-9999.ebuild19
2 files changed, 11 insertions, 24 deletions
diff --git a/dev-python/python-vxi11/python-vxi11-0.8.ebuild b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
index fd6fcc97c..f0482a81f 100644
--- a/dev-python/python-vxi11/python-vxi11-0.8.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
@@ -1,22 +1,16 @@
-# 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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
-else
- SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64" \ No newline at end of file
diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild b/dev-python/python-vxi11/python-vxi11-9999.ebuild
index fd6fcc97c..ce09d7fcd 100644
--- a/dev-python/python-vxi11/python-vxi11-9999.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
-else
- SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
LICENSE="MIT"
-SLOT="0"
+SLOT="0" \ No newline at end of file