mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-python-json-logger: Update to 3.2.1
- Add GitHub to MASTER_SITES Changes: https://github.com/nhairs/python-json-logger/releases
This commit is contained in:
parent
047b054553
commit
54a5d55acd
2 changed files with 14 additions and 6 deletions
|
@ -1,8 +1,10 @@
|
||||||
PORTNAME= python-json-logger
|
PORTNAME= python-json-logger
|
||||||
PORTVERSION= 3.0.1
|
PORTVERSION= 3.2.1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI \
|
||||||
|
https://github.com/nhairs/python-json-logger/releases/download/v${PORTVERSION}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= python_json_logger-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Python library adding a json log formatter
|
COMMENT= Python library adding a json log formatter
|
||||||
|
@ -19,4 +21,10 @@ USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PYTHON_REL} < 31000
|
||||||
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1734888276
|
TIMESTAMP = 1735227908
|
||||||
SHA256 (python-json-logger-3.0.1.tar.gz) = c2de8689c58c09a7cbb47d7cd49a29cd6948647618d7d946fabbe30b865e5a35
|
SHA256 (python_json_logger-3.2.1.tar.gz) = 8eb0554ea17cb75b05d2848bc14fb02fbdbd9d6972120781b974380bfa162008
|
||||||
SIZE (python-json-logger-3.0.1.tar.gz) = 10917
|
SIZE (python_json_logger-3.2.1.tar.gz) = 16287
|
||||||
|
|
Loading…
Add table
Reference in a new issue