[126797] trunk/dports/python/py-spf/Portfile

larryv at macports.org larryv at macports.org
Tue Oct 14 21:17:52 PDT 2014


Revision: 126797
          https://trac.macports.org/changeset/126797
Author:   larryv at macports.org
Date:     2014-10-14 21:17:52 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-spf

Last upstream release was in 2003
(http://www.wayforward.net/spf/CHANGELOG).

Removed Paths:
-------------
    trunk/dports/python/py-spf/Portfile

Deleted: trunk/dports/python/py-spf/Portfile
===================================================================
--- trunk/dports/python/py-spf/Portfile	2014-10-15 04:17:50 UTC (rev 126796)
+++ trunk/dports/python/py-spf/Portfile	2014-10-15 04:17:52 UTC (rev 126797)
@@ -1,43 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-spf
-version			1.6
-revision		1
-categories-append	mail
-license			PSF
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		python module for SPF (Sender Permitted From)
-long_description	py-spf is a python module for Sender Permitted From. \
-				SPF does email sender validation. For more information \
-				about SPF, please see http://spf.pobox.com.
-
-homepage		http://www.wayforward.net/spf/
-master_sites	${homepage}
-distname		pyspf-${version}
-checksums		md5 7ff35d8f9db41f2f7e0068f78f243a3d
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    depends_lib-append	port:py${python.version}-dns
-
-    patch	{
-        reinplace "s|test-1.9.5.txt|${worksrcpath}/test/test-1.9.5.txt|g" \
-            ${worksrcpath}/test/testspf.py
-    }
-
-    test.run		yes
-    test.cmd		${python.bin} test/testspf.py
-    test.env		PYTHONPATH=${worksrcpath}/build/lib
-    test.target
-
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} README CHANGELOG \
-            ${destroot}${prefix}/share/doc/${subport}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/4922931b/attachment.html>


More information about the macports-changes mailing list