mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/virtualenvwrapper: Updated for version 3.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
1db189ec9a
commit
adcb30e8c0
2 changed files with 4 additions and 9 deletions
|
@ -24,16 +24,14 @@
|
|||
|
||||
|
||||
PRGNAM=virtualenvwrapper
|
||||
VERSION=${VERSION:-3.6}
|
||||
VERSION=${VERSION:-3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -78,9 +76,6 @@ 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 \
|
||||
README.txt \
|
||||
$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="virtualenvwrapper"
|
||||
VERSION="3.6"
|
||||
VERSION="3.7"
|
||||
HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-3.6.tar.gz"
|
||||
MD5SUM="57d78305b75750a40985f206c80a280f"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-3.7.tar.gz"
|
||||
MD5SUM="72cbc44b1c71a1ed64096533bbd37c13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="virtualenv"
|
||||
|
|
Loading…
Reference in a new issue