Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24357

Modified Files:
        bazaar.info bzr-py.info 
Added Files:
        bzr-py-2.3.4.info 
Log Message:
New upstream bazaar 2.4.0.


Index: bzr-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/bzr-py.info,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- bzr-py.info 19 Jul 2011 19:20:10 -0000      1.36
+++ bzr-py.info 30 Aug 2011 23:14:07 -0000      1.37
@@ -1,19 +1,17 @@
 Info2: <<
 Package: bzr-py%type_pkg[python]
-Version: 2.3.4
+Version: 2.4.0
 Revision: 1
 Conflicts: bzr, bzr-py24-bin
 Replaces: bzr, bzr-py24-bin
-Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6 2.7)
-Source: http://launchpadlibrarian.net/75242790/bzr-%v.tar.gz
-Source-MD5: 2efb1350c69abd4d5bf7437f06f1fdb9
+Type: python (2.6 2.7)
+Source: http://launchpadlibrarian.net/77014662/bzr-%v.tar.gz
+Source-MD5: 087c65e4b79f454b9e733c21607bdd56
 Depends: <<
-  python%type_pkg[python],
-  (%type_pkg[python] = 24) celementtree-py24 | (%type_pkg[python] = 24) 
elementtree-py24
+  python%type_pkg[python]
 <<
 BuildDepends: docutils-py%type_pkg[python]
-Recommends: paramiko-py%type_pkg[python]
+Recommends: paramiko-py%type_pkg[python], lzma-py%type_pkg[python], 
pycurl-py%type_pkg[python]
 
 PatchScript: <<
   sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
@@ -24,9 +22,9 @@
 PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
 <<
 # Leave tests commented out for now because of problems that need diagnosing.
-#InfoTest: <<
-#  TestDepends: testtools-py%type_pkg[python]
-#  TestScript: PYTHONPATH=`ls -d %b/build/lib*` %p/bin/python%type_raw[python] 
bzr selftest || exit 2
+# InfoTest: <<
+#   TestDepends: testtools-py%type_pkg[python]
+#   TestScript: PYTHONPATH=`ls -d %b/build/lib*` 
%p/bin/python%type_raw[python] bzr selftest || exit 2
 #<<
 InstallScript: <<
   python%type_raw[python] setup.py install --prefix %p --root %d

--- NEW FILE: bzr-py-2.3.4.info ---
Info2: <<
Package: bzr-py%type_pkg[python]
Version: 2.3.4
Revision: 1
Conflicts: bzr, bzr-py24-bin
Replaces: bzr, bzr-py24-bin
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
Source: http://launchpadlibrarian.net/75242790/bzr-%v.tar.gz
Source-MD5: 2efb1350c69abd4d5bf7437f06f1fdb9
Depends: <<
  python%type_pkg[python],
  (%type_pkg[python] = 24) celementtree-py24 | (%type_pkg[python] = 24) 
elementtree-py24
<<
BuildDepends: docutils-py%type_pkg[python]
Recommends: paramiko-py%type_pkg[python]

PatchScript: <<
  sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
<<
CompileScript: <<
#!/bin/sh -ev
python%type_raw[python] setup.py build
PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
<<
# Leave tests commented out for now because of problems that need diagnosing.
#InfoTest: <<
#  TestDepends: testtools-py%type_pkg[python]
#  TestScript: PYTHONPATH=`ls -d %b/build/lib*` %p/bin/python%type_raw[python] 
bzr selftest || exit 2
#<<
InstallScript: <<
  python%type_raw[python] setup.py install --prefix %p --root %d
  mkdir -p %i/share/doc
  cp -R doc %i/share/doc/%n
  ln -s %p/share/doc/fink/COPYING %i/share/doc/%n

  mv %i/bin/bzr %i/bin/bzr-py%type_pkg[python]
  mv %i/share/man/man1/bzr.1 %i/share/man/man1/bzr-py%type_pkg[python].1

  mkdir -p %i/lib/bzr-py%type_raw[python]
  mv contrib/bash/bzr %i/lib/bzr-py%type_raw[python]/bash-completion
<<
PostInstScript: <<
  update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] 
%type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 
%p/share/man/man1/bzr-py%type_pkg[python].1 --slave 
%p/etc/bash_completion.d/bzr bzr-bash-completion 
%p/lib/bzr-py%type_pkg[python]/bash-completion
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]
  then
    update-alternatives --remove bzr %p/bin/bzr-py%type_pkg[python]
  fi
<<
DocFiles: README NEWS TODO bzr.ico
Description: Bazaar distributed SCM
DescDetail: <<
An open source distributed version control system that is powerful,
friendly, and scalable, implemented in python. It's still in an
early stage of development.
* Designed to be easy to learn for CVS or SVN users.
* Tracks file and directory renames and merges.
* Strong integrity protection features.
* Can be published over plain HTTP.
<<
License: GPL
Homepage: http://www.bazaar-vcs.org/
Maintainer: Daniel Johnson <[email protected]>
<<

Index: bazaar.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/bazaar.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bazaar.info 20 Aug 2011 23:44:06 -0000      1.1
+++ bazaar.info 30 Aug 2011 23:14:07 -0000      1.2
@@ -1,5 +1,5 @@
 Package: bazaar
-Version: 2.3.4
+Version: 2.4.0
 Revision: 1
 Description: Distributed SCM
 DescDetail: <<
@@ -22,4 +22,4 @@
 
 Type: bundle
 
-Depends: bzr-py27 (>= %v-%r) | bzr-py26 (>= %v-%r) | bzr-py25 (>= %v-%r) | 
bzr-py24 (>= %v-%r)
+Depends: bzr-py27 (>= %v-%r) | bzr-py26 (>= %v-%r)


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to