chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/control: Bump `catacomb-dev' dependency for AEAD stuff.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 94b25d0056950c5029365f9e3f8a0fce22f355cc..bb6d2e1fe5902b054d208d7135d11d9950004e8e 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-3,8
+3,8
@@
import distutils.core as DC
import mdwsetup as MS
import distutils.core as DC
import mdwsetup as MS
-MS.pkg_config('catacomb', '2.
3.0.1+4
')
-MS.pkg_config('mLib', '2.
0.4
')
+MS.pkg_config('catacomb', '2.
4.2-70
')
+MS.pkg_config('mLib', '2.
2.2.1
')
cat = DC.Extension('catacomb._base',
['catacomb.c', 'bytestring.c', 'buffer.c',
cat = DC.Extension('catacomb._base',
['catacomb.c', 'bytestring.c', 'buffer.c',
@@
-18,7
+18,7
@@
cat = DC.Extension('catacomb._base',
MS.setup(name = 'catacomb-python',
description = 'Interface to Catacomb cryptographic library',
MS.setup(name = 'catacomb-python',
description = 'Interface to Catacomb cryptographic library',
- url = 'http
://www.distorted.org.uk/~mdw/Catacomb-2.1.0
',
+ url = 'http
s://git.distorted.org.uk/~mdw/catacomb-python/
',
author = 'Straylight/Edgeware',
author_email = 'mdw@distorted.org.uk',
license = 'GNU General Public License',
author = 'Straylight/Edgeware',
author_email = 'mdw@distorted.org.uk',
license = 'GNU General Public License',