pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Wed Jun 21 18:32:37 UTC 2017
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-hyperlink: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1249 -r1.1250 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-hyperlink/DESCR \
pkgsrc/www/py-hyperlink/Makefile pkgsrc/www/py-hyperlink/PLIST \
pkgsrc/www/py-hyperlink/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1249 pkgsrc/www/Makefile:1.1250
--- pkgsrc/www/Makefile:1.1249 Sun Jun 18 16:14:58 2017
+++ pkgsrc/www/Makefile Wed Jun 21 18:32:37 2017
@@ -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-httpbin
SUBDIR+= py-httpie
SUBDIR+= py-httplib2
SUBDIR+= py-hyperframe
+SUBDIR+= py-hyperlink
SUBDIR+= py-idna
SUBDIR+= py-jonpy
SUBDIR+= py-landslide
Added files:
Index: pkgsrc/www/py-hyperlink/DESCR
diff -u /dev/null pkgsrc/www/py-hyperlink/DESCR:1.1
--- /dev/null Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/DESCR Wed Jun 21 18:32:37 2017
@@ -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.
Index: pkgsrc/www/py-hyperlink/Makefile
diff -u /dev/null pkgsrc/www/py-hyperlink/Makefile:1.1
--- /dev/null Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/Makefile Wed Jun 21 18:32:37 2017
@@ -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"
Index: pkgsrc/www/py-hyperlink/PLIST
diff -u /dev/null pkgsrc/www/py-hyperlink/PLIST:1.1
--- /dev/null Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/PLIST Wed Jun 21 18:32:37 2017
@@ -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
Index: pkgsrc/www/py-hyperlink/distinfo
diff -u /dev/null pkgsrc/www/py-hyperlink/distinfo:1.1
--- /dev/null Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/distinfo Wed Jun 21 18:32:37 2017
@@ -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