Searched refs:packages (Results 1 - 18 of 18) sorted by relevance

/pkg/src/
H A DMakefile31 packages := TARGET = install macro
97 # Use the bits we just built to create the packages.
98 packages: install pylint pep8
H A Dpkgrepo.py243 # 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 Dsetup.py102 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 Dsvc-pkg-mdns63 PYTHONPATH=${pkg_root}usr/lib/${python_ver}/vendor-packages/:$PYTHONPATH
H A Dsvc-pkg-server76 PYTHONPATH=${pkg_root}usr/lib/${python_ver}/vendor-packages/:$PYTHONPATH
/pkg/src/scripts/
H A Dpkg.depotd.sh58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
H A Dpkg.sh58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
H A Dpkgrecv.sh58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
H A Dpkgsend.sh58 PYTHONPATH=${PYTHONPATH}:${my_ips_base}/usr/lib/python2.7/vendor-packages
H A Dpkg.bat29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
H A Dpkg.depotd.bat29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
H A Dpkgrecv.bat29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
H A Dpkgsend.bat29 set PYTHONPATH=%PYTHONPATH%;%MY_IPS_BASE%\usr\lib\python2.7\vendor-packages
/pkg/src/pkg/
H A DMakefile43 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 Dengine.py62 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 DMakefile68 TOOLSPATH=$(DOCTOOLS)/lib/python2.6/site-packages
/pkg/src/modules/server/
H A Drepository.py798 # 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 Dt_api_list.py50 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