Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 02:56:09 +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: r443796 - in head/www: . py-hyperlink
Message-ID:  <201706180256.v5I2u99H000779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 18 02:56:09 2017
New Revision: 443796
URL: https://svnweb.freebsd.org/changeset/ports/443796

Log:
  Add py-hyperlink 17.1.1
  
  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.python.org/pypi/hyperlink
  WWW: https://github.com/python-hyper/hyperlink

Added:
  head/www/py-hyperlink/
  head/www/py-hyperlink/Makefile   (contents, props changed)
  head/www/py-hyperlink/distinfo   (contents, props changed)
  head/www/py-hyperlink/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jun 18 02:52:36 2017	(r443795)
+++ head/www/Makefile	Sun Jun 18 02:56:09 2017	(r443796)
@@ -1675,6 +1675,7 @@
     SUBDIR += py-httplib2
     SUBDIR += py-hyper
     SUBDIR += py-hyperframe
+    SUBDIR += py-hyperlink
     SUBDIR += py-imdbpy
     SUBDIR += py-jonpy
     SUBDIR += py-jswebkit

Added: head/www/py-hyperlink/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-hyperlink/Makefile	Sun Jun 18 02:56:09 2017	(r443796)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hyperlink
+PORTVERSION=	17.1.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Featureful, correct URL for Python
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/www/py-hyperlink/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-hyperlink/distinfo	Sun Jun 18 02:56:09 2017	(r443796)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497730578
+SHA256 (hyperlink-17.1.1.tar.gz) = a7462dee03672b8f853c26e1ab9e3b1fd4c90a6efde64ab44a851c2472445018
+SIZE (hyperlink-17.1.1.tar.gz) = 23067

Added: head/www/py-hyperlink/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-hyperlink/pkg-descr	Sun Jun 18 02:56:09 2017	(r443796)
@@ -0,0 +1,5 @@
+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.python.org/pypi/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?201706180256.v5I2u99H000779>