From owner-svn-ports-all@freebsd.org Wed Jan 6 06:13:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46619A653E9; Wed, 6 Jan 2016 06:13:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DAAE1176; Wed, 6 Jan 2016 06:13:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u066DP1Y036024; Wed, 6 Jan 2016 06:13:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u066DOab036020; Wed, 6 Jan 2016 06:13:24 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601060613.u066DOab036020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 6 Jan 2016 06:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405330 - in head/textproc/py-pyx12: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 06:13:26 -0000 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