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:
parent
8c151f7a0f
commit
7c3a594c2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443796
@ -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
19
www/py-hyperlink/Makefile
Normal 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>
|
3
www/py-hyperlink/distinfo
Normal file
3
www/py-hyperlink/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1497730578
|
||||
SHA256 (hyperlink-17.1.1.tar.gz) = a7462dee03672b8f853c26e1ab9e3b1fd4c90a6efde64ab44a851c2472445018
|
||||
SIZE (hyperlink-17.1.1.tar.gz) = 23067
|
5
www/py-hyperlink/pkg-descr
Normal file
5
www/py-hyperlink/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user