svn commit: r544951 - in head/devel: . py-google-crc32c0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 15 16:28:29 UTC 2020


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 at 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


More information about the svn-ports-head mailing list