svn commit: r392346 - head/graphics/py-graph
Kubilay Kocak
koobs at FreeBSD.org
Fri Jul 17 11:16:22 UTC 2015
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 at 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 at 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
More information about the freebsd-python
mailing list