diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-30 16:24:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:58 -0500 |
commit | ebb7fab98ddd387511cac524f468a2c8936b87de (patch) | |
tree | 84fb7fb731c8eeeae9efcc0a309c2584e0afbd87 | |
parent | 09d5f75042eae044bea7efedfa9da3d1bc77dce5 (diff) | |
download | slackbuilds-ebb7fab98ddd387511cac524f468a2c8936b87de.tar.gz |
python/pycrypto: Moved from /development and updated for version 2.3
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | python/pycrypto/README (renamed from development/pycrypto/README) | 0 | ||||
-rw-r--r-- | python/pycrypto/pycrypto.SlackBuild (renamed from development/pycrypto/pycrypto.SlackBuild) | 6 | ||||
-rw-r--r-- | python/pycrypto/pycrypto.info (renamed from development/pycrypto/pycrypto.info) | 6 | ||||
-rw-r--r-- | python/pycrypto/slack-desc (renamed from development/pycrypto/slack-desc) | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/development/pycrypto/README b/python/pycrypto/README index ed20575779..ed20575779 100644 --- a/development/pycrypto/README +++ b/python/pycrypto/README diff --git a/development/pycrypto/pycrypto.SlackBuild b/python/pycrypto/pycrypto.SlackBuild index df5905d9d9..71d0804791 100644 --- a/development/pycrypto/pycrypto.SlackBuild +++ b/python/pycrypto/pycrypto.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pycrypto -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pycrypto -VERSION=2.1.0 +VERSION=2.3 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 diff --git a/development/pycrypto/pycrypto.info b/python/pycrypto/pycrypto.info index 3d76ca5a42..3d539a82e8 100644 --- a/development/pycrypto/pycrypto.info +++ b/python/pycrypto/pycrypto.info @@ -1,8 +1,8 @@ PRGNAM="pycrypto" -VERSION="2.1.0" +VERSION="2.3" HOMEPAGE="http://www.pycrypto.org" -DOWNLOAD="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.1.0.tar.gz" -MD5SUM="1d3eb04f06e6f09a080bc37fb019f9bf" +DOWNLOAD="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.3.tar.gz" +MD5SUM="2b811cfbfc342d83ee614097effb8101" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" diff --git a/development/pycrypto/slack-desc b/python/pycrypto/slack-desc index eac7b93432..2677aedac8 100644 --- a/development/pycrypto/slack-desc +++ b/python/pycrypto/slack-desc @@ -13,7 +13,7 @@ pycrypto: SHA), and various encryption algorithms (AES, DES, IDEA, RSA, pycrypto: ElGamal, etc.). The package is structured to make adding new pycrypto: modules easy. pycrypto: -pycrypto: Homepage: http://www.amk.ca/python/code/crypto.html +pycrypto: Homepage: http://www.pycrypto.org pycrypto: pycrypto: pycrypto: |