From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymilter/
Date: Fri, 7 Jun 2019 18:53:19 +0000 (UTC) [thread overview]
Message-ID: <1559933578.a3339483c61d1bc1106791cfc33f05dad161b90f.whissi@gentoo> (raw)
commit: a3339483c61d1bc1106791cfc33f05dad161b90f
Author: Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sun Apr 7 19:48:40 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 18:52:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3339483
dev-python/pymilter: Python interface to sendmail milter API
Python extension module to enable python scripts to attach to
Sendmail's libmilter API (also used by Postfix), enabling filtering
of messages as they arrive.
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://bugs.gentoo.org/533272
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11633
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/pymilter/Manifest | 1 +
dev-python/pymilter/metadata.xml | 21 +++++++++++++++++++++
dev-python/pymilter/pymilter-1.0.4.ebuild | 22 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/pymilter/Manifest b/dev-python/pymilter/Manifest
new file mode 100644
index 00000000000..07186006bfa
--- /dev/null
+++ b/dev-python/pymilter/Manifest
@@ -0,0 +1 @@
+DIST pymilter-1.0.4.tar.gz 1023222 BLAKE2B 1e5ce42af76ae1ac2f7cda87d40bdce404ed7e9fce9e88909572ec065f05e2c9effc8bc62d4fad113753ff7dc7e87c790515a9116615191745097cb2c3390042 SHA512 b356a10ffc0ba0172cdb228e4e15034e67c0fd82b4b8bbe1193e54e45e518626fd647033d824f2cd5a9d456154c528027726977d3ad2f2c2fe0e0155ad50d294
diff --git a/dev-python/pymilter/metadata.xml b/dev-python/pymilter/metadata.xml
new file mode 100644
index 00000000000..2db73a89269
--- /dev/null
+++ b/dev-python/pymilter/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@seichter.de</email>
+ <name>Ralph Seichter</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ A python extension module to enable python scripts to attach
+ to sendmail’s libmilter functionality. Additional python
+ modules provide for navigating and modifying MIME parts, and
+ sending DSNs or doing CBVs.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sdgathman/pymilter</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pymilter/pymilter-1.0.4.ebuild b/dev-python/pymilter/pymilter-1.0.4.ebuild
new file mode 100644
index 00000000000..3a205f24df6
--- /dev/null
+++ b/dev-python/pymilter/pymilter-1.0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${P}"
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v || die
+}
next reply other threads:[~2019-06-07 18:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 18:53 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-06-07 19:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymilter/ Thomas Deutschmann
2019-06-09 11:28 Thomas Deutschmann
2019-10-15 15:01 Thomas Deutschmann
2020-08-20 14:55 Thomas Deutschmann
2020-10-13 9:26 Agostino Sarubbo
2020-10-15 22:12 Thomas Deutschmann
2020-10-15 22:12 Thomas Deutschmann
2022-01-29 21:19 Michał Górny
2022-03-15 18:16 Jakov Smolić
2022-03-16 8:07 Michał Górny
2022-03-21 10:01 Michał Górny
2022-06-05 8:08 Joonas Niilola
2022-08-04 1:45 Sam James
2023-02-16 3:29 Sam James
2023-02-16 3:29 Sam James
2023-02-16 3:29 Sam James
2023-05-01 1:53 Sam James
2023-05-01 4:31 Michał Górny
2023-05-04 16:30 Michał Górny
2023-05-07 6:37 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1559933578.a3339483c61d1bc1106791cfc33f05dad161b90f.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox