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 BDC0113835A for ; Sun, 20 Dec 2020 23:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0711DE08F3; Sun, 20 Dec 2020 23:29:45 +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 E1D88E08A8 for ; Sun, 20 Dec 2020 23:29:44 +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 B5A3F34146D for ; Sun, 20 Dec 2020 23:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F81332 for ; Sun, 20 Dec 2020 23:29:42 +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: <1608506977.91f59684c53606c6b6348cedbe6aeb7b84b156eb.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild dev-python/PyVISA-py/PyVISA-py-9999.ebuild dev-python/PyVISA-py/metadata.xml X-VCS-Directories: dev-python/PyVISA-py/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 91f59684c53606c6b6348cedbe6aeb7b84b156eb X-VCS-Branch: master Date: Sun, 20 Dec 2020 23:29:42 +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: 7ec6c122-e809-4dab-a5b7-dd724c590033 X-Archives-Hash: 8a28aa177c0e4014d7342e336e673f9a commit: 91f59684c53606c6b6348cedbe6aeb7b84b156eb Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Dec 20 10:06:20 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Dec 20 23:29:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91f59684 dev-python/PyVISA-py: moved to ::natinst Signed-off-by: Aisha Tammy aisha.cc> dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild | 19 ------------------- dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 18 ------------------ dev-python/PyVISA-py/metadata.xml | 20 -------------------- 3 files changed, 57 deletions(-) diff --git a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild deleted file mode 100644 index 3979b5df6..000000000 --- a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://pyvisa-py.readthedocs.io" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild deleted file mode 100644 index 4d31fbff7..000000000 --- a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://pyvisa-py.readthedocs.io" -EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${hgrecco}/${PN}.git" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/dev-python/PyVISA-py/metadata.xml b/dev-python/PyVISA-py/metadata.xml deleted file mode 100644 index b55b92cd3..000000000 --- a/dev-python/PyVISA-py/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - marbre@linux.sungazer.de - Marius Brehler - - - sci@gentoo.org - Gentoo Science Project - - -A PyVISA backend that implements a large part of the "Virtual -Instrument Software Architecture" (VISA) in pure Python. - - - hgrecco/pyvisa-py - PyVISA-py - -