pkgsrc-WIP-changes archive

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

Update starlette to new version: 0.21.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Oct 21 20:23:40 2022 +0000
Changeset:	4260a63cfe5fc619e500cb27baf09dda1d0ef123

Modified Files:
	py-starlette/Makefile
	py-starlette/distinfo

Log Message:
Update starlette to new version: 0.21.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4260a63cfe5fc619e500cb27baf09dda1d0ef123

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

diffstat:
 py-starlette/Makefile | 14 +++++++++-----
 py-starlette/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-starlette/Makefile b/py-starlette/Makefile
index 6ecc3ca63e..4fcaa8d105 100644
--- a/py-starlette/Makefile
+++ b/py-starlette/Makefile
@@ -1,16 +1,20 @@
 # $NetBSD$
+# NetBSD$
 
-DISTNAME=	starlette-0.13.8
+DISTNAME=	starlette-0.21.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	www python
+CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/starlette/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/encode/starlette
-COMMENT=	The little ASGI library that shines
+HOMEPAGE=	https://www.starlette.io/
+COMMENT=	The little ASGI framework that shines
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+DEPENDS+=	${PYPKGPREFIX}-anyio>=3.6.2:../../devel/py-anyio
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
+
+USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-starlette/distinfo b/py-starlette/distinfo
index 26ce7d951b..ab1e5c427f 100644
--- a/py-starlette/distinfo
+++ b/py-starlette/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (starlette-0.13.8.tar.gz) = 7f714848a60a38fefee9311154dc5f0bdd68de6c
-SHA512 (starlette-0.13.8.tar.gz) = f8a33b63e63ca88a775425fd060b3c93851da68063865fd0d4b0c9da1ed5cc92b3089afa9f86794c6d809580e10b67310e6c652a976024aaba4f19e5de778522
-Size (starlette-0.13.8.tar.gz) = 49422 bytes
+BLAKE2s (starlette-0.21.0.tar.gz) = 529f1f8d9439f65a6449f36697898ee7d1dc42f931fa97f06e308c6d3135b7b0
+SHA512 (starlette-0.21.0.tar.gz) = bb225a69888dd9536f211124a55455dd62ed6965322f3b77c4255f31dc735bb3d9825835752323ede3379fae5b4b72261e8c22a3c99342aaddc95b80129e750e
+Size (starlette-0.21.0.tar.gz) = 48843 bytes


Home | Main Index | Thread Index | Old Index