From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D82D9138359 for ; Wed, 7 Oct 2020 01:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 122F8E097C; Wed, 7 Oct 2020 01:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAE87E097C for ; Wed, 7 Oct 2020 01:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DFBC33BE1A for ; Wed, 7 Oct 2020 01:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04BF33A for ; Wed, 7 Oct 2020 01:45:06 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1602035010.69bb7587050a5a4e68e7fcb64b69b7b75477cdf2.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/python-vxi11/python-vxi11-0.9.ebuild dev-python/python-vxi11/python-vxi11-9999.ebuild X-VCS-Directories: dev-python/python-vxi11/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 69bb7587050a5a4e68e7fcb64b69b7b75477cdf2 X-VCS-Branch: master Date: Wed, 7 Oct 2020 01:45:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6505740-7dff-4530-9cd5-e383d58e8fe4 X-Archives-Hash: 0197779946b7994b7509af93f4b0eeb3 commit: 69bb7587050a5a4e68e7fcb64b69b7b75477cdf2 Author: Aisha Tammy aisha cc> AuthorDate: Wed Oct 7 01:43:30 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Oct 7 01:43:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69bb7587 dev-python/python-vxi11: version bump to 0.9 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/python-vxi11/python-vxi11-0.9.ebuild | 21 +++++++++++++++++++++ dev-python/python-vxi11/python-vxi11-9999.ebuild | 21 ++++++++++++++------- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/dev-python/python-vxi11/python-vxi11-0.9.ebuild b/dev-python/python-vxi11/python-vxi11-0.9.ebuild new file mode 100644 index 000000000..fc6f73ae7 --- /dev/null +++ b/dev-python/python-vxi11/python-vxi11-0.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +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/python-vxi11" +else + SRC_URI="https://github.com/python-ivi/python-vxi11/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild b/dev-python/python-vxi11/python-vxi11-9999.ebuild index f0da2f343..fc6f73ae7 100644 --- a/dev-python/python-vxi11/python-vxi11-9999.ebuild +++ b/dev-python/python-vxi11/python-vxi11-9999.ebuild @@ -1,14 +1,21 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) - -inherit distutils-r1 git-r3 +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 DESCRIPTION="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet" HOMEPAGE="https://github.com/python-ivi/python-vxi11" -EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/python-ivi/python-vxi11" +else + SRC_URI="https://github.com/python-ivi/python-vxi11/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi LICENSE="MIT" -SLOT="0" \ No newline at end of file +SLOT="0"