git: f5b072d08001 - main - devel/py-pycognito: Update to 2024.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:19:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b072d08001d316ebfc0da26fea4d77534c15e3 commit f5b072d08001d316ebfc0da26fea4d77534c15e3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:56:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:15 +0000 devel/py-pycognito: Update to 2024.5.1 - Update WWW - Add LICENSE_FILE - Update version requirement of RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Add NO_ARCH - Update pkg-descr Changes: https://github.com/NabuCasa/pycognito/releases --- devel/py-pycognito/Makefile | 22 +++++++++++++--------- devel/py-pycognito/distinfo | 6 +++--- devel/py-pycognito/pkg-descr | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/devel/py-pycognito/Makefile b/devel/py-pycognito/Makefile index 715433e0bd0a..ac8791250453 100644 --- a/devel/py-pycognito/Makefile +++ b/devel/py-pycognito/Makefile @@ -1,22 +1,26 @@ PORTNAME= pycognito -DISTVERSION= 2022.11.1 -PORTREVISION= 1 +PORTVERSION= 2024.5.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Makes working with AWS Cognito easier for Python developers -WWW= https://github.com/pvizeli/pycognito +COMMENT= Integrate Boto3's Cognito client so it is easy to login users +WWW= https://github.com/NabuCasa/pycognito LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}envs>0:devel/py-envs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-jose>0:security/py-python-jose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.10.49:www/py-boto3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}envs>=1.3:devel/py-envs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.8.0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-pycognito/distinfo b/devel/py-pycognito/distinfo index f41c983f589e..7a3b9e84aa5a 100644 --- a/devel/py-pycognito/distinfo +++ b/devel/py-pycognito/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669154377 -SHA256 (pycognito-2022.11.1.tar.gz) = 27d4fe2194a54bc23a393a1e1543eaad9c57953e663c9387ef99f31209df66d1 -SIZE (pycognito-2022.11.1.tar.gz) = 27777 +TIMESTAMP = 1726487360 +SHA256 (pycognito-2024.5.1.tar.gz) = e211c66698c2c3dc8680e95107c2b4a922f504c3f7c179c27b8ee1ab0fc23ae4 +SIZE (pycognito-2024.5.1.tar.gz) = 31182 diff --git a/devel/py-pycognito/pkg-descr b/devel/py-pycognito/pkg-descr index c3a342da2823..f1fd04a8edd2 100644 --- a/devel/py-pycognito/pkg-descr +++ b/devel/py-pycognito/pkg-descr @@ -1 +1 @@ -Makes working with AWS Cognito easier for Python developers. +pyCognito makes working with AWS Cognito easier for Python developers.