From owner-freebsd-python@freebsd.org Fri Jul 17 11:16:22 2015 Return-Path: Delivered-To: freebsd-python@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 321C19A3053; Fri, 17 Jul 2015 11:16:22 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (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 EC18E14A4; Fri, 17 Jul 2015 11:16:21 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pachj5 with SMTP id hj5so59519566pac.3; Fri, 17 Jul 2015 04:16:21 -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=HooZ8TWA40Ue+OcbPDYO3NVRfBogSRR2XorqepcjXa4=; b=Vj/khSs6upPWKCgI2uJIAbVlkFLtX1JHodFej44lS9RdS2PTftVAKn0g9pNIvgKwkz kUofRjmFcm69M/7AmrgX8Rkm/Gan1P5QGw9Pmkbbn2wE2iHzYC8HcQ6+Tr+ebSrND4cT 3qXtuy9iNnfs/78esX7LNvVFbHv3rcmYaiSp7D0ZaeTjGs8XOVX/81yZAGnjapO6vTem yY33/8QiLi324NxTV2nB+VddMPYw7vnQdBFfXX54UQyNV5bnYuo6gaxtJ11Y1D12tL+T LAhjNUG3lxKiTHvaLZOFTfAPpf6BmOwsnclLja1Z6XsdgFl2GYw6VGViTwkYQqgXfLrQ GLdw== X-Received: by 10.66.62.194 with SMTP id a2mr29159113pas.67.1437131781288; Fri, 17 Jul 2015 04:16:21 -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 fs16sm10936237pdb.12.2015.07.17.04.16.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jul 2015 04:16:20 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392346 - head/graphics/py-graph References: <201507171105.t6HB5f82036991@repo.freebsd.org> To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: freebsd-python@FreeBSD.org From: Kubilay Kocak Message-ID: <55A8E3FA.8040501@FreeBSD.org> Date: Fri, 17 Jul 2015 21:16:10 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507171105.t6HB5f82036991@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 11:16:22 -0000 On 17/07/2015 9:05 PM, Dmitry Sivachenko wrote: > Author: demon > Date: Fri Jul 17 11:05:40 2015 > New Revision: 392346 > URL: https://svnweb.freebsd.org/changeset/ports/392346 > > Log: > Convert to USES=metaport. > > PR: 201634 > Submitted by: Andriy Voskoboinyk > > Modified: > head/graphics/py-graph/Makefile > head/graphics/py-graph/pkg-descr > > Modified: head/graphics/py-graph/Makefile > ============================================================================== > --- head/graphics/py-graph/Makefile Fri Jul 17 10:40:57 2015 (r392345) > +++ head/graphics/py-graph/Makefile Fri Jul 17 11:05:40 2015 (r392346) > @@ -4,9 +4,6 @@ > PORTNAME= graph > PORTVERSION= 1.8.2 > CATEGORIES= graphics python > -MASTER_SITES= # empty > -DISTFILES= # none > -EXTRACT_ONLY= # empty > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= demon@FreeBSD.org > @@ -15,10 +12,6 @@ COMMENT= Library for working with graphs > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ > ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-dot > > -USES= python > -NO_BUILD= yes > - > -do-install: > - ${DO_NADA} > +USES= metaport python > > .include > > Modified: head/graphics/py-graph/pkg-descr > ============================================================================== > --- head/graphics/py-graph/pkg-descr Fri Jul 17 10:40:57 2015 (r392345) > +++ head/graphics/py-graph/pkg-descr Fri Jul 17 11:05:40 2015 (r392346) > @@ -2,4 +2,4 @@ A library for working with graphs in Pyt > It provides a suitable data structure for representing graphs > and a whole set of important algorithms. > > -WWW: http://code.google.com/p/python-graph/ > +WWW: http://code.google.com/p/python-graph/ > Hi Dmitry, Unrelated to this commit, the correct name for this python package is python-graph and should be renamed accordingly: https://pypi.python.org/pypi/python-graph There is another package in PyPI which is named graph (correctly), which conflicts with this one: https://pypi.python.org/pypi/graph This is one more in a long line of incorrectly named and conflicting ports in the tree, which one of the reasons (among a few others) why we now have the following working draft policy in place: https://wiki.freebsd.org/Python/PortsPolicy Would you mind moving this to its correct name, or would you like me to take care of it? Thanks! ./koobs