Searched refs:packages (Results 1 - 18 of 18) sorted by relevance
/pkg/src/ |
H A D | Makefile | 31 packages := TARGET = install macro 97 # Use the bits we just built to create the packages. 98 packages: install pylint pep8
|
H A D | pkgrepo.py | 243 # Find matching packages. 251 # Don't make any changes; display list of packages to be 253 packages = set(f for m in matching.values() for f in m) 254 count = len(packages) 257 for p in sorted(packages)) 263 packages = collections.defaultdict(list) 266 packages[f.publisher].append(f) 268 for pub in packages: 270 _("Removing packages for publisher {0} ...").format(pub)) 271 repo.remove_packages(packages[pu [all...] |
H A D | setup.py | 102 pkgs_dir = os.path.normpath(os.path.join(pwd, os.pardir, "packages", arch)) 109 py_install_dir = 'usr/lib/python' + py_version + '/vendor-packages' 343 packages = [ variable 1814 packages = packages, variable
|
/pkg/src/svc/ |
H A D | svc-pkg-mdns | 63 PYTHONPATH=${pkg_root}usr/lib/${python_ver}/vendor-packages/:$PYTHONPATH
|
H A D | svc-pkg-server | 76 PYTHONPATH=${pkg_root}usr/lib/${python_ver}/vendor-packages/:$PYTHONPATH
|
/pkg/src/scripts/ |
H A D | pkg.depotd.sh | 58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
|
H A D | pkg.sh | 58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
|
H A D | pkgrecv.sh | 58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
|
H A D | pkgsend.sh | 58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
|
H A D | pkg.bat | 29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
|
H A D | pkg.depotd.bat | 29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
|
H A D | pkgrecv.bat | 29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
|
H A D | pkgsend.bat | 29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
|
/pkg/src/pkg/ |
H A D | Makefile | 43 PKGDEST = $(PWD)/../../packages/$(ARCH) 52 # necessary after we stop publishing duplicate packages. 69 PYTHONPATH=$(PKGROOT)/usr/lib/python2.7/vendor-packages 105 PYDIRVP=usr/lib/python2.7/vendor-packages \ 106 PY34DIRVP=usr/lib/python3.4/vendor-packages \ 145 # because we need to incorporate obsolete and renamed packages, even if we 261 # Create a pseudo-manifest of the combined packages
|
/pkg/src/modules/lint/ |
H A D | engine.py | 62 latest packages for one or more ImageInterface objects intended to be 99 packages = {} 101 # a dictionary of the latest packages for a given release 103 # a dictionary of packages at other versions 116 packages["pkg:/{0}".format(name)] = pfmri 120 # of all packages not greater than build_release 137 if key not in packages and \ 139 packages[key] = pfmri 145 elif key in packages: 146 prev = packages[ke [all...] |
/pkg/doc/dev-guide/ |
H A D | Makefile | 68 TOOLSPATH=$(DOCTOOLS)/lib/python2.6/site-packages
|
/pkg/src/modules/server/ |
H A D | repository.py | 798 # Don't add packages with 1147 """Looks for packages added to the repository that are not in 1431 packages. 1474 def remove_packages(self, packages, progtrack=None): 1475 """Removes the specified packages from the repository store. No 1478 'packages' is a list of FMRIs of packages to remove. 1529 # Next, remove all of the packages to be removed 1532 # when files for packages start disappearing. 1536 for pfmri in packages [all...] |
/pkg/src/tests/api/ |
H A D | t_api_list.py | 50 packages = [ variable in class:TestApiList 184 for p in self.packages: 242 # Ensure that the second repo's packages have exactly the same 344 # Want packages with no 376 # Get ordered list of all packages. 484 packages not for the current image variant, and all but 541 packages not for the current image variant, and packages 569 ([], 18) # Only packages with no category assigned. 600 only installed packages an [all...] |
Completed in 44 milliseconds