Browse Source
python/python3-aiohttp: Change source to pypi.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
Willy Sudiarto Raharjo
4 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
3 additions and
3 deletions
-
python/python3-aiohttp/python3-aiohttp.SlackBuild
-
python/python3-aiohttp/python3-aiohttp.info
|
@ -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 |
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
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 |
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
|
mkdir -p $PKG/install |
|
|
mkdir -p $PKG/install |
|
|
|
@ -1,8 +1,8 @@ |
|
|
PRGNAM="python3-aiohttp" |
|
|
PRGNAM="python3-aiohttp" |
|
|
VERSION="3.8.1" |
|
|
VERSION="3.8.1" |
|
|
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/" |
|
|
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="" |
|
|
DOWNLOAD_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal" |
|
|
REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal" |
|
|