From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
Date: Sun, 25 Jan 2015 16:39:00 +0000 (UTC) [thread overview]
Message-ID: <1422039758.b521bf8660dbd722194677a1f5803804ce44005e.jlec@gentoo> (raw)
commit: b521bf8660dbd722194677a1f5803804ce44005e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Jan 23 19:02:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 19:02:38 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b521bf86
dev-python/python-vxi11: New package
---
dev-python/python-vxi11/ChangeLog | 8 ++++++++
dev-python/python-vxi11/metadata.xml | 14 ++++++++++++++
dev-python/python-vxi11/python-vxi11-0.7.ebuild | 1 +
dev-python/python-vxi11/python-vxi11-9999.ebuild | 22 ++++++++++++++++++++++
4 files changed, 45 insertions(+)
diff --git a/dev-python/python-vxi11/ChangeLog b/dev-python/python-vxi11/ChangeLog
new file mode 100644
index 0000000..88b810c
--- /dev/null
+++ b/dev-python/python-vxi11/ChangeLog
@@ -0,0 +1,8 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*python-vxi11-0.7 (23 Jan 2015)
+
+ 23 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+ +python-vxi11-0.7.ebuild, +python-vxi11-9999.ebuild:
+ Initial commit.
diff --git a/dev-python/python-vxi11/metadata.xml b/dev-python/python-vxi11/metadata.xml
new file mode 100644
index 0000000..05deeb0
--- /dev/null
+++ b/dev-python/python-vxi11/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>marbre@linux.sungazer.de</email>
+ <name>Marius Brehler</name>
+ </maintainer>
+ <longdescription>
+ Python VXI-11 is a Python implementation of the VXI-11 Ethernet
+ instrument control protocol. It is compatible with VXI-11,
+ LXI instruments and VXI-11 to GPIB bridges (HP E2050A, etc.).
+ </longdescription>
+</pkgmetadata>
\ No newline at end of file
diff --git a/dev-python/python-vxi11/python-vxi11-0.7.ebuild b/dev-python/python-vxi11/python-vxi11-0.7.ebuild
new file mode 120000
index 0000000..ed718af
--- /dev/null
+++ b/dev-python/python-vxi11/python-vxi11-0.7.ebuild
@@ -0,0 +1 @@
+python-vxi11-9999.ebuild
\ 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
new file mode 100644
index 0000000..c904159
--- /dev/null
+++ b/dev-python/python-vxi11/python-vxi11-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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
+
+LICENSE="MIT"
+SLOT="0"
next reply other threads:[~2015-01-25 16:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-25 16:39 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-25 16:39 [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/ Justin Lecher
2015-09-21 19:05 Justin Lecher
2015-11-28 18:21 Marius Brehler
2016-02-08 13:39 Marius Brehler
2020-10-07 1:45 Aisha Tammy
2020-10-07 1:45 Aisha Tammy
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=1422039758.b521bf8660dbd722194677a1f5803804ce44005e.jlec@gentoo \
--to=jlec@gentoo.org \
--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