diff options
Diffstat (limited to 'source/l/M2Crypto')
-rwxr-xr-x | source/l/M2Crypto/M2Crypto.SlackBuild | 12 | ||||
-rw-r--r-- | source/l/M2Crypto/M2Crypto.url | 1 | ||||
-rw-r--r-- | source/l/M2Crypto/typing.url | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/source/l/M2Crypto/M2Crypto.SlackBuild b/source/l/M2Crypto/M2Crypto.SlackBuild index ab134c78..dadb9927 100755 --- a/source/l/M2Crypto/M2Crypto.SlackBuild +++ b/source/l/M2Crypto/M2Crypto.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=M2Crypto VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -70,9 +70,9 @@ cp -a \ # Embed required dep typing module: cd $TMP -rm -rf typing-3.6.4 -tar xvf $CWD/typing-3.6.4.tar.xz || exit 1 -cd typing-3.6.4 || exit 1 +rm -rf typing-3.6.6 +tar xvf $CWD/typing-3.6.6.tar.xz || exit 1 +cd typing-3.6.6 || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -80,10 +80,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; python setup.py install --root=$PKG || exit 1 -mkdir -p $PKG/usr/doc/typing-3.6.4 +mkdir -p $PKG/usr/doc/typing-3.6.6 cp -a \ CHANGES INSTALL* LICENCE* PKG-INFO README* doc/* \ - $PKG/usr/doc/typing-3.6.4 + $PKG/usr/doc/typing-3.6.6 ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ diff --git a/source/l/M2Crypto/M2Crypto.url b/source/l/M2Crypto/M2Crypto.url new file mode 100644 index 00000000..637707c2 --- /dev/null +++ b/source/l/M2Crypto/M2Crypto.url @@ -0,0 +1 @@ +http://pypi.python.org/pypi/M2Crypto/ diff --git a/source/l/M2Crypto/typing.url b/source/l/M2Crypto/typing.url new file mode 100644 index 00000000..1c61f277 --- /dev/null +++ b/source/l/M2Crypto/typing.url @@ -0,0 +1 @@ +http://pypi.python.org/pypi/typing/ |