py-xmlschema: updated to 1.1.2
v1.1.2: * Extension of validation tests with *XMLSchema11* validator * Fixed several bugs * Extended testing with Travis CI
This commit is contained in:
parent
a9b0e065a0
commit
795a0551b7
2 changed files with 11 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2020/02/21 06:35:53 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2020/03/23 10:07:11 adam Exp $
|
||||
|
||||
DISTNAME= xmlschema-1.1.1
|
||||
DISTNAME= xmlschema-1.1.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
|
||||
|
@ -11,10 +11,14 @@ COMMENT= XML Schema validator and decoder
|
|||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-elementpath
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2020/02/21 06:35:53 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2020/03/23 10:07:11 adam Exp $
|
||||
|
||||
SHA1 (xmlschema-1.1.1.tar.gz) = 5a3d32d4d9c5d4b5387efdf4e3456bb9832bcac6
|
||||
RMD160 (xmlschema-1.1.1.tar.gz) = 038dd277568572e642e2da5e26280236d50ee69f
|
||||
SHA512 (xmlschema-1.1.1.tar.gz) = c2acb1b624173f61fa68b022d205183097c652f7d5389277d23a35fb16a2de5db37d4fa36cdaa9af860f4f6117b5d2f8740f541914f65f951ee24659f3fd4611
|
||||
Size (xmlschema-1.1.1.tar.gz) = 293535 bytes
|
||||
SHA1 (xmlschema-1.1.2.tar.gz) = 9ffddfb280045af22d947b8163e32c7d6eca6f27
|
||||
RMD160 (xmlschema-1.1.2.tar.gz) = b72e352c67f6585ccdcc55dd9794133b9496b2ca
|
||||
SHA512 (xmlschema-1.1.2.tar.gz) = dee3b854c74645cb85bc1464648909fe2497542d137c98d241201670d1536e7a47c5bc2d6a38e10fe07696fa34115d76eac3ac67a9279ea7d9a45722b4e80ba7
|
||||
Size (xmlschema-1.1.2.tar.gz) = 297566 bytes
|
||||
|
|
Loading…
Reference in a new issue