pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www The humble, but powerful, URL runs everything arou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b8a32b183ca
branches:  trunk
changeset: 364202:6b8a32b183ca
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 21 18:32:37 2017 +0000

description:
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.

diffstat:

 www/Makefile              |   3 ++-
 www/py-hyperlink/DESCR    |   5 +++++
 www/py-hyperlink/Makefile |  16 ++++++++++++++++
 www/py-hyperlink/PLIST    |  18 ++++++++++++++++++
 www/py-hyperlink/distinfo |   6 ++++++
 5 files changed, 47 insertions(+), 1 deletions(-)

diffs (78 lines):

diff -r 6f2f0569277d -r 6b8a32b183ca www/Makefile
--- a/www/Makefile      Wed Jun 21 17:42:00 2017 +0000
+++ b/www/Makefile      Wed Jun 21 18:32:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1249 2017/06/18 16:14:58 taca Exp $
+# $NetBSD: Makefile,v 1.1250 2017/06/21 18:32:37 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -689,6 +689,7 @@
 SUBDIR+=       py-httpie
 SUBDIR+=       py-httplib2
 SUBDIR+=       py-hyperframe
+SUBDIR+=       py-hyperlink
 SUBDIR+=       py-idna
 SUBDIR+=       py-jonpy
 SUBDIR+=       py-landslide
diff -r 6f2f0569277d -r 6b8a32b183ca www/py-hyperlink/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-hyperlink/DESCR    Wed Jun 21 18:32:37 2017 +0000
@@ -0,0 +1,5 @@
+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.
diff -r 6f2f0569277d -r 6b8a32b183ca www/py-hyperlink/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-hyperlink/Makefile Wed Jun 21 18:32:37 2017 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r 6f2f0569277d -r 6b8a32b183ca www/py-hyperlink/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-hyperlink/PLIST    Wed Jun 21 18:32:37 2017 +0000
@@ -0,0 +1,18 @@
+@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
diff -r 6f2f0569277d -r 6b8a32b183ca www/py-hyperlink/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-hyperlink/distinfo Wed Jun 21 18:32:37 2017 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index