mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1: Update to 1.4.0.
2: Add py-protobuf as RUN_DEPENDS.
This commit is contained in:
parent
5c2e2aba68
commit
e52b3b00ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444103
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grpcio
|
||||
PORTVERSION= 1.3.5
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,7 +13,8 @@ COMMENT= HTTP/2-based RPC framework
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34
|
||||
${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf
|
||||
LIB_DEPENDS= libcares.so:dns/c-ares
|
||||
|
||||
BROKEN_aarch64= fails to compile: cpu-aarch64-linux.c: fatal error: 'sys/auxv.h' file not found
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1495533092
|
||||
SHA256 (grpcio-1.3.5.tar.gz) = 3b5c9d3066660749d5f7b6d76f51249855ad3b2c556407b95efb742a5a5f23ea
|
||||
SIZE (grpcio-1.3.5.tar.gz) = 8912172
|
||||
TIMESTAMP = 1498115398
|
||||
SHA256 (grpcio-1.4.0.tar.gz) = a3a213a4c24b5c572b386d752e3b74a3f1b8fa5d03c07b6166fa39f3a6cdef34
|
||||
SIZE (grpcio-1.4.0.tar.gz) = 9095819
|
||||
|
Loading…
Reference in New Issue
Block a user