mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Dir-file conflict
``` virtualenv --clear -p 3.10 .venv -q cargo run --bin puffin -q -- pip-sync scripts/dir_file_conflict/requirements.txt ```
This commit is contained in:
parent
0ebff943e4
commit
42e6c091df
20 changed files with 38 additions and 0 deletions
0
scripts/dir_file_conflict/has_dir/README.md
Normal file
0
scripts/dir_file_conflict/has_dir/README.md
Normal file
0
scripts/dir_file_conflict/has_dir/conflicting2/in.txt
Normal file
0
scripts/dir_file_conflict/has_dir/conflicting2/in.txt
Normal file
BIN
scripts/dir_file_conflict/has_dir/dist/has_dir-0.1.0-py3-none-any.whl
vendored
Normal file
BIN
scripts/dir_file_conflict/has_dir/dist/has_dir-0.1.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
scripts/dir_file_conflict/has_dir/dist/has_dir-0.1.0.tar.gz
vendored
Normal file
BIN
scripts/dir_file_conflict/has_dir/dist/has_dir-0.1.0.tar.gz
vendored
Normal file
Binary file not shown.
0
scripts/dir_file_conflict/has_dir/has_dir/__init__.py
Normal file
0
scripts/dir_file_conflict/has_dir/has_dir/__init__.py
Normal file
18
scripts/dir_file_conflict/has_dir/pyproject.toml
Normal file
18
scripts/dir_file_conflict/has_dir/pyproject.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[tool.poetry]
|
||||
name = "has-dir"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["konstin <konstin@mailbox.org>"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "requirements" },
|
||||
]
|
||||
include = ["conflicting2"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
0
scripts/dir_file_conflict/has_dir/tests/__init__.py
Normal file
0
scripts/dir_file_conflict/has_dir/tests/__init__.py
Normal file
0
scripts/dir_file_conflict/has_file/README.md
Normal file
0
scripts/dir_file_conflict/has_file/README.md
Normal file
0
scripts/dir_file_conflict/has_file/conflicting2
Normal file
0
scripts/dir_file_conflict/has_file/conflicting2
Normal file
BIN
scripts/dir_file_conflict/has_file/dist/has_file-0.1.0-py3-none-any.whl
vendored
Normal file
BIN
scripts/dir_file_conflict/has_file/dist/has_file-0.1.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
scripts/dir_file_conflict/has_file/dist/has_file-0.1.0.tar.gz
vendored
Normal file
BIN
scripts/dir_file_conflict/has_file/dist/has_file-0.1.0.tar.gz
vendored
Normal file
Binary file not shown.
0
scripts/dir_file_conflict/has_file/has_file/__init__.py
Normal file
0
scripts/dir_file_conflict/has_file/has_file/__init__.py
Normal file
18
scripts/dir_file_conflict/has_file/pyproject.toml
Normal file
18
scripts/dir_file_conflict/has_file/pyproject.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[tool.poetry]
|
||||
name = "has-file"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["konstin <konstin@mailbox.org>"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "requirements" },
|
||||
]
|
||||
include = ["conflicting2"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
0
scripts/dir_file_conflict/has_file/requirements/in.txt
Normal file
0
scripts/dir_file_conflict/has_file/requirements/in.txt
Normal file
0
scripts/dir_file_conflict/has_file/tests/__init__.py
Normal file
0
scripts/dir_file_conflict/has_file/tests/__init__.py
Normal file
2
scripts/dir_file_conflict/requirements.txt
Normal file
2
scripts/dir_file_conflict/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
has_dir @ file://${PWD}/scripts/dir_file_conflict/has_dir/dist/has_dir-0.1.0-py3-none-any.whl
|
||||
has_file @ file://${PWD}/scripts/dir_file_conflict/has_file/dist/has_file-0.1.0-py3-none-any.whl
|
Loading…
Add table
Add a link
Reference in a new issue