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 980071382C5 for ; Thu, 17 Dec 2020 12:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5B2EE0887; Thu, 17 Dec 2020 12:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8EC25E0887 for ; Thu, 17 Dec 2020 12:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3ADDE341140 for ; Thu, 17 Dec 2020 12:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE5CEC7 for ; Thu, 17 Dec 2020 12:53:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608209604.6007a8e4cf0c3a408035aea73c75763d6b3fc558.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild dev-python/aws-sam-translator/metadata.xml X-VCS-Directories: dev-python/aws-sam-translator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6007a8e4cf0c3a408035aea73c75763d6b3fc558 X-VCS-Branch: master Date: Thu, 17 Dec 2020 12:53:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e058278-8303-42f6-8862-2fbc9d560208 X-Archives-Hash: 4ffc83f0a65c0f3e265abbc68f4b3d02 commit: 6007a8e4cf0c3a408035aea73c75763d6b3fc558 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 17 12:53:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 17 12:53:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6007a8e4 dev-python/aws-sam-translator: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild | 5 +++-- dev-python/aws-sam-translator/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild index ac4085528bc..12e3cdc1611 100644 --- a/dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild +++ b/dev-python/aws-sam-translator/aws-sam-translator-1.32.0-r1.ebuild @@ -7,8 +7,9 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="A library that transform SAM templates into AWS CloudFormation templates" -HOMEPAGE="https://github.com/awslabs/serverless-application-model https://pypi.org/project/aws-sam-translator/" -SRC_URI="https://github.com/awslabs/serverless-application-model/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/aws/serverless-application-model + https://pypi.org/project/aws-sam-translator/" +SRC_URI="https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/serverless-application-model-${PV}" LICENSE="Apache-2.0" diff --git a/dev-python/aws-sam-translator/metadata.xml b/dev-python/aws-sam-translator/metadata.xml index 5c610e171af..0e57ace7325 100644 --- a/dev-python/aws-sam-translator/metadata.xml +++ b/dev-python/aws-sam-translator/metadata.xml @@ -11,7 +11,7 @@ - awslabs/serverless-application-model + aws/serverless-application-model aws-sam-translator https://github.com/awslabs/serverless-application-model/issues