diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-01 05:58:31 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-01 05:58:31 +0000 |
commit | abda914437b027a13ef54b1aca85097880f81cdb (patch) | |
tree | e78523050adc0de6c106a302b77bb4a09fdb0d0f /security/py-pyclamd/files/patch-setup.py | |
parent | security/suricata: Fix plist with HTP_PORT option disabled (diff) |
security/py-pyclamd: 0.2.2 -> 0.3.17
- now compatible with python 3
- API now object oriented.
Useful classes are ClamdNetworkSocket and ClamdUnixSocket.
- patches makepatch compliant
- added WWW
PR: 211125
Approved by: bsd@dino.sk (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=419425
Diffstat (limited to 'security/py-pyclamd/files/patch-setup.py')
-rw-r--r-- | security/py-pyclamd/files/patch-setup.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/py-pyclamd/files/patch-setup.py b/security/py-pyclamd/files/patch-setup.py deleted file mode 100644 index 29b7fcfcb8b3..000000000000 --- a/security/py-pyclamd/files/patch-setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.py.orig 2009-01-07 13:42:10.000000000 +0100 -+++ setup.py 2009-01-07 13:42:27.000000000 +0100 -@@ -0,0 +1,16 @@ -+#!/usr/bin/python -+ -+import glob -+import os -+import sys -+from distutils.core import setup -+ -+setup(name="pyclamd", -+ version="0.2.2", -+ description="Python ClamD module.", -+ author="Alexandre Norman", -+ author_email="norman@xael.org", -+ url="http://xael.org/norman/python/pyclamd/", -+ license="GPL", -+ packages=[''] -+ ) |