Skip to content

Commit

Permalink
devel/py-mypy-protobuf: Update to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent ff2eecc commit 067dec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions devel/py-mypy-protobuf/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mypy-protobuf
PORTVERSION= 3.4.0
PORTREVISION= 2
PORTVERSION= 3.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,11 +10,10 @@ WWW= https://github.com/nipunn1313/mypy-protobuf

LICENSE= APACHE20

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= protobuf>=3.21.8,1:devel/protobuf \
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.8,1:devel/py-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.20.4:devel/py-types-protobuf@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=4.23.4,1:devel/py-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-protobuf>=4.23.0.2:devel/py-types-protobuf@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517
Expand Down
6 changes: 3 additions & 3 deletions devel/py-mypy-protobuf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669057781
SHA256 (mypy-protobuf-3.4.0.tar.gz) = 7d75a079651b105076776a35a5405e3fa773b8a167118f1b712e443e9a6c18a2
SIZE (mypy-protobuf-3.4.0.tar.gz) = 23540
TIMESTAMP = 1691070074
SHA256 (mypy-protobuf-3.5.0.tar.gz) = 21f270da0a9792a9dac76b0df463c027e561664ab6973c59be4e4d064dfe67dc
SIZE (mypy-protobuf-3.5.0.tar.gz) = 24418

0 comments on commit 067dec5

Please sign in to comment.