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 8EFFB139000 for ; Fri, 30 Jul 2021 09:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C832E097E; Fri, 30 Jul 2021 09:40:34 +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 4FB8CE0958 for ; Fri, 30 Jul 2021 09:40:34 +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 3A57934374D for ; Fri, 30 Jul 2021 08:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C97C07A3 for ; Fri, 30 Jul 2021 08:51:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627635086.78e0404b4ac63e093c5d38f766eb6640c7ef9b09.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/simplemma/Manifest dev-python/simplemma/simplemma-0.3.0.ebuild X-VCS-Directories: dev-python/simplemma/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09 X-VCS-Branch: dev Date: Fri, 30 Jul 2021 08:51:29 +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: 4bfa287f-995f-44d5-af57-cd2af42c7862 X-Archives-Hash: f8d551454b5221c41de80d134c9b53e7 commit: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 30 08:51:26 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 30 08:51:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0404b dev-python/simplemma: fix BadFilename Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/simplemma/Manifest | 2 +- dev-python/simplemma/simplemma-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest index f1b288811..bfad9b33a 100644 --- a/dev-python/simplemma/Manifest +++ b/dev-python/simplemma/Manifest @@ -1 +1 @@ -DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c +DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild index 0b93ea384..2f33988df 100644 --- a/dev-python/simplemma/simplemma-0.3.0.ebuild +++ b/dev-python/simplemma/simplemma-0.3.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A simple multilingual lemmatizer for Python." HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/" -SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz" +SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" DEPEND="" LICENSE="MIT" 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 3863F139000 for ; Fri, 30 Jul 2021 10:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D683E09B5; Fri, 30 Jul 2021 10:05:05 +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 DD9DAE09B5 for ; Fri, 30 Jul 2021 10:05:04 +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 54CC734394B for ; Fri, 30 Jul 2021 09:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B83D898 for ; Fri, 30 Jul 2021 09:11:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627635086.78e0404b4ac63e093c5d38f766eb6640c7ef9b09.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/simplemma/Manifest dev-python/simplemma/simplemma-0.3.0.ebuild X-VCS-Directories: dev-python/simplemma/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09 X-VCS-Branch: master Date: Fri, 30 Jul 2021 09:11:35 +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: 003b5b5b-9850-451a-bd81-9b8353237b1c X-Archives-Hash: 309ceb24566f03c4d8de44b0efdaf588 Message-ID: <20210730091135.1KWI1wBZt_zzhoh7eTfXbMgxm6BOkzIXdB-gbO19LYE@z> commit: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 30 08:51:26 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 30 08:51:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0404b dev-python/simplemma: fix BadFilename Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/simplemma/Manifest | 2 +- dev-python/simplemma/simplemma-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest index f1b288811..bfad9b33a 100644 --- a/dev-python/simplemma/Manifest +++ b/dev-python/simplemma/Manifest @@ -1 +1 @@ -DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c +DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild index 0b93ea384..2f33988df 100644 --- a/dev-python/simplemma/simplemma-0.3.0.ebuild +++ b/dev-python/simplemma/simplemma-0.3.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A simple multilingual lemmatizer for Python." HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/" -SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz" +SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" DEPEND="" LICENSE="MIT"