Date: Tue, 14 Jan 2020 16:43:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523028 - in head/security: . py-pysaml24 Message-ID: <202001141643.00EGhtEe026464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 14 16:43:55 2020 New Revision: 523028 URL: https://svnweb.freebsd.org/changeset/ports/523028 Log: Add py-pysaml24 4.9.0 (copied from py-pysaml2) - Add PORTSCOUT Added: head/security/py-pysaml24/ - copied from r523011, head/security/py-pysaml2/ Modified: head/security/Makefile head/security/py-pysaml24/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jan 14 16:29:19 2020 (r523027) +++ head/security/Makefile Tue Jan 14 16:43:55 2020 (r523028) @@ -962,6 +962,7 @@ SUBDIR += py-pyotp SUBDIR += py-pyptlib SUBDIR += py-pysaml2 + SUBDIR += py-pysaml24 SUBDIR += py-pyscard SUBDIR += py-pysha3 SUBDIR += py-pysodium Modified: head/security/py-pysaml24/Makefile ============================================================================== --- head/security/py-pysaml2/Makefile Tue Jan 14 13:28:20 2020 (r523011) +++ head/security/py-pysaml24/Makefile Tue Jan 14 16:43:55 2020 (r523028) @@ -6,6 +6,7 @@ PORTVERSION= 4.9.0 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 4 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of SAML Version 2 @@ -32,6 +33,8 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +PORTSCOUT= limit:^4\. do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001141643.00EGhtEe026464>