Skip to content

Commit

Permalink
devel/py-canonicaljson: Update to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent 1f20ce2 commit 04af974
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-canonicaljson/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= canonicaljson
PORTVERSION= 1.6.2
PORTVERSION= 1.6.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.14.0:devel/py-simplejson@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${PY_FLAVOR}

USES= python:3.5+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes
Expand All @@ -30,4 +30,7 @@ FROZENDICT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendi
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif

post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-canonicaljson/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1654774070
SHA256 (canonicaljson-1.6.2.tar.gz) = af00be8ce9c589857df176bb94594f0d43b0e027f027a8d7cf8978fdb819024a
SIZE (canonicaljson-1.6.2.tar.gz) = 10644
TIMESTAMP = 1664767898
SHA256 (canonicaljson-1.6.3.tar.gz) = ca59760bc274a899a0da75809d6909ae43e5123381fd6ef040a44d1952c0b448
SIZE (canonicaljson-1.6.3.tar.gz) = 10754
3 changes: 3 additions & 0 deletions devel/py-canonicaljson/files/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 04af974

Please sign in to comment.