[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Dennis Veatch
dennisveatch at bellsouth.net
Tue Nov 11 18:02:57 CET 2014
commit 2492e9d285ae0a82afb6636a87c146acd862ef95
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 11 Nov 2014 12:02:52 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/2492e9d285ae0a82afb6636a87c146acd862ef95
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
crypto/gnutls/DETAILS | +3/-3
python/ipython/DEPENDS | +6/-2
python/ipython/DETAILS | +3/-3
3 files changed, 12 insertions(+), 8 deletions(-)
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,12 +1,12 @@
MODULE=gnutls
- VERSION=3.3.9
+ VERSION=3.3.10
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL[0]=ftp://ftp.gnutls.org/gcrypt/$MODULE/v${VERSION%.*}
SOURCE_URL[1]=$GNU_URL/$MODULE
- SOURCE_VFY=sha256:39166de5293a9d30ef1cd0a4d97f01fdeed7d7dbf8db95392e309256edcb13c1
+ SOURCE_VFY=sha256:e27553981d48d9211a7e5e94f6e78c575205202a181c2345a1c8466ebf1d2219
WEB_SITE=http://www.gnu.org/software/gnutls
ENTERED=20020212
- UPDATED=20141014
+ UPDATED=20141111
SHORT="A TLS library"
cat << EOF
--- a/python/ipython/DEPENDS
+++ b/python/ipython/DEPENDS
@@ -1,4 +1,8 @@
depends Python
-optional_depends tornado "" "" "enable ipython notebook"
-optional_depends pyzmq "" "" "enable ipython notebook"
+optional_depends "tornado" "" "" "enable notebook"
+optional_depends "pyzmq" "" "" "enable zeromq support"
+optional_depends "PyQt" "" "" "enable qtconsole"
+optional_depends "pygments" "" "" "enable syntax highlighter"
+optional_depends "Twisted" "" "" "enable networking related tasks"
+optional_depends "wxpython" "" "" "enable wxWindows support"
--- a/python/ipython/DETAILS
+++ b/python/ipython/DETAILS
@@ -1,11 +1,11 @@
MODULE=ipython
- VERSION=2.1.0
+ VERSION=2.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://archive.ipython.org/release/$VERSION
- SOURCE_VFY=sha1:e80c30388cbe576038a78fc8ebb159cddae84fb4
+ SOURCE_VFY=sha256:a2f81afe3eca5c8b2e8cf4ec35518fd007a39231770e67e6c2c4f9bd2b857aae
WEB_SITE=http://ipython.org
ENTERED=20040707
- UPDATED=20140605
+ UPDATED=20141111
SHORT="An enhanced Interactive Python shell"
cat << EOF
More information about the Lunar-commits
mailing list