mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
security/py-itsdangerous: Update to 2.0.1 [1]
Remove JSON option, upstream do not use simplejson now PR: 255925 [1] Reported by: vidwer+fbsdbugs@gmail.com [1] Approved by: maintainer
This commit is contained in:
parent
1ce7001771
commit
73f3467b93
2 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Olivier Duchateau
|
# Created by: Olivier Duchateau
|
||||||
|
|
||||||
PORTNAME= itsdangerous
|
PORTNAME= itsdangerous
|
||||||
PORTVERSION= 0.24
|
PORTVERSION= 2.0.1
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -16,8 +16,4 @@ USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= JSON
|
|
||||||
|
|
||||||
JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson@${PY_FLAVOR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (itsdangerous-0.24.tar.gz) = cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
TIMESTAMP = 1635210530
|
||||||
SIZE (itsdangerous-0.24.tar.gz) = 46541
|
SHA256 (itsdangerous-2.0.1.tar.gz) = 9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0
|
||||||
|
SIZE (itsdangerous-2.0.1.tar.gz) = 59336
|
||||||
|
|
Loading…
Add table
Reference in a new issue