pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sanic-routing



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 11 12:52:47 UTC 2023

Modified Files:
        pkgsrc/www/py-sanic-routing: Makefile distinfo

Log Message:
py-sanic-routing: updated to 23.6.0

Version 23.6.0
Only unquote on string casts


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-sanic-routing/Makefile \
    pkgsrc/www/py-sanic-routing/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/py-sanic-routing/Makefile
diff -u pkgsrc/www/py-sanic-routing/Makefile:1.6 pkgsrc/www/py-sanic-routing/Makefile:1.7
--- pkgsrc/www/py-sanic-routing/Makefile:1.6    Fri Oct 14 08:29:37 2022
+++ pkgsrc/www/py-sanic-routing/Makefile        Fri Aug 11 12:52:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/10/14 08:29:37 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/11 12:52:47 adam Exp $
 
-DISTNAME=      sanic-routing-22.8.0
+DISTNAME=      sanic-routing-23.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic-routing/}
@@ -10,9 +10,15 @@ HOMEPAGE=    https://github.com/sanic-org/s
 COMMENT=       Core routing component for Sanic
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-sanic-routing/distinfo
diff -u pkgsrc/www/py-sanic-routing/distinfo:1.6 pkgsrc/www/py-sanic-routing/distinfo:1.7
--- pkgsrc/www/py-sanic-routing/distinfo:1.6    Fri Oct 14 08:29:37 2022
+++ pkgsrc/www/py-sanic-routing/distinfo        Fri Aug 11 12:52:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/10/14 08:29:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/08/11 12:52:47 adam Exp $
 
-BLAKE2s (sanic-routing-22.8.0.tar.gz) = 4842c3066af4c647037509b364354e4c033c3664aad2d8a061bf11f94ee46004
-SHA512 (sanic-routing-22.8.0.tar.gz) = 3f41adf5e6c9b6edab9ab348c364ff187727345b9ab18b3a0a8a5529e98b551632e16f1b0bf0ec210496cb33c4d07f5916782a4150d813a83967b9af49ddc04f
-Size (sanic-routing-22.8.0.tar.gz) = 23424 bytes
+BLAKE2s (sanic-routing-23.6.0.tar.gz) = 2d7161639e5c5cadbba53801c4d78504b701a2677b8d2a8828c9c3c7705a5282
+SHA512 (sanic-routing-23.6.0.tar.gz) = 90e2e869cfaa08dfc70d9e93f2ed66922ac7708572b6171e5eb3574c41c76ea9f36adb2bb13a7a89fcb100355db159bc140bdfaf0142a4692197208e42c7946a
+Size (sanic-routing-23.6.0.tar.gz) = 28898 bytes



Home | Main Index | Thread Index | Old Index