svn commit: r392935 - in head/devel: . py-stdnum

Kubilay Kocak koobs at FreeBSD.org
Mon Jul 27 06:32:55 UTC 2015


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 at 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/
> 



More information about the svn-ports-all mailing list