pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp-remotes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 16 19:26:51 UTC 2024

Modified Files:
        pkgsrc/www/py-aiohttp-remotes: DESCR Makefile

Log Message:
py-aiohttp-remotes: fix TOOL_DEPENDS

add some TEST_DEPENDS, probably more needed.

Fix pkglint in DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-aiohttp-remotes/DESCR \
    pkgsrc/www/py-aiohttp-remotes/Makefile

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

Modified files:

Index: pkgsrc/www/py-aiohttp-remotes/DESCR
diff -u pkgsrc/www/py-aiohttp-remotes/DESCR:1.1 pkgsrc/www/py-aiohttp-remotes/DESCR:1.2
--- pkgsrc/www/py-aiohttp-remotes/DESCR:1.1     Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/DESCR Fri Aug 16 19:26:51 2024
@@ -2,14 +2,14 @@ The library is a set of useful tools for
 
 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
+ * 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,
+ * 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
+ * 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 pkgsrc/www/py-aiohttp-remotes/Makefile:1.1 pkgsrc/www/py-aiohttp-remotes/Makefile:1.2
--- pkgsrc/www/py-aiohttp-remotes/Makefile:1.1  Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/Makefile      Fri Aug 16 19:26:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/16 19:08:46 js Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/16 19:26:51 wiz Exp $
 
 DISTNAME=      aiohttp_remotes-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,11 +10,12 @@ HOMEPAGE=   https://github.com/aio-libs/ai
 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-aiohttp>=0:../../www/py-test-aiohttp
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index