This updates to the latest non-beta release of Bazaar, and adds Python,
which is needed by Bazaar.

For Bazaar, GPG currently gives back a message about the public key not
being found.

For Python, I cannot figure out how to fetch the sig file (see the
Makefile for info).  The public keys for Python are at
<http://www.python.org/download/#pubkeys>

-- 
~ LukeShu
http://lukeshu.ath.cx
=== added directory 'deps/python'
=== added file 'deps/python/Makefile'
--- deps/python/Makefile	1970-01-01 00:00:00 +0000
+++ deps/python/Makefile	2011-01-29 05:43:05 +0000
@@ -0,0 +1,21 @@
+GARNAME = Python
+GARVERSION = 2.7.1
+
+#http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2
+#http://www.python.org/download/releases/2.7.1/Python-2.7.1.tar.bz2.asc
+
+MASTER_SITES = http://www.python.org/ftp/python/
+MASTER_SUBDIR = $(GARVERSION)/
+
+DISTFILES = $(DISTNAME).tar.bz2
+#SIGFILES = $(DISFILES).asc # FIXME: I don't knwo how to get it from a different path
+
+CHECKSUM_FILE = md5sums
+
+USE_TESTS = # FIXME: make test fails on minor errors
+TEST_ARGS = test
+
+HOME_URL = http://www.python.org
+DESCRIPTION = interactive high-level object-oriented language
+
+include ../../gar.lib/auto.mk

=== added file 'deps/python/md5sums'
--- deps/python/md5sums	1970-01-01 00:00:00 +0000
+++ deps/python/md5sums	2011-01-29 04:43:49 +0000
@@ -0,0 +1,1 @@
+aa27bc25725137ba155910bd8e5ddc4f  download/Python-2.7.1.tar.bz2

=== modified file 'gnu/bazaar/Makefile'
--- gnu/bazaar/Makefile	2010-07-27 19:58:50 +0000
+++ gnu/bazaar/Makefile	2011-01-29 04:41:09 +0000
@@ -1,7 +1,6 @@
 GARNAME = bzr
-GARVERSION = 2.1.1
+GARVERSION = 2.2.3
 
-#http://launchpad.net/bzr/2.2/2.2b4/+download/bzr-2.2b4.tar.gz
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
@@ -15,6 +14,7 @@
 
 #EXTDEPS = paramiko
 LIBDEPS = zlib
+BUILDDEPS = python
 
 HOME_URL = http://bazaar.canonical.com/
 DESCRIPTION = The GNU distributed version control system

=== modified file 'gnu/bazaar/sha256sums'
--- gnu/bazaar/sha256sums	2010-07-27 19:58:50 +0000
+++ gnu/bazaar/sha256sums	2011-01-29 04:40:16 +0000
@@ -1,2 +1,2 @@
-b87d2974d0f6dc58701958ded82d56b45d566af8eedf2d8580f3c887cd86d651  download/bzr-2.1.1.tar.gz
-38c83a297e189aec47e961b463f4a938941590a1ebd561eb566ed946c7ccc004  download/bzr-2.1.1.tar.gz.sig
+0640e63d85b4a9594a0cc9bdc763675c881e967940f32d918911cd0da3b21a12  download/bzr-2.2.3.tar.gz
+e5e1d5be4a5ca0e113d1b3ef971eab862fc5df892731501acc75d28d1e655356  download/bzr-2.2.3.tar.gz.sig

Reply via email to