python/python3-aiohttp: Change source to pypi.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-08 23:57:23 +07:00
parent 50c2a5db53
commit 66427d6ce7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.rst *.txt docs/ PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.rst *.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp"
VERSION="3.8.1"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.8.1/aiohttp-3.8.1.tar.gz"
MD5SUM="faf7726dc65a940272874c0f441e8ec6"
DOWNLOAD="https://files.pythonhosted.org/packages/5a/86/5f63de7a202550269a617a5d57859a2961f3396ecd1739a70b92224766bc/aiohttp-3.8.1.tar.gz"
MD5SUM="22dacb5f2b1972813eb4b9502cfd3571"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal"