From owner-svn-ports-head@freebsd.org Thu Oct 15 12:32:50 2015 Return-Path: Delivered-To: svn-ports-head@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 09775A138B6; Thu, 15 Oct 2015 12:32:50 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCF6DF02; Thu, 15 Oct 2015 12:32:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by payp3 with SMTP id p3so39215832pay.1; Thu, 15 Oct 2015 05:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=quiQO67iWOFf7NSXOlmZfLLOSAEVl+Upv6kfO4v5Cww=; b=Y/7S5IevIotZ8yuV61wm9xyS4KoLy2nAFG/1DURjzkxDOajxThcPla9M7r2b0g3xQd CeAI0JhvWzmil1rU/R0uqzEqBC9N0qpY4KCYrrB37fsK2utVhnZsiKmi1O9PPgWu59uu Hg4aafNGmk5Nh7zoP2cuRKG6P0LD9Wuh3bIcKvQqTZ5RXYYI62sEcg5hWH8eO5oVC6Pk Vvs8xN6VM0n5ZV3+Ok1wq6cXzY3StgGioJw20q5U7MTKtJfPw3QnZcyQZTzCIz4oIcqp sXxR4p0XkawJtBbU7A+hhH40665jKOKTw3f/xxyudzxLfAy4LdyBjFmKaSTJRB/4gwwX JaTA== X-Received: by 10.66.158.233 with SMTP id wx9mr9933125pab.157.1444912369384; Thu, 15 Oct 2015 05:32:49 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::3? (2001-44b8-31ae-7b01-0000-0000-0000-0003.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::3]) by smtp.gmail.com with ESMTPSA id zc4sm15294605pbb.24.2015.10.15.05.32.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 05:32:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r399221 - in head/devel: . pyvisa pyvisa-py References: <201510132059.t9DKxqa3065229@repo.freebsd.org> <561DB786.9010101@FreeBSD.org> <1726138.XMjIiU2zB3@mercury.ph.man.ac.uk> To: Max Brazhnikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <561F9CE4.50709@FreeBSD.org> Date: Thu, 15 Oct 2015 23:32:36 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <1726138.XMjIiU2zB3@mercury.ph.man.ac.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 12:32:50 -0000 On 15/10/2015 9:52 PM, Max Brazhnikov wrote: > 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* > We can't control how upstreams name their packages, but we can ensure we are consistent in our naming, which means * minimal to no conflicts (see python-twitter & twitter on pypy among many other examples * easy and consistent discovery via google, freshports, etc (users will always search for the exact pypi name first)