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
This commit is contained in:
parent
c8bad924b7
commit
209f222a98
3 changed files with 16 additions and 16 deletions
|
@ -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/sanic-routing
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue