Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2022 12:26:34 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c7ff4736407 - main - devel/py-pendulum: Skip 2.1.2 version
Message-ID:  <202208241226.27OCQYGm076213@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208241226.27OCQYGm076213>