Date: Sat, 15 Aug 2020 16:28:28 +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: r544951 - in head/devel: . py-google-crc32c0 Message-ID: <202008151628.07FGSSJg097018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 15 16:28:28 2020 New Revision: 544951 URL: https://svnweb.freebsd.org/changeset/ports/544951 Log: Add py-google-crc32c0 0.1.0 (copied from py-google-crc32c) - Add PORTSCOUT Added: head/devel/py-google-crc32c0/ - copied from r544544, head/devel/py-google-crc32c/ Modified: head/devel/Makefile head/devel/py-google-crc32c0/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 15 16:05:35 2020 (r544950) +++ head/devel/Makefile Sat Aug 15 16:28:28 2020 (r544951) @@ -4441,6 +4441,7 @@ SUBDIR += py-gobject3 SUBDIR += py-google-cloud-iam SUBDIR += py-google-crc32c + SUBDIR += py-google-crc32c0 SUBDIR += py-google-i18n-address SUBDIR += py-google-pasta SUBDIR += py-googleapis-common-protos Modified: head/devel/py-google-crc32c0/Makefile ============================================================================== --- head/devel/py-google-crc32c/Makefile Sun Aug 9 05:43:14 2020 (r544544) +++ head/devel/py-google-crc32c0/Makefile Sat Aug 15 16:28:28 2020 (r544951) @@ -6,6 +6,7 @@ PORTVERSION= 0.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 0 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper of the C library Google CRC32C @@ -18,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/ USES= localbase python USE_PYTHON= autoplist concurrent distutils + +PORTSCOUT= limit:^0\. post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c/_crc32c_cffi*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008151628.07FGSSJg097018>