aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dateutil
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-08-21 20:27:29 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-08-23 10:29:06 +0000
commit22de3b24b6fd4492b06aa82c69109f05dec2340f (patch)
tree2c85bc80904b5a7236b15929f1d6a69bfa42b048 /testing/py-dateutil
parent97bca2bd3833476f9debf84f777977725e7ed75a (diff)
downloadaports-22de3b24b6fd4492b06aa82c69109f05dec2340f.tar.bz2
aports-22de3b24b6fd4492b06aa82c69109f05dec2340f.tar.xz
testing/py-dateutil: upgrade to 2.2
Diffstat (limited to 'testing/py-dateutil')
-rw-r--r--testing/py-dateutil/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/testing/py-dateutil/APKBUILD b/testing/py-dateutil/APKBUILD
index 95a28570d7..1afbdfd7a2 100644
--- a/testing/py-dateutil/APKBUILD
+++ b/testing/py-dateutil/APKBUILD
@@ -1,8 +1,9 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-dateutil
-pkgver=2.1
-pkgrel=1
+_pkgname=python-dateutil
+pkgver=2.2
+pkgrel=0
pkgdesc="Python extensions for datetime module"
url="http://labix.org/python-dateutil"
arch="noarch"
@@ -12,9 +13,9 @@ depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
-source="http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz"
+source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/python-dateutil-$pkgver
+_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
local i
cd "$_builddir"
@@ -35,4 +36,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="1534bb15cf311f07afaa3aacba1c028b python-dateutil-2.1.tar.gz"
+md5sums="c1f654d0ff7e33999380a8ba9783fd5c python-dateutil-2.2.tar.gz"
+sha256sums="eec865307ebe7f329a6a9945c15453265a449cdaaf3710340828a1934d53e468 python-dateutil-2.2.tar.gz"
+sha512sums="cb278b8e18da3b991c6415ff59e9f3aa87cfb2e52048b3f74a9e3d183e0cc5bf71595123c644d0aea75084e653a885cbfa70c8ddd8b6a888bb13183624fcb46b python-dateutil-2.2.tar.gz"