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 May 12 09:09:27 UTC 2021

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-priority: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1539 -r1.1540 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-priority/DESCR \
    pkgsrc/www/py-priority/Makefile pkgsrc/www/py-priority/PLIST \
    pkgsrc/www/py-priority/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.1539 pkgsrc/www/Makefile:1.1540
--- pkgsrc/www/Makefile:1.1539  Fri May  7 10:38:05 2021
+++ pkgsrc/www/Makefile Wed May 12 09:09:27 2021
@@ -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-notebook
 SUBDIR+=       py-parsel
 SUBDIR+=       py-paste
 SUBDIR+=       py-pelican
+SUBDIR+=       py-priority
 SUBDIR+=       py-protego
 SUBDIR+=       py-publicsuffix2
 SUBDIR+=       py-purl

Added files:

Index: pkgsrc/www/py-priority/DESCR
diff -u /dev/null pkgsrc/www/py-priority/DESCR:1.1
--- /dev/null   Wed May 12 09:09:27 2021
+++ pkgsrc/www/py-priority/DESCR        Wed May 12 09:09:27 2021
@@ -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.
Index: pkgsrc/www/py-priority/Makefile
diff -u /dev/null pkgsrc/www/py-priority/Makefile:1.1
--- /dev/null   Wed May 12 09:09:27 2021
+++ pkgsrc/www/py-priority/Makefile     Wed May 12 09:09:27 2021
@@ -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"
Index: pkgsrc/www/py-priority/PLIST
diff -u /dev/null pkgsrc/www/py-priority/PLIST:1.1
--- /dev/null   Wed May 12 09:09:27 2021
+++ pkgsrc/www/py-priority/PLIST        Wed May 12 09:09:27 2021
@@ -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
Index: pkgsrc/www/py-priority/distinfo
diff -u /dev/null pkgsrc/www/py-priority/distinfo:1.1
--- /dev/null   Wed May 12 09:09:27 2021
+++ pkgsrc/www/py-priority/distinfo     Wed May 12 09:09:27 2021
@@ -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