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 E7579138359 for ; Wed, 2 Sep 2020 05:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E273DE083D; Wed, 2 Sep 2020 05:14:12 +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 C934DE083D for ; Wed, 2 Sep 2020 05:14:12 +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 43F66340E22 for ; Wed, 2 Sep 2020 05:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9E6B33D for ; Wed, 2 Sep 2020 05:14:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599023642.c7a0f93c94356ff99100776715f7c038a4bfd06f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/pyzor/Manifest mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild X-VCS-Directories: mail-filter/pyzor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7a0f93c94356ff99100776715f7c038a4bfd06f X-VCS-Branch: master Date: Wed, 2 Sep 2020 05:14:09 +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: 8dbbde9d-a25b-400d-a13c-58ecaec8a00b X-Archives-Hash: 6b1aeba197cca705d21a35ba0c353658 commit: c7a0f93c94356ff99100776715f7c038a4bfd06f Author: Sam James gentoo org> AuthorDate: Wed Sep 2 05:14:02 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 2 05:14:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a0f93c mail-filter/pyzor: rename to 1.0.0_p20200523 * Version change in case upstream release something other than 1.0.1. Could work with _pre, but this is the convention I stick to. * Keep Python 3.6 (can't add Python 3.9 because of mysqlclient) * Minor style changes Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> mail-filter/pyzor/Manifest | 2 +- ...zor-1.0.1_pre20200523.ebuild => pyzor-1.0.0_p20200523.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mail-filter/pyzor/Manifest b/mail-filter/pyzor/Manifest index fc35455a69a..418fdd57e1c 100644 --- a/mail-filter/pyzor/Manifest +++ b/mail-filter/pyzor/Manifest @@ -1,2 +1,2 @@ DIST pyzor-1.0.0.tar.gz 126276 BLAKE2B c60f26c53bf118c88dacbc49ddd414473748af1868b383a9c937ecf3cfe426ecdd60f64388fe7e555bd4641ef445769600e40879279dd544ef9ea32bd0dab6b9 SHA512 b3fb8b2c5261e187a2ab3a5a3b12d221df7de08766c6bb2ad9990c0f23517534871ecc9d5ad529e79b0d0aef8b2b800728320c57435a8c0d8c3f80a4ba0f7e4a -DIST pyzor-f46159bd6519cebcebf59e9334a7920371111d75.tar.gz 138077 BLAKE2B 13ad30f06ce32a24a42dd5aaa21ad2a6700df1bac3dc54a86532748688b094ee0f56a8e28e34336298388c6e0b95868e95d040866c9afa561d867069496608fe SHA512 afe3b14794aea68b1a7d72840257976c7c9f755a6f6dcaaf6ebacab465c176fe2aa84f3fe176006cdbe26ef0b07ed949f75f6ef729f65c604fadf6ce8472da8f +DIST pyzor-1.0.0_p20200523.tar.gz 138077 BLAKE2B 13ad30f06ce32a24a42dd5aaa21ad2a6700df1bac3dc54a86532748688b094ee0f56a8e28e34336298388c6e0b95868e95d040866c9afa561d867069496608fe SHA512 afe3b14794aea68b1a7d72840257976c7c9f755a6f6dcaaf6ebacab465c176fe2aa84f3fe176006cdbe26ef0b07ed949f75f6ef729f65c604fadf6ce8472da8f diff --git a/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild similarity index 88% rename from mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild rename to mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild index 690769b4a58..24a836232fd 100644 --- a/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild +++ b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild @@ -3,14 +3,14 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 COMMIT="f46159bd6519cebcebf59e9334a7920371111d75" DESCRIPTION="A distributed, collaborative spam detection and filtering network" HOMEPAGE="https://github.com/SpamExperts/pyzor" -SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" +SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -40,6 +40,7 @@ REQUIRED_USE=" pyzord? ( || ( gdbm redis ) ) test? ( gdbm redis ) " + S="${WORKDIR}/${PN}-${COMMIT}" distutils_enable_sphinx "docs" @@ -53,9 +54,9 @@ src_install() { if use pyzord; then dodir /usr/sbin - mv "${D}"/usr/bin/pyzord* "${ED}/usr/sbin" \ + mv "${ED}"/usr/bin/pyzord* "${ED}/usr/sbin" \ || die "failed to relocate pyzord" else - rm "${D}"/usr/bin/pyzord* || die "failed to remove pyzord" + rm "${ED}"/usr/bin/pyzord* || die "failed to remove pyzord" fi }