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 Jan  5 18:17:13 UTC 2024

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

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

Version 23.12.0

Add new workflow for deployment
Allow for priorities on routes defs
Add path argument to NoMethod


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-sanic-routing/Makefile \
    pkgsrc/www/py-sanic-routing/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sanic-routing/PLIST

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.7 pkgsrc/www/py-sanic-routing/Makefile:1.8
--- pkgsrc/www/py-sanic-routing/Makefile:1.7    Fri Aug 11 12:52:47 2023
+++ pkgsrc/www/py-sanic-routing/Makefile        Fri Jan  5 18:17:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/08/11 12:52:47 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/05 18:17:13 adam Exp $
 
-DISTNAME=      sanic-routing-23.6.0
+DISTNAME=      sanic-routing-23.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic-routing/}
@@ -10,15 +10,13 @@ HOMEPAGE=   https://github.com/sanic-org/s
 COMMENT=       Core routing component for Sanic
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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 "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-sanic-routing/distinfo
diff -u pkgsrc/www/py-sanic-routing/distinfo:1.7 pkgsrc/www/py-sanic-routing/distinfo:1.8
--- pkgsrc/www/py-sanic-routing/distinfo:1.7    Fri Aug 11 12:52:47 2023
+++ pkgsrc/www/py-sanic-routing/distinfo        Fri Jan  5 18:17:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/11 12:52:47 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/01/05 18:17:13 adam Exp $
 
-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
+BLAKE2s (sanic-routing-23.12.0.tar.gz) = e3f59214fe0b8c93a3b14a3d4a9cade2b87590fa57864008053c3bd5d5431b8a
+SHA512 (sanic-routing-23.12.0.tar.gz) = 5ac2f6229cdd0a32029cdb850e91799d4b23c8cc4c817c42a0455051a8af6cca934d3fbc79622f9d6d0d5889e42e0fcaaa1b75d94153c5148052aa122d36e694
+Size (sanic-routing-23.12.0.tar.gz) = 29473 bytes

Index: pkgsrc/www/py-sanic-routing/PLIST
diff -u pkgsrc/www/py-sanic-routing/PLIST:1.1 pkgsrc/www/py-sanic-routing/PLIST:1.2
--- pkgsrc/www/py-sanic-routing/PLIST:1.1       Wed Jul 28 12:11:13 2021
+++ pkgsrc/www/py-sanic-routing/PLIST   Fri Jan  5 18:17:13 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2021/07/28 12:11:13 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/01/05 18:17:13 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/sanic_routing/__init__.py
 ${PYSITELIB}/sanic_routing/__init__.pyc
 ${PYSITELIB}/sanic_routing/__init__.pyo
@@ -18,6 +19,7 @@ ${PYSITELIB}/sanic_routing/line.pyo
 ${PYSITELIB}/sanic_routing/patterns.py
 ${PYSITELIB}/sanic_routing/patterns.pyc
 ${PYSITELIB}/sanic_routing/patterns.pyo
+${PYSITELIB}/sanic_routing/py.typed
 ${PYSITELIB}/sanic_routing/route.py
 ${PYSITELIB}/sanic_routing/route.pyc
 ${PYSITELIB}/sanic_routing/route.pyo



Home | Main Index | Thread Index | Old Index