diff options
author | adam <adam@pkgsrc.org> | 2017-06-21 18:32:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-21 18:32:37 +0000 |
commit | 1b210e8e1af7ab3dce830a17ee2171b0c60f6035 (patch) | |
tree | 0ee7c0dcb694f811954b48386014e500116829a7 /www/py-hyperlink | |
parent | 485ba7f2af121e35dda7430de6c3bd3b5650e8e3 (diff) | |
download | pkgsrc-1b210e8e1af7ab3dce830a17ee2171b0c60f6035.tar.gz |
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 (limited to 'www/py-hyperlink')
-rw-r--r-- | www/py-hyperlink/DESCR | 5 | ||||
-rw-r--r-- | www/py-hyperlink/Makefile | 16 | ||||
-rw-r--r-- | www/py-hyperlink/PLIST | 18 | ||||
-rw-r--r-- | www/py-hyperlink/distinfo | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/www/py-hyperlink/DESCR b/www/py-hyperlink/DESCR new file mode 100644 index 00000000000..a38fede989d --- /dev/null +++ b/www/py-hyperlink/DESCR @@ -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 --git a/www/py-hyperlink/Makefile b/www/py-hyperlink/Makefile new file mode 100644 index 00000000000..e49c0ac4a53 --- /dev/null +++ b/www/py-hyperlink/Makefile @@ -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 +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 --git a/www/py-hyperlink/PLIST b/www/py-hyperlink/PLIST new file mode 100644 index 00000000000..2dba945295e --- /dev/null +++ b/www/py-hyperlink/PLIST @@ -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 --git a/www/py-hyperlink/distinfo b/www/py-hyperlink/distinfo new file mode 100644 index 00000000000..571548cfd2f --- /dev/null +++ b/www/py-hyperlink/distinfo @@ -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 |