git: 6c7ff4736407 - main - devel/py-pendulum: Skip 2.1.2 version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 12:26:34 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c7ff473640719429296fb269e7b631717f05127 commit 6c7ff473640719429296fb269e7b631717f05127 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-08-24 12:25:00 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-08-24 12:25:00 +0000 devel/py-pendulum: Skip 2.1.2 version Set portscout to skip version 2.1.2 since this version has no functional changes. Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/py-pendulum/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pendulum/Makefile b/devel/py-pendulum/Makefile index 3a2a97f01416..a56eea2547d8 100644 --- a/devel/py-pendulum/Makefile +++ b/devel/py-pendulum/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6:devel/py-dateutil@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +PORTSCOUT= skipv:2.1.2 + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pendulum/_extensions/_helpers*.so @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pendulum/parsing/_iso8601*.so