svn commit: r405330 - in head/textproc/py-pyx12: . files

Martin Wilke miwi at FreeBSD.org
Wed Jan 6 06:13:26 UTC 2016


Author: miwi
Date: Wed Jan  6 06:13:24 2016
New Revision: 405330
URL: https://svnweb.freebsd.org/changeset/ports/405330

Log:
  - Update to 2.2.1
  
  PR:		205897
  Submitted by:	ports fury

Added:
  head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py   (contents, props changed)
Deleted:
  head/textproc/py-pyx12/files/pkg-deinstall.in
Modified:
  head/textproc/py-pyx12/Makefile
  head/textproc/py-pyx12/distinfo
  head/textproc/py-pyx12/pkg-descr

Modified: head/textproc/py-pyx12/Makefile
==============================================================================
--- head/textproc/py-pyx12/Makefile	Wed Jan  6 06:12:30 2016	(r405329)
+++ head/textproc/py-pyx12/Makefile	Wed Jan  6 06:13:24 2016	(r405330)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyx12
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	Validate and convert HIPAA X12 
 
 LICENSE=	BSD3CLAUSE
 
+NO_ARCH=	yes
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 

Modified: head/textproc/py-pyx12/distinfo
==============================================================================
--- head/textproc/py-pyx12/distinfo	Wed Jan  6 06:12:30 2016	(r405329)
+++ head/textproc/py-pyx12/distinfo	Wed Jan  6 06:13:24 2016	(r405330)
@@ -1,2 +1,2 @@
-SHA256 (pyx12-2.1.1.tar.gz) = 3bbd020f327e48938596a68f773c1a2324a84de2129e218008892ca1ba500d53
-SIZE (pyx12-2.1.1.tar.gz) = 499856
+SHA256 (pyx12-2.2.1.tar.gz) = 659aeb712229352113aa900f1751b80bbee1892558fbfee87f7cbc1570d65dee
+SIZE (pyx12-2.2.1.tar.gz) = 497363

Added: head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py	Wed Jan  6 06:13:24 2016	(r405330)
@@ -0,0 +1,47 @@
+--- pyx12/error_handler_base.py.orig	2014-01-26 01:22:05 UTC
++++ pyx12/error_handler_base.py
+@@ -145,12 +145,18 @@ class ErrorHandlerBase(object):
+ 
+     @abc.abstractmethod
+     def close_isa_loop(self, node, seg, src):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def close_gs_loop(self, node, seg, src):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def close_st_loop(self, node, seg, src):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def find_node(self, type):
+@@ -160,17 +166,23 @@ class ErrorHandlerBase(object):
+ 
+     @abc.abstractmethod
+     def _get_last_child(self):
+-
+-    @abc.abstractmethod
++        """
++        """
+ 
+     @abc.abstractmethod
+     def get_error_count(self):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def get_first_child(self):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def get_next_sibling(self):
++        """
++        """
+ 
+     @abc.abstractmethod
+     def __next__(self):

Modified: head/textproc/py-pyx12/pkg-descr
==============================================================================
--- head/textproc/py-pyx12/pkg-descr	Wed Jan  6 06:12:30 2016	(r405329)
+++ head/textproc/py-pyx12/pkg-descr	Wed Jan  6 06:13:24 2016	(r405330)
@@ -1,5 +1,6 @@
-pyx12 is a python based ANSI X.12 to XML EDI translator and validator.  It is
-designed to be a step in the conversion of a X12 transaction to back-end
-database process. The initial target is X12N to support HIPAA transactions.
+pyx12 is a python based ANSI X.12 to XML EDI translator and validator.
+It is designed to be a step in the conversion of a X12 transaction to
+back-end database process. The initial target is X12N to support HIPAA
+transactions.
 
-WWW: http://pyx12.sourceforge.net/
+WWW: https://github.com/azoner/pyx12


More information about the svn-ports-head mailing list