Date: Sun, 23 Jan 2022 19:28:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a007da91e361 - main - www/py-pyjwt: Sort USES Message-ID: <202201231928.20NJSwAm016640@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a007da91e361539dceae512136343367df030d89 commit a007da91e361539dceae512136343367df030d89 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:21:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 19:08:52 +0000 www/py-pyjwt: Sort USES --- www/py-pyjwt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index 0d1380b6faa5..cac7bc01eab4 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -13,7 +13,7 @@ COMMENT= JSON Web Token implementation in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ cpe +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231928.20NJSwAm016640>