mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-multidict: Updated for version 4.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a3b80d78d8
commit
38df6c96b8
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-multidict
|
||||
VERSION=${VERSION:-4.7.4}
|
||||
VERSION=${VERSION:-4.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,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 CHANGES.rst HISTORY.rst README.rst docs/ requirements/ LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES.rst README.rst docs/ LICENSE $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-multidict"
|
||||
VERSION="4.7.4"
|
||||
VERSION="4.7.5"
|
||||
HOMEPAGE="https://multidict.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.4/multidict-4.7.4.tar.gz"
|
||||
MD5SUM="7e54a88c4902a6d4087d1815ba6e3b14"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.5/multidict-4.7.5.tar.gz"
|
||||
MD5SUM="9a1ed2cc0cd3e5dd2e71921104f2b760"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-Cython"
|
||||
|
|
Loading…
Reference in a new issue