Displaying 4 results from an estimated 4 matches for "ext_modules".
2005 Mar 28
4
Problem with bindings and MinGW
...ion="0.8.5",
description="Xapian bindings for Python",
author="The Xapian Team",
author_email="xapian@users.sourceforge.net",
url="http://xapian.org/",
py_modules=["xapian"],
data_files=DATA_FILES,
ext_modules=[
Extension("_xapian",
["xapian_wrap.cc"],
extra_compile_args=EXTRA_CFLAGS,
extra_link_args=EXTRA_LDFLAGS,
)]
)
# end.
...if a user wants to build it using the standard Python build...
2005 Mar 28
4
Problem with bindings and MinGW
...ion="0.8.5",
description="Xapian bindings for Python",
author="The Xapian Team",
author_email="xapian@users.sourceforge.net",
url="http://xapian.org/",
py_modules=["xapian"],
data_files=DATA_FILES,
ext_modules=[
Extension("_xapian",
["xapian_wrap.cc"],
extra_compile_args=EXTRA_CFLAGS,
extra_link_args=EXTRA_LDFLAGS,
)]
)
# end.
...if a user wants to build it using the standard Python build...
2016 May 04
9
[PATCH 0/8] python: PEP 8 fixes
Hi,
this series cleans up the Python sources, either static or generated,
including also tests, to make them PEP 8 compliant; see
https://www.python.org/dev/peps/pep-0008/ and tools like pep8.
Almost all the issues reported by pep8 are fixed, reducing the issues
from 3818 to 7.
The changes should have no effect on the actual code, while it will
help Python users with consistency with other
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*