python/python3-anyio: Update README

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-05-27 12:01:56 -07:00 committed by Willy Sudiarto Raharjo
parent d2c9cc830b
commit 23b6920b79
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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