From owner-svn-ports-all@freebsd.org Thu Oct 15 10:52:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33378A15988; Thu, 15 Oct 2015 10:52:51 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3C91152; Thu, 15 Oct 2015 10:52:50 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mercury.issp.ac.ru [77.236.34.155:31796] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id t9FArjO4042843 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Thu, 15 Oct 2015 13:53:45 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: koobs@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r399221 - in head/devel: . pyvisa pyvisa-py Date: Thu, 15 Oct 2015 10:52:46 +0000 Message-ID: <1726138.XMjIiU2zB3@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <561DB786.9010101@FreeBSD.org> References: <201510132059.t9DKxqa3065229@repo.freebsd.org> <561DB786.9010101@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 10:52:51 -0000 On Wed, 14 Oct 2015 13:01:42 +1100 Kubilay Kocak wrote: > On 14/10/2015 7:59 AM, Max Brazhnikov wrote: > > Author: makc > > Date: Tue Oct 13 20:59:51 2015 > > New Revision: 399221 > > URL: https://svnweb.freebsd.org/changeset/ports/399221 > > > > Log: > > Add new ports. devel/pyvisa: > > > > Python bindings to the "Virtual Instrument Software Architecture" > > VISA library, in order to control measurement devices via GPIB, > > RS232, or USB. > > > > WWW: https://pypi.python.org/pypi/PyVISA > > > > devel/pyvisa-py: > > > > PyVISA-py is a backend for PyVISA. It implements most of the methods > > for Message Based communication (Serial/USB/GPIB/Ethernet) using > > Python and some cross platform libraries. > > > > WWW: https://pypi.python.org/pypi/PyVISA-py > > > > Added: > > head/devel/pyvisa/ > > head/devel/pyvisa-py/ > > SVN dir should be py-pyvisa-py I've read wiki on naming python ports, but three 'py' in a row is too much for me. btw, why do you want py- prefix for pypi ports? > I know .. *sigh at upstream package naming*