[arch-commits] Commit in python-simplejson/trunk (2 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sun Aug 18 17:54:55 UTC 2013
Date: Sunday, August 18, 2013 @ 19:54:54
Author: arodseth
Revision: 95922
setuptools TODO fix
Modified:
python-simplejson/trunk/PKGBUILD
Deleted:
python-simplejson/trunk/python-simplejson.changelog
-----------------------------+
PKGBUILD | 4 ++--
python-simplejson.changelog | 20 --------------------
2 files changed, 2 insertions(+), 22 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-18 17:53:33 UTC (rev 95921)
+++ PKGBUILD 2013-08-18 17:54:54 UTC (rev 95922)
@@ -7,12 +7,12 @@
pkgbase=python-simplejson
pkgname=("$pkgbase" 'python2-simplejson')
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
license=('MIT')
arch=('x86_64' 'i686')
url='http://undefined.org/python/#simplejson'
-makedepends=('python' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
Deleted: python-simplejson.changelog
===================================================================
--- python-simplejson.changelog 2013-08-18 17:53:33 UTC (rev 95921)
+++ python-simplejson.changelog 2013-08-18 17:54:54 UTC (rev 95922)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * python-simplejson 2.3.3-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * python-simplejson 2.2.1-1
-
-2011-05-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * python-simplejson 2.1.3-1
-
-2010-05-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * Update to major release 2.1.1
-
-2010-03-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * Update to major release 2.1.0
More information about the arch-commits
mailing list