svn commit: r560595 - head/devel/py-jsonlines

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 6 20:27:05 UTC 2021


Author: sunpoet
Date: Wed Jan  6 20:26:57 2021
New Revision: 560595
URL: https://svnweb.freebsd.org/changeset/ports/560595

Log:
  Update to 2.0.0
  
  Changes:	https://github.com/wbolster/jsonlines/blob/master/doc/index.rst#version-history

Modified:
  head/devel/py-jsonlines/Makefile
  head/devel/py-jsonlines/distinfo

Modified: head/devel/py-jsonlines/Makefile
==============================================================================
--- head/devel/py-jsonlines/Makefile	Wed Jan  6 20:26:53 2021	(r560594)
+++ head/devel/py-jsonlines/Makefile	Wed Jan  6 20:26:57 2021	(r560595)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonlines
-PORTVERSION=	1.2.0
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Library with helpers for the jsonlines file f
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
-USES=		python:3.6+
 
 .include <bsd.port.mk>

Modified: head/devel/py-jsonlines/distinfo
==============================================================================
--- head/devel/py-jsonlines/distinfo	Wed Jan  6 20:26:53 2021	(r560594)
+++ head/devel/py-jsonlines/distinfo	Wed Jan  6 20:26:57 2021	(r560595)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519647064
-SHA256 (jsonlines-1.2.0.tar.gz) = 43b8d5588a9d4862c8a4a49580e38e20ec595aee7ad6fe469b10fb83fbefde88
-SIZE (jsonlines-1.2.0.tar.gz) = 6075
+TIMESTAMP = 1609953911
+SHA256 (jsonlines-2.0.0.tar.gz) = 6fdd03104c9a421a1ba587a121aaac743bf02d8f87fa9cdaa3b852249a241fe8
+SIZE (jsonlines-2.0.0.tar.gz) = 6065


More information about the svn-ports-head mailing list