From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35A191396D0 for ; Sun, 3 Sep 2017 01:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED511FC085; Sun, 3 Sep 2017 01:04:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30A121FC086 for ; Sun, 3 Sep 2017 01:04:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83628341698 for ; Sun, 3 Sep 2017 01:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CCB8C1D for ; Sun, 3 Sep 2017 01:04:17 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504400611.2617ccaab4764c23743738e630dc42520e55758a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/serpent/serpent-1.7.ebuild X-VCS-Directories: dev-python/serpent/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2617ccaab4764c23743738e630dc42520e55758a X-VCS-Branch: master Date: Sun, 3 Sep 2017 01:04:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0341b1c5-9ef4-4e9a-83ba-0f15dcdb54b8 X-Archives-Hash: 5b374cab1eeeaed46e38dadda7eace4a commit: 2617ccaab4764c23743738e630dc42520e55758a Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Aug 20 13:28:18 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 3 01:03:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2617ccaa dev-python/serpent: fix HOMEPAGE dev-python/serpent/serpent-1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/serpent/serpent-1.7.ebuild b/dev-python/serpent/serpent-1.7.ebuild index 3895dd02f74..847d9cada09 100644 --- a/dev-python/serpent/serpent-1.7.ebuild +++ b/dev-python/serpent/serpent-1.7.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/" +HOMEPAGE="https://pypi.python.org/pypi/serpent https://github.com/irmen/Serpent" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"