devel/py-mypy-protobuf: Update to 3.2.0
- Update WWW Changes: https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md
This commit is contained in:
parent
98d32023b9
commit
d113c68917
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= mypy-protobuf
|
||||
PORTVERSION= 2.10
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,8 @@ COMMENT= Generate mypy stub files from protobuf specs
|
|||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= protobuf>=3.17.3,1:devel/protobuf \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.17.3,1:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.17.4:devel/py-types-protobuf@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.3,1:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.19.5:devel/py-types-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1632037098
|
||||
SHA256 (mypy-protobuf-2.10.tar.gz) = 1fed214e16351b09946770794a321a818abb744078b1d863a479da070028684c
|
||||
SIZE (mypy-protobuf-2.10.tar.gz) = 21839
|
||||
TIMESTAMP = 1643971070
|
||||
SHA256 (mypy-protobuf-3.2.0.tar.gz) = 730aa15337c38f0446fbe08f6c6c2370ee01d395125369d4b70e08b1e2ee30ee
|
||||
SIZE (mypy-protobuf-3.2.0.tar.gz) = 22899
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
mypy-protobuf generates mypy stub files from protobuf specs. protoc-gen-mypy is
|
||||
a python implementation of the plugin.
|
||||
|
||||
WWW: https://github.com/dropbox/mypy-protobuf
|
||||
WWW: https://github.com/nipunn1313/mypy-protobuf
|
||||
|
|
Loading…
Reference in a new issue