mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
Merge pull request #91 from zooko/master
misc/build_helpers/show-tool-versions.py: print out more version information about dependencies and tools
This commit is contained in:
commit
e9e8cb73fd
@ -144,18 +144,29 @@ print_stdout(['git', '--version'])
|
||||
print_stdout(['openssl', 'version'])
|
||||
print_stdout(['flappclient', '--version'])
|
||||
print_stdout(['valgrind', '--version'])
|
||||
print_stdout(['lzip', '--version'])
|
||||
|
||||
print_as_ver()
|
||||
|
||||
print_setuptools_ver()
|
||||
|
||||
print_py_pkg_ver('cffi')
|
||||
print_py_pkg_ver('coverage')
|
||||
print_py_pkg_ver('trialcoverage')
|
||||
print_py_pkg_ver('cryptography')
|
||||
print_py_pkg_ver('foolscap')
|
||||
print_py_pkg_ver('mock')
|
||||
print_py_pkg_ver('Nevow', 'nevow')
|
||||
print_py_pkg_ver('pyasn1')
|
||||
print_py_pkg_ver('pycparser')
|
||||
print_py_pkg_ver('pycrypto', 'Crypto')
|
||||
print_py_pkg_ver('pycryptopp')
|
||||
print_py_pkg_ver('pyflakes')
|
||||
print_py_pkg_ver('zope.interface')
|
||||
print_py_pkg_ver('pyOpenSSL', 'OpenSSL')
|
||||
print_py_pkg_ver('simplejson')
|
||||
print_py_pkg_ver('six')
|
||||
print_py_pkg_ver('trialcoverage')
|
||||
print_py_pkg_ver('Twisted', 'twisted')
|
||||
print_py_pkg_ver('TwistedCore', 'twisted.python')
|
||||
print_py_pkg_ver('TwistedWeb', 'twisted.web')
|
||||
print_py_pkg_ver('TwistedConch', 'twisted.conch')
|
||||
print_py_pkg_ver('pycryptopp')
|
||||
print_py_pkg_ver('zfec')
|
||||
print_py_pkg_ver('zope.interface')
|
||||
|
Loading…
Reference in New Issue
Block a user