summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2023-02-18 17:00:02 +0100
committerHanno Böck <hanno@gentoo.org>2023-02-18 17:00:11 +0100
commit74b9a5dfa437e0286ad8e7bac5963dfdbc7c11cf (patch)
treeb05eb43b9b560f6a8a3c3b417e3ceee87f2da352 /dev-python/pyClamd/files
parentRevert "app-editors/emacs: Allow either of webkit-gtk:4.1 and :4" (diff)
downloadgentoo-74b9a5dfa437e0286ad8e7bac5963dfdbc7c11cf.tar.gz
gentoo-74b9a5dfa437e0286ad8e7bac5963dfdbc7c11cf.tar.bz2
gentoo-74b9a5dfa437e0286ad8e7bac5963dfdbc7c11cf.zip
dev-python/pyClamd: Support python 3.11, EAPI 8, PEP517.
Signed-off-by: Hanno Böck <hanno@gentoo.org>
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, 11 insertions, 0 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
new file mode 100644
index 000000000000..446c215ba518
--- /dev/null
+++ b/dev-python/pyClamd/files/pyClamd-0.4.0-remove-obsolete-bugtrack_url.diff
@@ -0,0 +1,11 @@
+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.',