webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions | Variables
setup Namespace Reference

Classes

class  build_py
 
class  clean
 
class  test_conformance
 

Functions

def GetVersion ()
 
def generate_proto (source, require=True)
 
def GenerateUnittestProtos ()
 
def get_option_from_sys_argv (option_str)
 

Variables

 protoc = os.environ['PROTOC']
 
list ext_module_list = []
 
string warnings_as_errors = '--warnings_as_errors'
 
def compile_static_ext = get_option_from_sys_argv('--compile_static_extension')
 
list extra_compile_args
 
list libraries = ['protobuf']
 
 extra_objects = None
 
 target
 
list install_requires = ['six>=1.9', 'setuptools']
 
 name
 
 version
 
 description
 
 long_description
 
 url
 
 maintainer
 
 maintainer_email
 
 license
 
 classifiers
 
 namespace_packages
 
 packages
 
 test_suite
 
 cmdclass
 
 ext_modules
 
 console
 
 VERSION
 
 author
 
 author_email
 
 scripts
 

Detailed Description

The Planet Feed Aggregator

Function Documentation

◆ generate_proto()

def setup.generate_proto (   source,
  require = True 
)
Invokes the Protocol Compiler to generate a _pb2.py from the given
.proto file.  Does nothing if the output already exists and is newer than
the input.

◆ GenerateUnittestProtos()

def setup.GenerateUnittestProtos ( )

◆ get_option_from_sys_argv()

def setup.get_option_from_sys_argv (   option_str)

◆ GetVersion()

def setup.GetVersion ( )
Gets the version from google/protobuf/__init__.py

Do not import google.protobuf.__init__ directly, because an installed
protobuf library may be loaded instead.

Variable Documentation

◆ author

setup.author

◆ author_email

setup.author_email

◆ classifiers

setup.classifiers

◆ cmdclass

setup.cmdclass

◆ compile_static_ext

def setup.compile_static_ext = get_option_from_sys_argv('--compile_static_extension')

◆ console

setup.console

◆ description

setup.description

◆ ext_module_list

list setup.ext_module_list = []

◆ ext_modules

setup.ext_modules

◆ extra_compile_args

list setup.extra_compile_args
Initial value:
1 = ['-Wno-write-strings',
2  '-Wno-invalid-offsetof',
3  '-Wno-sign-compare']

◆ extra_objects

list setup.extra_objects = None

◆ install_requires

setup.install_requires = ['six>=1.9', 'setuptools']

◆ libraries

setup.libraries = ['protobuf']

◆ license

setup.license

◆ long_description

setup.long_description

◆ maintainer

setup.maintainer

◆ maintainer_email

setup.maintainer_email

◆ name

setup.name

◆ namespace_packages

setup.namespace_packages

◆ packages

setup.packages

◆ protoc

string setup.protoc = os.environ['PROTOC']

◆ scripts

setup.scripts

◆ target

setup.target

◆ test_suite

setup.test_suite

◆ url

setup.url

◆ VERSION

setup.VERSION

◆ version

setup.version

◆ warnings_as_errors

string setup.warnings_as_errors = '--warnings_as_errors'