From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FCA21382BD for ; Wed, 15 Jun 2016 14:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9800E0A40; Wed, 15 Jun 2016 14:57:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FA91E0A07 for ; Wed, 15 Jun 2016 14:57:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71F5E33D3CD for ; Wed, 15 Jun 2016 14:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5CDF1BA1 for ; Wed, 15 Jun 2016 14:57:49 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1466002405.3ed84f6afeb154b16ab721edb8d51af535ca4d58.marbre@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.2.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: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 3ed84f6afeb154b16ab721edb8d51af535ca4d58 X-VCS-Branch: master Date: Wed, 15 Jun 2016 14:57:49 +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-Archives-Salt: 4b2ffb11-c6c1-41fd-8f17-abb5e5d2c2f3 X-Archives-Hash: 3539a0ddd904531b7e42377c387d9816 commit: 3ed84f6afeb154b16ab721edb8d51af535ca4d58 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Jun 15 14:53:25 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Jun 15 14:53:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ed84f6a dev-python/PyVISA-py: New package, ebuild written by me Package-Manager: portage-2.2.28 dev-python/PyVISA-py/PyVISA-py-0.2.ebuild | 20 ++++++++++++++++++++ dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 19 +++++++++++++++++++ dev-python/PyVISA-py/metadata.xml | 20 ++++++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild new file mode 100644 index 0000000..7f15a6b --- /dev/null +++ b/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" +HOMEPAGE="https://github.com/hgrecco/pyvisa-py" +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 new file mode 100644 index 0000000..047a5d9 --- /dev/null +++ b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" +HOMEPAGE="https://github.com/hgrecco/pyvisa-py" +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 new file mode 100644 index 0000000..be11d62 --- /dev/null +++ b/dev-python/PyVISA-py/metadata.xml @@ -0,0 +1,20 @@ + + + + + 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. + + + PyVISA-py + hgrecco/pyvisa-py + +