pkgsrc-WIP-changes archive

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

py-priority: moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed May 12 11:14:08 2021 +0200
Changeset:	ea121e3e568a39286fcaaac52946792141c9db93

Modified Files:
	Makefile
	py-aioh2/Makefile
	py-crossbar/Makefile
Removed Files:
	py-priority/DESCR
	py-priority/Makefile
	py-priority/PLIST
	py-priority/distinfo

Log Message:
py-priority: moved to base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea121e3e568a39286fcaaac52946792141c9db93

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 py-aioh2/Makefile    |  2 +-
 py-crossbar/Makefile |  2 +-
 py-priority/DESCR    | 17 -----------------
 py-priority/Makefile | 16 ----------------
 py-priority/PLIST    | 11 -----------
 py-priority/distinfo |  6 ------
 7 files changed, 2 insertions(+), 53 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9818dace99..7bd1880584 100644
--- a/Makefile
+++ b/Makefile
@@ -4241,7 +4241,6 @@ SUBDIR+=	py-preshed
 SUBDIR+=	py-prind
 SUBDIR+=	py-print
 SUBDIR+=	py-prioritized-methods
-SUBDIR+=	py-priority
 SUBDIR+=	py-processing
 SUBDIR+=	py-prody
 SUBDIR+=	py-progressbar
diff --git a/py-aioh2/Makefile b/py-aioh2/Makefile
index b6101e4243..3f11a046d3 100644
--- a/py-aioh2/Makefile
+++ b/py-aioh2/Makefile
@@ -15,7 +15,7 @@ USE_LANGUAGES=	# none
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-h2>=3:../../www/py-h2
-DEPENDS+=	${PYPKGPREFIX}-priority>=1.3.0:../../wip/py-priority
+DEPENDS+=	${PYPKGPREFIX}-priority>=1.3.0:../../www/py-priority
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-crossbar/Makefile b/py-crossbar/Makefile
index 9761a7075e..8c9b7d750b 100644
--- a/py-crossbar/Makefile
+++ b/py-crossbar/Makefile
@@ -33,7 +33,7 @@ DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-scour>=0.38.2:../../wip/py-scour
 DEPENDS+=	${PYPKGPREFIX}-passlib>=0.14.3:../../security/py-passlib
 DEPENDS+=	${PYPKGPREFIX}-watchdog>=0.10.4:../../sysutils/py-watchdog
-DEPENDS+=	${PYPKGPREFIX}-priority>=1.0.3:../../wip/py-priority
+DEPENDS+=	${PYPKGPREFIX}-priority>=1.0.3:../../www/py-priority
 DEPENDS+=	${PYPKGPREFIX}-service_identity>=:../../security/py-service_identity
 DEPENDS+=	${PYPKGPREFIX}-setproctitle>=1.2:../../sysutils/py-setproctitle
 DEPENDS+=	${PYPKGPREFIX}-testresources>=2.0.1:../../devel/py-testresources
diff --git a/py-priority/DESCR b/py-priority/DESCR
deleted file mode 100644
index d1b2bafe35..0000000000
--- a/py-priority/DESCR
+++ /dev/null
@@ -1,17 +0,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.
-
-Specifically, this Python implementation uses a variant of the implementation
-used in the excellent H2O project. This original implementation is also the
-inspiration for nghttp2's priority implementation, and generally produces a
-very clean and even priority stream. The only notable changes from H2O's
-implementation are small modifications to allow the priority implementation to
-work cleanly as a separate implementation, rather than being embedded in a
-HTTP/2 stack directly.
-
-While priority information in HTTP/2 is only a suggestion, rather than an
-enforceable constraint, where possible servers should respect the priority
-requests of their clients.
diff --git a/py-priority/Makefile b/py-priority/Makefile
deleted file mode 100644
index 169ca2ba31..0000000000
--- a/py-priority/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-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
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-priority/PLIST b/py-priority/PLIST
deleted file mode 100644
index 464a2b3b2c..0000000000
--- a/py-priority/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-priority/distinfo b/py-priority/distinfo
deleted file mode 100644
index 9cf613c90c..0000000000
--- a/py-priority/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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