Index: head/textproc/py-pyx12/Makefile =================================================================== --- head/textproc/py-pyx12/Makefile (revision 405329) +++ head/textproc/py-pyx12/Makefile (revision 405330) @@ -1,18 +1,20 @@ # Created by: john@zoner.org # $FreeBSD$ PORTNAME= pyx12 -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Validate and convert HIPAA X12 documents LICENSE= BSD3CLAUSE + +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist .include Index: head/textproc/py-pyx12/distinfo =================================================================== --- head/textproc/py-pyx12/distinfo (revision 405329) +++ head/textproc/py-pyx12/distinfo (revision 405330) @@ -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 Index: head/textproc/py-pyx12/files/pkg-deinstall.in =================================================================== --- head/textproc/py-pyx12/files/pkg-deinstall.in (revision 405329) +++ head/textproc/py-pyx12/files/pkg-deinstall.in (nonexistent) @@ -1,17 +0,0 @@ -#!/bin/sh -PKGNAME=$1 -# -case $2 in - DEINSTALL) - rm -f %%DATADIR%%/test/*.pyc - rm -f %%DATADIR%%/test/*.pyo - ;; - POST-DEINSTALL) - exit 0 - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 Property changes on: head/textproc/py-pyx12/files/pkg-deinstall.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py =================================================================== --- head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py (nonexistent) +++ head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py (revision 405330) @@ -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): Property changes on: head/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-pyx12/pkg-descr =================================================================== --- head/textproc/py-pyx12/pkg-descr (revision 405329) +++ head/textproc/py-pyx12/pkg-descr (revision 405330) @@ -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