svn commit: r471859 - branches/2018Q2/devel/py-canonicaljson
Mark Felder
feld at FreeBSD.org
Wed Jun 6 16:48:14 UTC 2018
Author: feld
Date: Wed Jun 6 16:48:12 2018
New Revision: 471859
URL: https://svnweb.freebsd.org/changeset/ports/471859
Log:
MFH: r467535 r471795
Update to 1.1.4
- Change MASTER_SITES to CHEESESHOP
- Add missing RUN_DEPENDS
Changes: https://github.com/matrix-org/python-canonicaljson/blob/master/CHANGES.md
PR: 228072
Modified:
branches/2018Q2/devel/py-canonicaljson/Makefile
branches/2018Q2/devel/py-canonicaljson/distinfo
branches/2018Q2/devel/py-canonicaljson/pkg-descr
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/devel/py-canonicaljson/Makefile
==============================================================================
--- branches/2018Q2/devel/py-canonicaljson/Makefile Wed Jun 6 16:29:19 2018 (r471858)
+++ branches/2018Q2/devel/py-canonicaljson/Makefile Wed Jun 6 16:48:12 2018 (r471859)
@@ -2,29 +2,24 @@
# $FreeBSD$
PORTNAME= canonicaljson
-PORTVERSION= 1.0.0
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTVERSION= 1.1.4
CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= brendan+freebsd at bbqsrc.net
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Canonical JSON
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=0.4:devel/py-frozendict@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${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:
Modified: branches/2018Q2/devel/py-canonicaljson/distinfo
==============================================================================
--- branches/2018Q2/devel/py-canonicaljson/distinfo Wed Jun 6 16:29:19 2018 (r471858)
+++ branches/2018Q2/devel/py-canonicaljson/distinfo Wed Jun 6 16:48:12 2018 (r471859)
@@ -1,2 +1,3 @@
-SHA256 (matrix-org-python-canonicaljson-v1.0.0_GH0.tar.gz) = 99da302069a91eb2305a5a0a8965738f7345baf6f6ba7266d3cc77e1d5fe827a
-SIZE (matrix-org-python-canonicaljson-v1.0.0_GH0.tar.gz) = 6103
+TIMESTAMP = 1528219967
+SHA256 (canonicaljson-1.1.4.tar.gz) = 45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725
+SIZE (canonicaljson-1.1.4.tar.gz) = 9355
Modified: branches/2018Q2/devel/py-canonicaljson/pkg-descr
==============================================================================
--- branches/2018Q2/devel/py-canonicaljson/pkg-descr Wed Jun 6 16:29:19 2018 (r471858)
+++ branches/2018Q2/devel/py-canonicaljson/pkg-descr Wed Jun 6 16:48:12 2018 (r471859)
@@ -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
More information about the svn-ports-branches
mailing list