python2-dateutil update to 2.2

This commit is contained in:
Francesco Marinucci 2014-04-13 09:27:42 +00:00
parent 5127053339
commit 4147b10b3a

View File

@ -1,24 +1,20 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrian Chaves Fernandez (Gallaecio) <adriyetichaves@gmail.com>
# Contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
pkgname=python2-dateutil
_pkgname=python-dateutil
pkgver=1.5
pkgver=2.2
pkgrel=1
epoch=1
pkgdesc="Provides powerful extensions to the standard datetime module"
arch=('any')
arch=('x86_64')
license=('PYTHON')
url="http://labix.org/python-dateutil"
depends=('python2' 'python2-six')
makedepends=('setuptools')
makedepends=('python2-setuptools')
provides=(python-dateutil)
replaces=(python-dateutil)
source=(http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
md5sums=('0dcb1de5e5cad69490a3b6ab63f0cfa5')
md5sums=('c1f654d0ff7e33999380a8ba9783fd5c')
package() {
cd $srcdir/$_pkgname-$pkgver