summaryrefslogtreecommitdiff
path: root/dev-python/pyclamd/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyclamd/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyclamd/files')
-rw-r--r--dev-python/pyclamd/files/pyclamd-0.4.0-remove-obsolete-bugtrack_url.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pyclamd/files/pyclamd-0.4.0-remove-obsolete-bugtrack_url.diff b/dev-python/pyclamd/files/pyclamd-0.4.0-remove-obsolete-bugtrack_url.diff
deleted file mode 100644
index 446c215ba518..000000000000
--- a/dev-python/pyclamd/files/pyclamd-0.4.0-remove-obsolete-bugtrack_url.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naurp a/setup.py b/setup.py
---- a/setup.py 2017-08-28 00:05:52.000000000 +0200
-+++ b/setup.py 2023-02-18 16:57:08.911936472 +0100
-@@ -27,7 +27,6 @@ setup (name = 'pyClamd',
- author_email = 'norman@xael.org',
- keywords='python, clamav, antivirus, scanner, virus, libclamav',
- url = 'http://xael.org/pages/pyclamd-en.html',
-- bugtrack_url = 'https://bitbucket.org/xael/pyclamd',
- include_dirs = ['/usr/local/include'],
- description = 'pyClamd is a python interface to Clamd (Clamav daemon).',
- long_description = 'pyClamd is a python interface to Clamd (Clamav daemon). By using pyClamd, you can add virus detection capabilities to your python software in an efficient and easy way. Instead of pyClamav which uses libclamav, pyClamd may be used by a closed source product.',