git: a0eadd76218b - main - devel/py-google-re2: Update to 0.2.20210901
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:25:16 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0eadd76218b608a6c11dc476d105fd2c3647241
commit a0eadd76218b608a6c11dc476d105fd2c3647241
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:27 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:32 +0000
devel/py-google-re2: Update to 0.2.20210901
Changes: https://github.com/google/re2/commits/abseil/python
---
devel/py-google-re2/Makefile | 5 ++---
devel/py-google-re2/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/devel/py-google-re2/Makefile b/devel/py-google-re2/Makefile
index 42bd138cde47..3c00d5b3dd1d 100644
--- a/devel/py-google-re2/Makefile
+++ b/devel/py-google-re2/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= google-re2
-PORTVERSION= 0.1.20210601
+PORTVERSION= 0.2.20210901
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +14,11 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
re2>=${PORTVERSION:E}:devel/re2
LIB_DEPENDS= libre2.so:devel/re2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= compiler:c11 localbase python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_re2*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
diff --git a/devel/py-google-re2/distinfo b/devel/py-google-re2/distinfo
index d1d08572f284..b41439f85bcf 100644
--- a/devel/py-google-re2/distinfo
+++ b/devel/py-google-re2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624189723
-SHA256 (google-re2-0.1.20210601.tar.gz) = e1c4fffa79fc8d9ef0ea088f95b00d2e6310df3c83059b41445a9fe44aa238b8
-SIZE (google-re2-0.1.20210601.tar.gz) = 9142
+TIMESTAMP = 1632227528
+SHA256 (google-re2-0.2.20210901.tar.gz) = 676fa9ee54e3fb70f290526fc0f4d78d1e5a4add701b5547494eaf7c68c72247
+SIZE (google-re2-0.2.20210901.tar.gz) = 8677
More information about the dev-commits-ports-all
mailing list