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: js
Date: Fri Aug 16 19:08:46 UTC 2024
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-aiohttp-remotes: DESCR Makefile PLIST distinfo
Log Message:
Add www/py-aiohttp-remotes
Forgot to commit this before, it's needed by devel/glasgow.
To generate a diff of this commit:
cvs rdiff -u -r1.1808 -r1.1809 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-aiohttp-remotes/DESCR \
pkgsrc/www/py-aiohttp-remotes/Makefile \
pkgsrc/www/py-aiohttp-remotes/PLIST \
pkgsrc/www/py-aiohttp-remotes/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.1808 pkgsrc/www/Makefile:1.1809
--- pkgsrc/www/Makefile:1.1808 Mon Aug 12 20:37:08 2024
+++ pkgsrc/www/Makefile Fri Aug 16 19:08:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1808 2024/08/12 20:37:08 markd Exp $
+# $NetBSD: Makefile,v 1.1809 2024/08/16 19:08:46 js Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -689,6 +689,7 @@ SUBDIR+= py-WebOb
SUBDIR+= py-WebTest
SUBDIR+= py-aiohttp
SUBDIR+= py-aiohttp-cors
+SUBDIR+= py-aiohttp-remotes
SUBDIR+= py-aiohttp-socks
SUBDIR+= py-aioquic
SUBDIR+= py-asgiref
Added files:
Index: pkgsrc/www/py-aiohttp-remotes/DESCR
diff -u /dev/null pkgsrc/www/py-aiohttp-remotes/DESCR:1.1
--- /dev/null Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/DESCR Fri Aug 16 19:08:46 2024
@@ -0,0 +1,15 @@
+The library is a set of useful tools for aiohttp.web server.
+
+The full list of tools is:
+
+ * AllowedHosts – restrict a set of incoming connections to allowed hosts only.
+ * BasicAuth – protect web application by basic auth authorization.
+ * Cloudflare – make sure that web application is protected by CloudFlare.
+ * ForwardedRelaxed and ForwardedStrict – process Forwarded HTTP header and
+ modify corresponding scheme, host, remote attributes in strong secured and
+ relaxed modes.
+ * Secure – ensure that web application is handled by HTTPS (SSL/TLS) only,
+ redirect plain HTTP to HTTPS automatically.
+ * XForwardedRelaxed and XForwardedStrict – the same as ForwardedRelaxed and
+ ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new
+ standard Forwarded.
Index: pkgsrc/www/py-aiohttp-remotes/Makefile
diff -u /dev/null pkgsrc/www/py-aiohttp-remotes/Makefile:1.1
--- /dev/null Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/Makefile Fri Aug 16 19:08:46 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/08/16 19:08:46 js Exp $
+
+DISTNAME= aiohttp_remotes-1.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-remotes/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/aio-libs/aiohttp-remotes
+COMMENT= Library of useful tools for aiohttp.web server
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.8.1:../../www/py-aiohttp
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
+BUILD_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-aiohttp-remotes/PLIST
diff -u /dev/null pkgsrc/www/py-aiohttp-remotes/PLIST:1.1
--- /dev/null Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/PLIST Fri Aug 16 19:08:46 2024
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/16 19:08:46 js Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/aiohttp_remotes/__init__.py
+${PYSITELIB}/aiohttp_remotes/__init__.pyc
+${PYSITELIB}/aiohttp_remotes/__init__.pyo
+${PYSITELIB}/aiohttp_remotes/abc.py
+${PYSITELIB}/aiohttp_remotes/abc.pyc
+${PYSITELIB}/aiohttp_remotes/abc.pyo
+${PYSITELIB}/aiohttp_remotes/allowed_hosts.py
+${PYSITELIB}/aiohttp_remotes/allowed_hosts.pyc
+${PYSITELIB}/aiohttp_remotes/allowed_hosts.pyo
+${PYSITELIB}/aiohttp_remotes/basic_auth.py
+${PYSITELIB}/aiohttp_remotes/basic_auth.pyc
+${PYSITELIB}/aiohttp_remotes/basic_auth.pyo
+${PYSITELIB}/aiohttp_remotes/cloudflare.py
+${PYSITELIB}/aiohttp_remotes/cloudflare.pyc
+${PYSITELIB}/aiohttp_remotes/cloudflare.pyo
+${PYSITELIB}/aiohttp_remotes/exceptions.py
+${PYSITELIB}/aiohttp_remotes/exceptions.pyc
+${PYSITELIB}/aiohttp_remotes/exceptions.pyo
+${PYSITELIB}/aiohttp_remotes/forwarded.py
+${PYSITELIB}/aiohttp_remotes/forwarded.pyc
+${PYSITELIB}/aiohttp_remotes/forwarded.pyo
+${PYSITELIB}/aiohttp_remotes/log.py
+${PYSITELIB}/aiohttp_remotes/log.pyc
+${PYSITELIB}/aiohttp_remotes/log.pyo
+${PYSITELIB}/aiohttp_remotes/py.typed
+${PYSITELIB}/aiohttp_remotes/secure.py
+${PYSITELIB}/aiohttp_remotes/secure.pyc
+${PYSITELIB}/aiohttp_remotes/secure.pyo
+${PYSITELIB}/aiohttp_remotes/utils.py
+${PYSITELIB}/aiohttp_remotes/utils.pyc
+${PYSITELIB}/aiohttp_remotes/utils.pyo
+${PYSITELIB}/aiohttp_remotes/x_forwarded.py
+${PYSITELIB}/aiohttp_remotes/x_forwarded.pyc
+${PYSITELIB}/aiohttp_remotes/x_forwarded.pyo
Index: pkgsrc/www/py-aiohttp-remotes/distinfo
diff -u /dev/null pkgsrc/www/py-aiohttp-remotes/distinfo:1.1
--- /dev/null Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/distinfo Fri Aug 16 19:08:46 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/16 19:08:46 js Exp $
+
+BLAKE2s (aiohttp_remotes-1.2.0.tar.gz) = 3bbb8e7f6d4a036917c9adad8bc7805b7f3a15bf0d15f32f06cc670ef0b9c7bc
+SHA512 (aiohttp_remotes-1.2.0.tar.gz) = 88359676240209d9be6c573a69ed5aaee61c844da89df035131eb2ba1cb760ebed3413ab4366b0ccba58866e393fb38ab8148794b73edf83d249c13b1d1b6e5f
+Size (aiohttp_remotes-1.2.0.tar.gz) = 596463 bytes
Home |
Main Index |
Thread Index |
Old Index