[arch-commits] Commit in python-distribute/trunk (2 files)

Stéphane Gaudreault stephane at archlinux.org
Wed Jan 9 17:38:32 UTC 2013


    Date: Wednesday, January 9, 2013 @ 12:38:32
  Author: stephane
Revision: 174974

upgpkg: python-distribute 0.6.34-1

upstream update; rebase patch version

Modified:
  python-distribute/trunk/PKGBUILD
  python-distribute/trunk/distribute-python2_and_3.patch

--------------------------------+
 PKGBUILD                       |    6 +++---
 distribute-python2_and_3.patch |   24 ++++++++++++------------
 2 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-09 16:34:05 UTC (rev 174973)
+++ PKGBUILD	2013-01-09 17:38:32 UTC (rev 174974)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet <binet at farnsworth>
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.32
+pkgver=0.6.34
 pkgrel=1
 pkgdesc="Easily build and distribute Python packages"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
         distribute-python2_and_3.patch)
-sha1sums=('65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8'
-          '4eedbf582a1e057ddf879badabb7382a5ecc4fc1')
+sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+          '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
    cd "${srcdir}"
 

Modified: distribute-python2_and_3.patch
===================================================================
--- distribute-python2_and_3.patch	2013-01-09 16:34:05 UTC (rev 174973)
+++ distribute-python2_and_3.patch	2013-01-09 17:38:32 UTC (rev 174974)
@@ -1,19 +1,19 @@
-diff -Naur distribute-0.6.32.ori/distribute.egg-info/entry_points.txt distribute-0.6.32/distribute.egg-info/entry_points.txt
---- distribute-0.6.32.ori/distribute.egg-info/entry_points.txt	2012-11-26 12:18:19.000000000 -0500
-+++ distribute-0.6.32/distribute.egg-info/entry_points.txt	2012-12-16 16:52:39.351735173 -0500
+diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt distribute-0.6.34/distribute.egg-info/entry_points.txt
+--- distribute-0.6.34.ori/distribute.egg-info/entry_points.txt	2012-12-31 10:26:53.000000000 -0500
++++ distribute-0.6.34/distribute.egg-info/entry_points.txt	2013-01-09 12:35:22.573071193 -0500
 @@ -11,6 +11,8 @@
  install_egg_info = setuptools.command.install_egg_info:install_egg_info
  alias = setuptools.command.alias:alias
  easy_install = setuptools.command.easy_install:easy_install
 +easy_install-2.7 = setuptools.command.easy_install:main
-+easy_install-3.2 = setuptools.command.easy_install:main  
++easy_install-3.3 = setuptools.command.easy_install:main  
  install_scripts = setuptools.command.install_scripts:install_scripts
  bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
  bdist_egg = setuptools.command.bdist_egg:bdist_egg
-diff -Naur distribute-0.6.32.ori/distribute_setup.py distribute-0.6.32/distribute_setup.py
---- distribute-0.6.32.ori/distribute_setup.py	2012-11-26 09:08:58.000000000 -0500
-+++ distribute-0.6.32/distribute_setup.py	2012-12-16 16:52:39.351735173 -0500
-@@ -314,8 +314,7 @@
+diff -Naur distribute-0.6.34.ori/distribute_setup.py distribute-0.6.34/distribute_setup.py
+--- distribute-0.6.34.ori/distribute_setup.py	2012-12-29 17:10:53.000000000 -0500
++++ distribute-0.6.34/distribute_setup.py	2013-01-09 12:33:26.439725679 -0500
+@@ -319,8 +319,7 @@
          log.warn('Could not find the install location')
          return
      pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1])
@@ -23,10 +23,10 @@
      pkg_info = os.path.join(placeholder, setuptools_file)
      if os.path.exists(pkg_info):
          log.warn('%s already exists', pkg_info)
-diff -Naur distribute-0.6.32.ori/setup.py distribute-0.6.32/setup.py
---- distribute-0.6.32.ori/setup.py	2012-11-26 09:14:07.000000000 -0500
-+++ distribute-0.6.32/setup.py	2012-12-16 16:52:39.351735173 -0500
-@@ -108,6 +108,7 @@
+diff -Naur distribute-0.6.34.ori/setup.py distribute-0.6.34/setup.py
+--- distribute-0.6.34.ori/setup.py	2012-12-29 17:10:53.000000000 -0500
++++ distribute-0.6.34/setup.py	2013-01-09 12:33:26.439725679 -0500
+@@ -106,6 +106,7 @@
              finally:
                  f.close()
  




More information about the arch-commits mailing list