Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533272 - dev-python/pymilter-1.0 - python bindings for libmilter
Summary: dev-python/pymilter-1.0 - python bindings for libmilter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.bmsi.com/python/milter.html
Whiteboard:
Keywords: EBUILD, PullRequest
Depends on:
Blocks:
 
Reported: 2014-12-22 10:50 UTC by Christian Roessner
Modified: 2019-06-07 18:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pymilter-1.0.ebuild (pymilter-1.0.ebuild,498 bytes, text/plain)
2014-12-22 10:50 UTC, Christian Roessner
Details
pymilter-1.0.ebuild (pymilter-1.0.ebuild,454 bytes, text/plain)
2014-12-22 20:05 UTC, Christian Roessner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Roessner 2014-12-22 10:50:09 UTC
Created attachment 392218 [details]
pymilter-1.0.ebuild

Please include the following ebuild back into main Gentoo portage tree :-)

It's a major component for building fast mail milters.

Thank you
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-22 10:54:22 UTC
Comment on attachment 392218 [details]
pymilter-1.0.ebuild

># Copyright 1999-2014 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=5
>PYTHON_COMPAT=( python2_7 )
>
>inherit distutils-r1
>
>DESCRIPTION="The package of Python milters that wraps the C libmilter library."

The package of?

How about "Python bindings for libmilter"?

>IUSE=""

No need to set an empty IUSE.

>DEPEND="mail-filter/libmilter"
>RDEPEND="${DEPEND}"
Comment 2 Christian Roessner 2014-12-22 11:03:29 UTC
Yes :-) The description sound good to me. Sorry for the empty IUSE.
Comment 3 Christian Roessner 2014-12-22 20:05:35 UTC
Created attachment 392234 [details]
pymilter-1.0.ebuild

Modified description and removed empty IUSE
Comment 4 Larry the Git Cow gentoo-dev 2019-06-07 18:53:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3339483c61d1bc1106791cfc33f05dad161b90f

commit a3339483c61d1bc1106791cfc33f05dad161b90f
Author:     Ralph Seichter <github@seichter.de>
AuthorDate: 2019-04-07 19:48:40 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-06-07 18:52:58 +0000

    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@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@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(+)