Searched refs:PYTHON (Results 1 - 25 of 41) sorted by relevance

12

/solaris-userland-s11u3/components/python/pytz/
H A Druntests.sh7 ${PYTHON} pytz/tests/${test}.py
H A DMakefile49 COMPONENT_TEST_ENV+= PYTHON=$(PYTHON)
/solaris-userland-s11u3/components/python/rfc3986/
H A Druntests.sh9 ${PYTHON} tests/${test}.py
H A DMakefile55 COMPONENT_TEST_ENV+= PYTHON=$(PYTHON)
/solaris-userland-s11u3/components/apache2-modules/mod_wsgi/
H A DMakefile61 $(BUILD_DIR)/apache2%-python26/$(MACH32)/.configured: PYTHON=$(PYTHON.2.6.32) macro
62 $(BUILD_DIR)/apache2%-python26/$(MACH64)/.configured: PYTHON=$(PYTHON.2.6.64) macro
63 $(BUILD_DIR)/apache2%-python27/$(MACH32)/.configured: PYTHON=$(PYTHON.2.7.32) macro
64 $(BUILD_DIR)/apache2%-python27/$(MACH64)/.configured: PYTHON=$(PYTHON.2.7.64) macro
65 $(BUILD_DIR)/apache2%-python34/$(MACH32)/.configured: PYTHON=$(PYTHON macro
66 $(BUILD_DIR)/apache2%-python34/$(MACH64)/.configured: PYTHON=$(PYTHON.3.4.64) macro
[all...]
/solaris-userland-s11u3/components/libxslt/
H A DMakefile56 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
78 PYTHON=$(PYTHON.2.7.$(BITS)) \
81 PYTHON_LIBS=$(PYTHON.2.7.VENDOR_PACKAGES) \
82 PYTHON_SITE_PACKAGES=$(PYTHON.2.7.VENDOR_PACKAGES) \
91 $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/usr/lib/python2.6/vendor-packages
92 $(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
/solaris-userland-s11u3/components/python/pylxml/
H A DMakefile52 cd $(SOURCE_DIR) && $(PYTHON) selftest.py
53 cd $(SOURCE_DIR) && $(PYTHON) selftest2.py
/solaris-userland-s11u3/components/graphviz/
H A DMakefile60 CONFIGURE_ENV += PYTHON26=$(PYTHON.2.6)
61 CONFIGURE_ENV += PYTHON27=$(PYTHON.2.7)
97 $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/$(PYTHON.2.6.VENDOR_PACKAGES)
98 $(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)
/solaris-userland-s11u3/components/hal-cups-utils/
H A DMakefile44 USED_PYTHON=$(PYTHON.2.6.32)
46 CONFIGURE_ENV += PYTHON=$(USED_PYTHON)
/solaris-userland-s11u3/components/lcms/
H A DMakefile60 CONFIGURE_ENV += PYTHON="$(PYTHON)"
99 $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/usr/lib/python2.6/vendor-packages
100 $(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
/solaris-userland-s11u3/components/python/dogpile.core/
H A DMakefile45 COMPONENT_TEST_CMD= $(PYTHON)
/solaris-userland-s11u3/components/python/pyflakes/
H A DMakefile49 COMPONENT_TEST_CMD= $(PYTHON)
/solaris-userland-s11u3/components/openstack/common/
H A DMakefile53 $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
/solaris-userland-s11u3/components/libxml2/
H A DMakefile62 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
128 $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/usr/lib/python2.6/vendor-packages
129 $(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
130 $(PYTHON.3.4.64) -m compileall $(PROTO_DIR)/usr/lib/python3.4/vendor-packages
/solaris-userland-s11u3/components/net-snmp/
H A DMakefile54 CONFIGURE_ENV += PYTHONPROG=$(PYTHON.$(BITS))
122 (cd $(@D)/python2.7 ; env PYTHON=$(PYTHON.2.7.$(BITS)) \
123 $(PYTHON.2.7.$(BITS)) ./setup.py install \
125 --install-lib=$(PYTHON.2.7.VENDOR_PACKAGES))
/solaris-userland-s11u3/components/python/oslo.config/
H A DMakefile46 $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES); \
/solaris-userland-s11u3/components/python/xattr/
H A DMakefile52 COMPONENT_TEST_CMD = $(PYTHON) setup.py
/solaris-userland-s11u3/components/fetchmail/
H A DMakefile45 CONFIGURE_OPTIONS += PYTHON="$(PYTHON.2.7.32)"
53 $(GSED) -e "s|/usr/bin/env python|$(PYTHON.2.7.32)|" \
/solaris-userland-s11u3/components/logilab-common/
H A DMakefile62 ($(PYTHON) -m compileall $(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES))
/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk327 PYTHON.2.6.VENDOR_PACKAGES.32 = /usr/lib/python2.6/vendor-packages
328 PYTHON.2.6.VENDOR_PACKAGES.64 = /usr/lib/python2.6/vendor-packages/64
329 PYTHON.2.6.VENDOR_PACKAGES = $(PYTHON.2.6.VENDOR_PACKAGES.$(BITS))
331 PYTHON.2.7.VENDOR_PACKAGES.32 = /usr/lib/python2.7/vendor-packages
332 PYTHON.2.7.VENDOR_PACKAGES.64 = /usr/lib/python2.7/vendor-packages/64
333 PYTHON.2.7.VENDOR_PACKAGES = $(PYTHON.2.7.VENDOR_PACKAGES.$(BITS))
335 PYTHON.3.4.VENDOR_PACKAGES.64 = /usr/lib/python3.4/vendor-packages/64
336 PYTHON
364 PYTHON = $(PYTHON.$(PYTHON_VERSION).$(BITS)) macro
[all...]
/solaris-userland-s11u3/components/gcc47/
H A DMakefile88 CONFIGURE_ENV += PYTHON="$(PYTHON)"
103 xargs $(PYTHON) -m compileall )
/solaris-userland-s11u3/components/gcc48/
H A DMakefile94 CONFIGURE_ENV += PYTHON="$(PYTHON)"
109 xargs $(PYTHON) -m compileall )
/solaris-userland-s11u3/components/python/cffi/
H A DMakefile56 COMPONENT_TEST_CMD = $(PYTHON.$(BITS)) /usr/bin/py.test-$(PYTHON_VERSION)
/solaris-userland-s11u3/components/rabbitmq/
H A DMakefile69 COMPONENT_TEST_CMD = $(PYTHON)
/solaris-userland-s11u3/components/nmap/
H A DMakefile69 CONFIGURE_OPTIONS += PYTHON="$(PYTHON.$(PYTHON_VERSION))"

Completed in 202 milliseconds

12