aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-canonicaljson
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-06-06 02:57:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-06-06 02:57:08 +0800
commit82fd6423abe3b69f77c945c4b62c7a1dead756c5 (patch)
tree0bfdefaa461d54ffbcf8070575dde2a50e6a6801 /devel/py-canonicaljson
parent6ef4eadeb0ce9d4e70f35067da9c62cbe1b9b92d (diff)
downloadfreebsd-ports-gnome-82fd6423abe3b69f77c945c4b62c7a1dead756c5.tar.gz
freebsd-ports-gnome-82fd6423abe3b69f77c945c4b62c7a1dead756c5.tar.zst
freebsd-ports-gnome-82fd6423abe3b69f77c945c4b62c7a1dead756c5.zip
Update to 1.1.4
- Change MASTER_SITES to CHEESESHOP - Add missing RUN_DEPENDS - Take maintainership Changes: https://github.com/matrix-org/python-canonicaljson/blob/master/CHANGES.md
Diffstat (limited to 'devel/py-canonicaljson')
-rw-r--r--devel/py-canonicaljson/Makefile15
-rw-r--r--devel/py-canonicaljson/distinfo6
-rw-r--r--devel/py-canonicaljson/pkg-descr6
3 files changed, 11 insertions, 16 deletions
diff --git a/devel/py-canonicaljson/Makefile b/devel/py-canonicaljson/Makefile
index 33f485ba960c..09d62ed383ca 100644
--- a/devel/py-canonicaljson/Makefile
+++ b/devel/py-canonicaljson/Makefile
@@ -2,29 +2,24 @@
# $FreeBSD$
PORTNAME= canonicaljson
-PORTVERSION= 1.1.3
-DISTVERSIONPREFIX= v
-PORTREVISION= 0
+PORTVERSION= 1.1.4
CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Canonical JSON
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR}
USES= python
-USE_GITHUB= yes
USE_PYTHON= autoplist distutils
-
-GH_ACCOUNT= matrix-org
-GH_PROJECT= python-canonicaljson
-
NO_ARCH= yes
do-test:
diff --git a/devel/py-canonicaljson/distinfo b/devel/py-canonicaljson/distinfo
index 1a59edb9b8c0..4d1b052c3282 100644
--- a/devel/py-canonicaljson/distinfo
+++ b/devel/py-canonicaljson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523908667
-SHA256 (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = b252582d0d8908a545c6b33f7509c13338c1033ad049b3e917bf730395224dc0
-SIZE (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = 10112
+TIMESTAMP = 1528219967
+SHA256 (canonicaljson-1.1.4.tar.gz) = 45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725
+SIZE (canonicaljson-1.1.4.tar.gz) = 9355
diff --git a/devel/py-canonicaljson/pkg-descr b/devel/py-canonicaljson/pkg-descr
index de2cffda8fad..49e5a66b6134 100644
--- a/devel/py-canonicaljson/pkg-descr
+++ b/devel/py-canonicaljson/pkg-descr
@@ -1,5 +1,5 @@
-A JSON library for Python that provides features such as sorted keys, no
-insignificant whitespace, minimal escaping where necessary and supports
-frozendict immutable dictionaries.
+Canonical JSON is a JSON library for Python that provides features such as
+sorted keys, no insignificant whitespace, minimal escaping where necessary and
+supports frozendict immutable dictionaries.
WWW: https://github.com/matrix-org/python-canonicaljson