Home
last modified time | relevance | path

Searched refs:wheeldir (Results 1 – 14 of 14) sorted by relevance

/dports/databases/py-psycopg2/psycopg2-2.9.2/scripts/build/
H A Dbuild_macos.sh48 wheeldir="${prjdir}/wheels"
49 pip wheel -w ${wheeldir} .
50 delocate-listdeps ${wheeldir}/*.whl
54 export LIBPQ=$(delocate-listdeps ${wheeldir}/*.whl | grep libpq)
57 delocate-wheel ${wheeldir}/*.whl
59 delocate-addplat --rm-orig -x 10_9 -x 10_10 ${wheeldir}/*.whl
60 cp ${wheeldir}/*.whl ${distdir}
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/installer/windows/
H A Dbuild-win-installer.sh227 local wheeldir="${CACHEDIR}/wheelhouse"
230 --dest "${wheeldir}" \
231 --find-links "${wheeldir}" \
246 local wheeldir="${CACHEDIR:?}/wheelhouse"
249 --find-links "${wheeldir}" \
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/
H A Dwheel.py196 def root_is_purelib(name, wheeldir): argument
201 for item in os.listdir(wheeldir):
204 with open(os.path.join(wheeldir, item, 'WHEEL')) as wheel:
240 def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None, argument
250 if root_is_purelib(name, wheeldir):
257 source = wheeldir.rstrip(os.path.sep) + os.path.sep
280 oldpath = normpath(srcfile, wheeldir)
370 for subdir in os.listdir(os.path.join(wheeldir, datadir)):
375 source = os.path.join(wheeldir, datadir, subdir)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/
H A Dwheel.py196 def root_is_purelib(name, wheeldir): argument
201 for item in os.listdir(wheeldir):
204 with open(os.path.join(wheeldir, item, 'WHEEL')) as wheel:
240 def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None, argument
250 if root_is_purelib(name, wheeldir):
257 source = wheeldir.rstrip(os.path.sep) + os.path.sep
280 oldpath = normpath(srcfile, wheeldir)
370 for subdir in os.listdir(os.path.join(wheeldir, datadir)):
375 source = os.path.join(wheeldir, datadir, subdir)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/operations/install/
H A Dwheel.py285 wheeldir, # type: str argument
313 source = wheeldir.rstrip(os.path.sep) + os.path.sep
344 oldpath = normpath(srcfile, wheeldir)
440 for subdir in os.listdir(os.path.join(wheeldir, datadir)):
445 source = os.path.join(wheeldir, datadir, subdir)
609 wheeldir=unpacked_dir.path,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/
H A Dwheel.py137 def root_is_purelib(name, wheeldir): argument
143 for item in os.listdir(wheeldir):
146 with open(os.path.join(wheeldir, item, 'WHEEL')) as wheel:
307 wheeldir, # type: str argument
329 if root_is_purelib(name, wheeldir):
336 source = wheeldir.rstrip(os.path.sep) + os.path.sep
356 oldpath = normpath(srcfile, wheeldir)
457 for subdir in os.listdir(os.path.join(wheeldir, datadir)):
462 source = os.path.join(wheeldir, datadir, subdir)
/dports/devel/py-virtualenv/virtualenv-16.7.5/tests/
H A Dtest_virtualenv.py443 wheeldir = tmp_path / "wheels"
444 wheeldir.mkdir()
454 with zipfile.ZipFile(str(wheeldir / whl_name), "w") as whlout:
471 search_dirs = [str(wheeldir), str(support_original)]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/tests/
H A Dtest_virtualenv.py443 wheeldir = tmp_path / "wheels"
444 wheeldir.mkdir()
454 with zipfile.ZipFile(str(wheeldir / whl_name), "w") as whlout:
471 search_dirs = [str(wheeldir), str(support_original)]
/dports/devel/py-setuptools-pkg/setuptools-pkg-0.9/tests/
H A Dtest_run.py52 wheeldir=None,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/req/
H A Dreq_install.py444 wheeldir, # type: str argument
454 self.name, self.req, wheeldir,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/req/
H A Dreq_install.py1056 def move_wheel_files(self, wheeldir, root=None, prefix=None): argument
1058 self.name, self.req, wheeldir,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/req/
H A Dreq_install.py1055 def move_wheel_files(self, wheeldir, root=None, prefix=None): argument
1057 self.name, self.req, wheeldir,
/dports/devel/py-setuptools-pkg/setuptools-pkg-0.9/src/setuptools_pkg/
H A Dbdist_pkg.py221 wheeldir=bdist_wheel.bdist_dir,
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c5448 void gui_wheelybin( int16 mousex, int16 mousey, int16 wheeldir ) in gui_wheelybin() argument
5454 if( wheeldir == 0 ) return; in gui_wheelybin()
5479 trk_nb[i].cnum -= wheeldir; in gui_wheelybin()
5505 i = curtune->at_NoteNr + wheeldir; in gui_wheelybin()
5521 next = curtune->at_PosNr + wheeldir; in gui_wheelybin()
5523 next = curtune->at_NextPosNr + wheeldir; in gui_wheelybin()
5528 curtune->at_PosNr += wheeldir; in gui_wheelybin()
5539 curtune->at_curins += wheeldir; in gui_wheelybin()
5568 ins_nb[i].cnum -= wheeldir; in gui_wheelybin()
5586 cins->ins_pcury += wheeldir; in gui_wheelybin()
[all …]