Wed Jun 21 18:32:37 2017 UTC ()
The humble, but powerful, URL runs everything around us. Chances are you've
used several just to read this text.

Hyperlink is a featureful, pure-Python implementation of the URL, with
an emphasis on correctness.


(adam)
diff -r1.1249 -r1.1250 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/py-hyperlink/DESCR
diff -r0 -r1.1 pkgsrc/www/py-hyperlink/Makefile
diff -r0 -r1.1 pkgsrc/www/py-hyperlink/PLIST
diff -r0 -r1.1 pkgsrc/www/py-hyperlink/distinfo

cvs diff -r1.1249 -r1.1250 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2017/06/18 16:14:58 1.1249
+++ pkgsrc/www/Makefile 2017/06/21 18:32:37 1.1250
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1249 2017/06/18 16:14:58 taca Exp $ 1# $NetBSD: Makefile,v 1.1250 2017/06/21 18:32:37 adam Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= SOGo 6SUBDIR+= SOGo
7SUBDIR+= SOGo3 7SUBDIR+= SOGo3
8SUBDIR+= SpeedyCGI 8SUBDIR+= SpeedyCGI
9SUBDIR+= adzap 9SUBDIR+= adzap
10SUBDIR+= aipo 10SUBDIR+= aipo
11SUBDIR+= album 11SUBDIR+= album
12SUBDIR+= album_themes 12SUBDIR+= album_themes
13SUBDIR+= amaya 13SUBDIR+= amaya
14SUBDIR+= analog 14SUBDIR+= analog
@@ -679,26 +679,27 @@ SUBDIR+= py-flup @@ -679,26 +679,27 @@ SUBDIR+= py-flup
679SUBDIR+= py-flup3 679SUBDIR+= py-flup3
680SUBDIR+= py-furl 680SUBDIR+= py-furl
681SUBDIR+= py-gdata 681SUBDIR+= py-gdata
682SUBDIR+= py-genshi 682SUBDIR+= py-genshi
683SUBDIR+= py-google-api-python-client 683SUBDIR+= py-google-api-python-client
684SUBDIR+= py-graphite-web 684SUBDIR+= py-graphite-web
685SUBDIR+= py-gunicorn 685SUBDIR+= py-gunicorn
686SUBDIR+= py-h2 686SUBDIR+= py-h2
687SUBDIR+= py-http-parser 687SUBDIR+= py-http-parser
688SUBDIR+= py-httpbin 688SUBDIR+= py-httpbin
689SUBDIR+= py-httpie 689SUBDIR+= py-httpie
690SUBDIR+= py-httplib2 690SUBDIR+= py-httplib2
691SUBDIR+= py-hyperframe 691SUBDIR+= py-hyperframe
 692SUBDIR+= py-hyperlink
692SUBDIR+= py-idna 693SUBDIR+= py-idna
693SUBDIR+= py-jonpy 694SUBDIR+= py-jonpy
694SUBDIR+= py-landslide 695SUBDIR+= py-landslide
695SUBDIR+= py-livereload 696SUBDIR+= py-livereload
696SUBDIR+= py-mechanize 697SUBDIR+= py-mechanize
697SUBDIR+= py-meld3 698SUBDIR+= py-meld3
698SUBDIR+= py-mezzanine 699SUBDIR+= py-mezzanine
699SUBDIR+= py-mod_wsgi 700SUBDIR+= py-mod_wsgi
700SUBDIR+= py-mod_wsgi-metrics 701SUBDIR+= py-mod_wsgi-metrics
701SUBDIR+= py-model_mommy 702SUBDIR+= py-model_mommy
702SUBDIR+= py-moin 703SUBDIR+= py-moin
703SUBDIR+= py-nbconvert 704SUBDIR+= py-nbconvert
704SUBDIR+= py-nbformat 705SUBDIR+= py-nbformat

File Added: pkgsrc/www/py-hyperlink/DESCR
The humble, but powerful, URL runs everything around us. Chances are you've
used several just to read this text.

Hyperlink is a featureful, pure-Python implementation of the URL, with
an emphasis on correctness.

File Added: pkgsrc/www/py-hyperlink/Makefile
# $NetBSD: Makefile,v 1.1 2017/06/21 18:32:37 adam Exp $

DISTNAME=	hyperlink-17.2.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=h/hyperlink/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/python-hyper/hyperlink/
COMMENT=	Featureful, correct URL for Python
LICENSE=	modified-bsd

USE_LANGUAGES=		# empty

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-hyperlink/PLIST
@comment $NetBSD: PLIST,v 1.1 2017/06/21 18:32:37 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hyperlink/__init__.py
${PYSITELIB}/hyperlink/__init__.pyc
${PYSITELIB}/hyperlink/__init__.pyo
${PYSITELIB}/hyperlink/_url.py
${PYSITELIB}/hyperlink/_url.pyc
${PYSITELIB}/hyperlink/_url.pyo
${PYSITELIB}/hyperlink/test/__init__.py
${PYSITELIB}/hyperlink/test/__init__.pyc
${PYSITELIB}/hyperlink/test/__init__.pyo
${PYSITELIB}/hyperlink/test/test_url.py
${PYSITELIB}/hyperlink/test/test_url.pyc
${PYSITELIB}/hyperlink/test/test_url.pyo

File Added: pkgsrc/www/py-hyperlink/distinfo
$NetBSD: distinfo,v 1.1 2017/06/21 18:32:37 adam Exp $

SHA1 (hyperlink-17.2.1.tar.gz) = e05343c29f97cb2d5b1b815714429562bb645f2b
RMD160 (hyperlink-17.2.1.tar.gz) = 60b238d9ed12b26e465d18f4f671861fb61f8ca0
SHA512 (hyperlink-17.2.1.tar.gz) = b38c19a3e3435eca37c73fceced06bb7913f9633d0a3181e32f3e1828116bddbac14733de382ab37f27f8ba333fb8e47f680ab175103eb6b7abf6baf85e3a170
Size (hyperlink-17.2.1.tar.gz) = 24670 bytes