python/python3-aiohttp: Change source to pypi.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
50c2a5db53
commit
66427d6ce7
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue