Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 18:05:57 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392935 - in head/devel: . py-stdnum
Message-ID:  <201507261805.t6QI5v8Q076147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
+
+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?201507261805.t6QI5v8Q076147>