git: b094c7bb8e9a - main - devel/py-opencensus: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:06:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b094c7bb8e9af2de1e472cf15d30cfed3e06e657 commit b094c7bb8e9af2de1e472cf15d30cfed3e06e657 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:43 +0000 devel/py-opencensus: Update to 0.9.0 - Use USES=dos2unix Changes: https://github.com/census-instrumentation/opencensus-python/releases --- devel/py-opencensus/Makefile | 5 ++--- devel/py-opencensus/distinfo | 6 +++--- devel/py-opencensus/files/patch-setup.py | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/devel/py-opencensus/Makefile b/devel/py-opencensus/Makefile index 8b4e9a147b6e..e7ff9ca9c800 100644 --- a/devel/py-opencensus/Makefile +++ b/devel/py-opencensus/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= opencensus -PORTVERSION= 0.7.13 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.0.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opencensus-context>=0.1.2:devel/py-opencensus-context@${PY_FLAVOR} -USES= python:3.7+ +USES= dos2unix python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-opencensus/distinfo b/devel/py-opencensus/distinfo index a63412646bce..6f51cece347c 100644 --- a/devel/py-opencensus/distinfo +++ b/devel/py-opencensus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621183216 -SHA256 (opencensus-0.7.13.tar.gz) = b58b86e5ac7c7760cf9716702dc09d1faf0c9606a8659d836a9bd30ba74ad169 -SIZE (opencensus-0.7.13.tar.gz) = 64288 +TIMESTAMP = 1655208270 +SHA256 (opencensus-0.9.0.tar.gz) = 6af715a27d38775b4710c53eb611614b9761cc118c3906b0074ea85ce6a673f9 +SIZE (opencensus-0.9.0.tar.gz) = 64806 diff --git a/devel/py-opencensus/files/patch-setup.py b/devel/py-opencensus/files/patch-setup.py deleted file mode 100644 index c9889422de15..000000000000 --- a/devel/py-opencensus/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-05-13 23:43:32 UTC -+++ setup.py -@@ -41,7 +41,7 @@ setup( - long_description=open('README.rst').read(), - install_requires=[ - 'opencensus-context == 0.1.2', -- 'google-api-core >= 1.0.0, < 2.0.0', -+ 'google-api-core >= 1.0.0, < 3.0.0', - ], - extras_require={}, - license='Apache-2.0',