Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 17:08:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545005 - head/www/py-hyperlink
Message-ID:  <202008151708.07FH8V7W028459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 15 17:08:30 2020
New Revision: 545005
URL: https://svnweb.freebsd.org/changeset/ports/545005

Log:
  Update to 20.0.0
  
  Changes:	https://github.com/python-hyper/hyperlink/blob/master/CHANGELOG.md

Modified:
  head/www/py-hyperlink/Makefile
  head/www/py-hyperlink/distinfo
  head/www/py-hyperlink/pkg-descr

Modified: head/www/py-hyperlink/Makefile
==============================================================================
--- head/www/py-hyperlink/Makefile	Sat Aug 15 17:08:26 2020	(r545004)
+++ head/www/py-hyperlink/Makefile	Sat Aug 15 17:08:30 2020	(r545005)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hyperlink
-PORTVERSION=	19.0.0
+PORTVERSION=	20.0.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	Featureful, correct URL for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \
+		${PY_TYPING}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-hyperlink/distinfo
==============================================================================
--- head/www/py-hyperlink/distinfo	Sat Aug 15 17:08:26 2020	(r545004)
+++ head/www/py-hyperlink/distinfo	Sat Aug 15 17:08:30 2020	(r545005)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554740473
-SHA256 (hyperlink-19.0.0.tar.gz) = 4288e34705da077fada1111a24a0aa08bb1e76699c9ce49876af722441845654
-SIZE (hyperlink-19.0.0.tar.gz) = 99099
+TIMESTAMP = 1596954372
+SHA256 (hyperlink-20.0.0.tar.gz) = 1383c4c9f25ad812261bf156591e8a46a1a252a4fe5b0cb659fdd0cec66c67ff
+SIZE (hyperlink-20.0.0.tar.gz) = 137779

Modified: head/www/py-hyperlink/pkg-descr
==============================================================================
--- head/www/py-hyperlink/pkg-descr	Sat Aug 15 17:08:26 2020	(r545004)
+++ head/www/py-hyperlink/pkg-descr	Sat Aug 15 17:08:30 2020	(r545005)
@@ -1,5 +1,4 @@
 Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC
 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.
 
-WWW: https://pypi.org/project/hyperlink/
 WWW: https://github.com/python-hyper/hyperlink



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008151708.07FH8V7W028459>