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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98AAD15800F for ; Thu, 16 Feb 2023 03:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 262DAE08EB; Thu, 16 Feb 2023 03:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B5A8E08DD for ; Thu, 16 Feb 2023 03:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CD86340D5F for ; Thu, 16 Feb 2023 03:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCAB68BB for ; Thu, 16 Feb 2023 03:29:16 +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: <1676517998.162cc2024b95b86d24947bbb7098c514821dea9c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymilter/Manifest dev-python/pymilter/pymilter-1.0.5.ebuild X-VCS-Directories: dev-python/pymilter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 162cc2024b95b86d24947bbb7098c514821dea9c X-VCS-Branch: master Date: Thu, 16 Feb 2023 03:29:16 +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: e0beb2b5-db89-4168-af6f-04b2660c03dc X-Archives-Hash: ba4f5c17df1a8d771f339696690043d7 commit: 162cc2024b95b86d24947bbb7098c514821dea9c Author: Sam James gentoo org> AuthorDate: Wed Feb 15 23:46:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 16 03:26:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162cc202 dev-python/pymilter: add 1.0.5 Signed-off-by: Sam James gentoo.org> dev-python/pymilter/Manifest | 1 + dev-python/pymilter/pymilter-1.0.5.ebuild | 35 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/pymilter/Manifest b/dev-python/pymilter/Manifest index e462085db2f6..920a22aef5ac 100644 --- a/dev-python/pymilter/Manifest +++ b/dev-python/pymilter/Manifest @@ -1 +1,2 @@ DIST pymilter-1.0.4.gh.tar.gz 1023222 BLAKE2B 1e5ce42af76ae1ac2f7cda87d40bdce404ed7e9fce9e88909572ec065f05e2c9effc8bc62d4fad113753ff7dc7e87c790515a9116615191745097cb2c3390042 SHA512 b356a10ffc0ba0172cdb228e4e15034e67c0fd82b4b8bbe1193e54e45e518626fd647033d824f2cd5a9d456154c528027726977d3ad2f2c2fe0e0155ad50d294 +DIST pymilter-1.0.5.gh.tar.gz 1030610 BLAKE2B 7af714ca771ad9c90a0b20b386f0d46d25fc5cd213c43f7c1c6edc1a9300f7bda987f46fa9a9b8add68f020c33783648f9187c3b05a34a4c13ad8a4ae7206f39 SHA512 d6cd291f3be5402d6e4ab824deba940c6500d970b30c8d73b2fb1952eede4ac784033a7ae0b9a7307f18a3bfd52fc3f40fb0a9cce6cb94e724fce5cc3e8eb25e diff --git a/dev-python/pymilter/pymilter-1.0.5.ebuild b/dev-python/pymilter/pymilter-1.0.5.ebuild new file mode 100644 index 000000000000..5c0256193435 --- /dev/null +++ b/dev-python/pymilter/pymilter-1.0.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to sendmail milter API" +HOMEPAGE="https://github.com/sdgathman/pymilter" +SRC_URI="https://github.com/sdgathman/${PN}/archive/${P}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/bsddb3[${PYTHON_USEDEP}] + mail-filter/libmilter:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + || ( + mail-mta/opensmtpd + mail-mta/sendmail + ) + ) +" + +distutils_enable_tests unittest