Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2015 21:16:10 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Dmitry Sivachenko <demon@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Cc:        freebsd-python@FreeBSD.org
Subject:   Re: svn commit: r392346 - head/graphics/py-graph
Message-ID:  <55A8E3FA.8040501@FreeBSD.org>
In-Reply-To: <201507171105.t6HB5f82036991@repo.freebsd.org>
References:  <201507171105.t6HB5f82036991@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <s3erios@gmail.com>
> 
> 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 <bsd.port.mk>
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55A8E3FA.8040501>