Update to py-parsing 2.1.9

This commit is contained in:
shadchin 2016-09-29 09:52:00 +00:00
parent d6a77a70ff
commit b94ad48b96
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.35 2016/08/18 04:56:50 shadchin Exp $
# $OpenBSD: Makefile,v 1.36 2016/09/29 09:52:00 shadchin Exp $
COMMENT = Python parsing module
MODPY_EGG_VERSION = 2.1.8
MODPY_EGG_VERSION = 2.1.9
DISTNAME = pyparsing-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (pyparsing-2.1.8.tar.gz) = A6SGm580k4B+4fHLQF5tV2oaLKTYGpgmd8DBrWF3xWs=
SIZE (pyparsing-2.1.8.tar.gz) = 1222883
SHA256 (pyparsing-2.1.9.tar.gz) = kzJvVJC8/nBpgG/zQmkudfclKc+oLyBoO1/O611Kf8I=
SIZE (pyparsing-2.1.9.tar.gz) = 1230453

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2016/08/11 10:20:36 shadchin Exp $
@comment $OpenBSD: PLIST,v 1.20 2016/09/29 09:52:00 shadchin Exp $
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pyparsing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pyparsing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/pyparsing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@ -27,6 +27,7 @@ share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.And-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.CaselessKeyword-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.CaselessLiteral-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.CharsNotIn-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.CloseMatch-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.Combine-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.Dict-class.html
share/doc/${MODPY_PY_PREFIX}parsing/htmldoc/pyparsing.Each-class.html