Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 16:32:48 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r392935 - in head/devel: . py-stdnum
Message-ID:  <55B5D090.3000803@FreeBSD.org>
In-Reply-To: <201507261805.t6QI5v8Q076147@repo.freebsd.org>
References:  <201507261805.t6QI5v8Q076147@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27/07/2015 4:05 AM, Kurt Jaeger wrote:
> Author: pi
> Date: Sun Jul 26 18:05:56 2015
> New Revision: 392935
> URL: https://svnweb.freebsd.org/changeset/ports/392935
> 
> Log:
>   New port: devel/py-stdnum
>   
>   Python module to parse, validate and reformat standard numbers and codes.
>   
>   This library offers functions for parsing, validating and reformatting
>   standard numbers and codes in various formats.
>   
>   WWW: https://pypi.python.org/pypi/python-stdnum/
> 
> Added:
>   head/devel/py-stdnum/
>   head/devel/py-stdnum/Makefile   (contents, props changed)
>   head/devel/py-stdnum/distinfo   (contents, props changed)
>   head/devel/py-stdnum/pkg-descr   (contents, props changed)
> Modified:
>   head/devel/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Sun Jul 26 17:12:02 2015	(r392934)
> +++ head/devel/Makefile	Sun Jul 26 18:05:56 2015	(r392935)
> @@ -4196,6 +4196,7 @@
>      SUBDIR += py-speaklater
>      SUBDIR += py-sqlcc
>      SUBDIR += py-statgrab
> +    SUBDIR += py-stdnum
>      SUBDIR += py-stevedore
>      SUBDIR += py-stsci.distutils
>      SUBDIR += py-subversion
> 
> Added: head/devel/py-stdnum/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-stdnum/Makefile	Sun Jul 26 18:05:56 2015	(r392935)
> @@ -0,0 +1,19 @@
> +# $FreeBSD$
> +
> +PORTNAME=	stdnum
> +PORTVERSION=	1.1
> +CATEGORIES=	devel python
> +MASTER_SITES=	CHEESESHOP
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +DISTNAME=	python-${PORTNAME}-${PORTVERSION}

This needs to be renamed to match upstream (PyPI) name: py-python-stdnum

See:

 * https://wiki.freebsd.org/Python/PortsPolicy
 * https://lists.freebsd.org/pipermail/freebsd-python/2015-July/008589.html

> +MAINTAINER=	pi@FreeBSD.org
> +COMMENT=	Python module to handle standardized numbers and codes
> +
> +LICENSE=	LGPL21
> +
> +# Python3 ready
> +USES=		python
> +USE_PYTHON=	distutils autoplist
> +
> +.include <bsd.port.mk>
> 
> Added: head/devel/py-stdnum/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-stdnum/distinfo	Sun Jul 26 18:05:56 2015	(r392935)
> @@ -0,0 +1,2 @@
> +SHA256 (python-stdnum-1.1.tar.gz) = 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35
> +SIZE (python-stdnum-1.1.tar.gz) = 205495
> 
> Added: head/devel/py-stdnum/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-stdnum/pkg-descr	Sun Jul 26 18:05:56 2015	(r392935)
> @@ -0,0 +1,6 @@
> +Python module to parse, validate and reformat standard numbers and codes.
> +
> +This library offers functions for parsing, validating and reformatting
> +standard numbers and codes in various formats.
> +
> +WWW: https://pypi.python.org/pypi/python-stdnum/
> 




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