From 23b6920b7998593931ccd0d0c4b6ab42c7cb5d8f Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 27 May 2023 12:01:56 -0700 Subject: python/python3-anyio: Update README Signed-off-by: Willy Sudiarto Raharjo --- python/python3-anyio/README | 4 ++++ python/python3-anyio/python3-anyio.SlackBuild | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'python/python3-anyio') diff --git a/python/python3-anyio/README b/python/python3-anyio/README index 1c6de09b81..757acd2839 100644 --- a/python/python3-anyio/README +++ b/python/python3-anyio/README @@ -2,3 +2,7 @@ AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself. + +python3-anyio 3.6.2 is the last possible version for Slackware 15.0. +Newer versions would require a newer python-setuptools and +python-setuptools_scm. diff --git a/python/python3-anyio/python3-anyio.SlackBuild b/python/python3-anyio/python3-anyio.SlackBuild index b3d5146390..e8d1e7ce1a 100644 --- a/python/python3-anyio/python3-anyio.SlackBuild +++ b/python/python3-anyio/python3-anyio.SlackBuild @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3