pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-priority: added version 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d122f4aeaf3
branches:  trunk
changeset: 452512:6d122f4aeaf3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 12 09:09:27 2021 +0000

description:
py-priority: added version 1.3.0

Priority is a pure-Python implementation of the priority logic for HTTP/2, set
out in RFC 7540 Section 5.3 (Stream Priority). This logic allows for clients
to express a preference for how the server allocates its (limited) resources to
the many outstanding HTTP requests that may be running over a single HTTP/2
connection.

diffstat:

 www/Makefile             |   3 ++-
 www/py-priority/DESCR    |   5 +++++
 www/py-priority/Makefile |  21 +++++++++++++++++++++
 www/py-priority/PLIST    |  11 +++++++++++
 www/py-priority/distinfo |   6 ++++++
 5 files changed, 45 insertions(+), 1 deletions(-)

diffs (76 lines):

diff -r ee706f943e84 -r 6d122f4aeaf3 www/Makefile
--- a/www/Makefile      Wed May 12 09:04:08 2021 +0000
+++ b/www/Makefile      Wed May 12 09:09:27 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1539 2021/05/07 10:38:05 kleink Exp $
+# $NetBSD: Makefile,v 1.1540 2021/05/12 09:09:27 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -794,6 +794,7 @@
 SUBDIR+=       py-parsel
 SUBDIR+=       py-paste
 SUBDIR+=       py-pelican
+SUBDIR+=       py-priority
 SUBDIR+=       py-protego
 SUBDIR+=       py-publicsuffix2
 SUBDIR+=       py-purl
diff -r ee706f943e84 -r 6d122f4aeaf3 www/py-priority/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-priority/DESCR     Wed May 12 09:09:27 2021 +0000
@@ -0,0 +1,5 @@
+Priority is a pure-Python implementation of the priority logic for HTTP/2, set
+out in RFC 7540 Section 5.3 (Stream Priority). This logic allows for clients
+to express a preference for how the server allocates its (limited) resources to
+the many outstanding HTTP requests that may be running over a single HTTP/2
+connection.
diff -r ee706f943e84 -r 6d122f4aeaf3 www/py-priority/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-priority/Makefile  Wed May 12 09:09:27 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/05/12 09:09:27 adam Exp $
+
+DISTNAME=      priority-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/priority/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://python-hyper.org/priority/
+COMMENT=       Pure-Python implementation of the HTTP/2 priority tree
+LICENSE=       mit
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ee706f943e84 -r 6d122f4aeaf3 www/py-priority/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-priority/PLIST     Wed May 12 09:09:27 2021 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/12 09:09:27 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/priority/__init__.py
+${PYSITELIB}/priority/__init__.pyc
+${PYSITELIB}/priority/__init__.pyo
+${PYSITELIB}/priority/priority.py
+${PYSITELIB}/priority/priority.pyc
+${PYSITELIB}/priority/priority.pyo
diff -r ee706f943e84 -r 6d122f4aeaf3 www/py-priority/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-priority/distinfo  Wed May 12 09:09:27 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/12 09:09:27 adam Exp $
+
+SHA1 (priority-1.3.0.tar.gz) = 123ceeef0a899d52d790d756f032f655d645d135
+RMD160 (priority-1.3.0.tar.gz) = 65e0bab05dd5452489c266f7405dcf4ce5801ed2
+SHA512 (priority-1.3.0.tar.gz) = cefb13b15e99ef98c37fdd1486466c9e1d7d04b4574cbca1665fde7b7b44cc7d66964bed41184315a9b51bd6f9d0e02bbe113bfa004a754ac270170309b71e0a
+Size (priority-1.3.0.tar.gz) = 13827 bytes



Home | Main Index | Thread Index | Old Index