public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
Date: Mon,  8 Feb 2016 13:39:13 +0000 (UTC)	[thread overview]
Message-ID: <1454938233.f89fe101746408c3c916cde10bc927a46a2a8a86.marbre@gentoo> (raw)

commit:     f89fe101746408c3c916cde10bc927a46a2a8a86
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  8 13:30:33 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb  8 13:30:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f89fe101

dev-python/python-vxi11: Bump to EAPI=6, enable python3_5, cleanup ebuilds

Package-Manager: portage-2.2.26

 dev-python/python-vxi11/python-vxi11-0.8.ebuild  | 16 +++++-----------
 dev-python/python-vxi11/python-vxi11-9999.ebuild | 19 ++++++-------------
 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 fd6fcc9..f0482a8 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 fd6fcc9..ce09d7f 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


             reply	other threads:[~2016-02-08 13:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 13:39 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-07  1:45 [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/ Aisha Tammy
2020-10-07  1:45 Aisha Tammy
2015-11-28 18:21 Marius Brehler
2015-09-21 19:05 Justin Lecher
2015-01-25 16:39 Justin Lecher
2015-01-25 16:39 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454938233.f89fe101746408c3c916cde10bc927a46a2a8a86.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox