1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-18 02:56:09 +00:00
parent 8c151f7a0f
commit 7c3a594c2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443796
4 changed files with 28 additions and 0 deletions

View File

@ -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

19
www/py-hyperlink/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1497730578
SHA256 (hyperlink-17.1.1.tar.gz) = a7462dee03672b8f853c26e1ab9e3b1fd4c90a6efde64ab44a851c2472445018
SIZE (hyperlink-17.1.1.tar.gz) = 23067

View File

@ -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