[Midnightbsd-cvs] mports [24243] trunk/www: add py-hyperlink

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 8 13:09:04 EDT 2018


Revision: 24243
          http://svnweb.midnightbsd.org/mports/?rev=24243
Author:   laffer1
Date:     2018-09-08 13:09:04 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
add py-hyperlink

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/py-hyperlink/
    trunk/www/py-hyperlink/Makefile
    trunk/www/py-hyperlink/distinfo
    trunk/www/py-hyperlink/pkg-descr

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2018-09-08 17:08:07 UTC (rev 24242)
+++ trunk/www/Makefile	2018-09-08 17:09:04 UTC (rev 24243)
@@ -110,6 +110,7 @@
 SUBDIR += py-beaker
 SUBDIR += py-html5lib
 SUBDIR += py-httplib2
+SUBDIR += py-hyperlink
 SUBDIR += py-pyjwt
 SUBDIR += py-requests
 SUBDIR += py-treq

Added: trunk/www/py-hyperlink/Makefile
===================================================================
--- trunk/www/py-hyperlink/Makefile	                        (rev 0)
+++ trunk/www/py-hyperlink/Makefile	2018-09-08 17:09:04 UTC (rev 24243)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	hyperlink
+PORTVERSION=	18.0.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Featureful, correct URL for Python
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>


Property changes on: trunk/www/py-hyperlink/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-hyperlink/distinfo
===================================================================
--- trunk/www/py-hyperlink/distinfo	                        (rev 0)
+++ trunk/www/py-hyperlink/distinfo	2018-09-08 17:09:04 UTC (rev 24243)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519732284
+SHA256 (hyperlink-18.0.0.tar.gz) = f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306
+SIZE (hyperlink-18.0.0.tar.gz) = 97625


Property changes on: trunk/www/py-hyperlink/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-hyperlink/pkg-descr
===================================================================
--- trunk/www/py-hyperlink/pkg-descr	                        (rev 0)
+++ trunk/www/py-hyperlink/pkg-descr	2018-09-08 17:09:04 UTC (rev 24243)
@@ -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.org/project/hyperlink/
+WWW: https://github.com/python-hyper/hyperlink


Property changes on: trunk/www/py-hyperlink/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list