[Python-apps-commits] r2127 - in packages/pymilter-milters/trunk/debian (spf-setup.py)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sun Dec 28 16:03:19 UTC 2008
Date: Sunday, December 28, 2008 @ 16:03:18
Author: kitterma-guest
Revision: 2127
Remove debian/spf-set.py - moved to a patch.
Deleted:
packages/pymilter-milters/trunk/debian/spf-setup.py
Deleted: packages/pymilter-milters/trunk/debian/spf-setup.py
===================================================================
--- packages/pymilter-milters/trunk/debian/spf-setup.py 2008-12-28 16:02:22 UTC (rev 2126)
+++ packages/pymilter-milters/trunk/debian/spf-setup.py 2008-12-28 16:03:18 UTC (rev 2127)
@@ -1,31 +0,0 @@
-#!/usr/bin/env python
-
-from distutils.core import setup
-import os
-
-DESC = """spf-milter-python SPF milter for Sendmail and Postfix implemented in Python."""
-
-setup(name='spf-milter-python',
- version='0.8.9',
- description=DESC,
- author='Stuart D. Gathman',
- author_email='stuart at bmsi.com',
- url='http://sourceforge.net/projects/pymilter/',
- license='GNU General Public License',
- keywords = ['Sendmail','Postfix','spf','milter','email'],
- scripts = ['spfmilter.py'],
- data_files=[(os.path.join('../etc', 'spf-milter-python'),
- ['spfmilter.cfg'])],
- classifiers = [
- 'Development Status :: 5 - Production/Stable',
- 'Environment :: No Input/Output (Daemon)',
- 'Intended Audience :: Developers',
- 'License :: OSI Approved :: GNU General Public License (GPL)',
- 'Natural Language :: English',
- 'Operating System :: POSIX',
- 'Programming Language :: Python',
- 'Topic :: Communications :: Email :: Mail Transport Agents',
- 'Topic :: Communications :: Email :: Filters',
- 'Topic :: Software Development :: Libraries :: Python Applications'
- ]
-)
More information about the Python-apps-commits
mailing list