summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-26 16:15:17 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-26 16:15:17 +0000
commit6afdca65ede57c88d27231dbfa816031a5a95db4 (patch)
treeaa64294573e930266aa07f1e86220059066290a4 /dev-python/python-dateutil
parentsci-biology/consed: Import to tree; drop old EPAI=1 version, #526742 (diff)
downloadgentoo-2-6afdca65ede57c88d27231dbfa816031a5a95db4.tar.gz
gentoo-2-6afdca65ede57c88d27231dbfa816031a5a95db4.tar.bz2
gentoo-2-6afdca65ede57c88d27231dbfa816031a5a95db4.zip
Add pypi page to HOMEPAGE.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/python-dateutil')
-rw-r--r--dev-python/python-dateutil/ChangeLog5
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-dateutil/ChangeLog b/dev-python/python-dateutil/ChangeLog
index 96a21fa53ec5..26fb892751da 100644
--- a/dev-python/python-dateutil/ChangeLog
+++ b/dev-python/python-dateutil/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.61 2014/09/30 11:50:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.62 2014/10/26 16:15:17 radhermit Exp $
+
+ 26 Oct 2014; Tim Harder <radhermit@gentoo.org> python-dateutil-2.2.ebuild:
+ Add pypi page to HOMEPAGE.
30 Sep 2014; Ian Delaney <idella4@gentoo.org> -python-dateutil-1.5.ebuild,
-python-dateutil-2.1.ebuild, python-dateutil-2.2.ebuild:
diff --git a/dev-python/python-dateutil/python-dateutil-2.2.ebuild b/dev-python/python-dateutil/python-dateutil-2.2.ebuild
index ab06bb7684d4..045617d28a8b 100644
--- a/dev-python/python-dateutil/python-dateutil-2.2.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.4 2014/09/30 11:50:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.5 2014/10/26 16:15:17 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Extensions to the standard Python datetime module"
-HOMEPAGE="http://labix.org/python-dateutil"
+HOMEPAGE="http://labix.org/python-dateutil https://pypi.python.org/pypi/python-dateutil"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"