Searched refs:build (Results 1 - 7 of 7) sorted by relevance
/pkg/src/modules/ |
H A D | version.py | 262 # Locate and extract the time, branch, and build strings, 285 # Locate and extract the build string, if specified. 288 build = version_string[buildidx + 1:branchidx] 291 build = None 308 if build is not None: 309 self.build_release = DotSequence(build) 614 # Locate and extract the build string. 617 build = ver[buildidx + 1:branchidx] 620 build = None 625 if build i [all...] |
H A D | query_parser.py | 164 def build(self, **kwargs): member in class:QueryLexer 350 # Store the classes used to build the AST so that child classes
|
/pkg/src/ |
H A D | Makefile | 57 $(PYTHON27) setup.py build
|
H A D | setup.py | 48 from distutils.command.build import build as _build 514 we require to build with, returning False if the version 516 here, but since that's a build artifact, we'll do it 536 # it's fine to default to the required version - the build will 723 # PRIVATE_BUILD set in the environment tells us to put the build 1305 # for the C extension modules by running the CFFI build 1328 # Grab the previously-built version out of the build 1445 description = "build data files whose source isn't in deliverable form" 1520 # These files generated by the CFFI build script [all...] |
/pkg/src/pkg/ |
H A D | Makefile | 51 # This won't work if we obsolete a package in an update build, but shouldn't be 57 echo "$$m" | while read name build; do \ 58 [[ $$build -ge $${buildnum%%.*} ]] && echo $$name; \
|
/pkg/src/modules/client/ |
H A D | api.py | 3896 # XXX version should not require build release. 4684 l.build() 4784 l.build() 4950 l.build()
|
/pkg/src/modules/server/ |
H A D | repository.py | 1558 # Next, build a list of all of the hashes for the files 1777 l.build() 2350 # meta_root, and build a dictionary of trust-anchors.
|
Completed in 53 milliseconds