Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'mv-links'
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 2, 2019
2 parents 8a9aa32 + 8e6334b commit 951ffa9
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 420 deletions.
2 changes: 1 addition & 1 deletion dephell/controllers/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from packaging.requirements import Requirement as PackagingRequirement

# app
from ..links import VCSLink, parse_link
from dephell_links import VCSLink, parse_link
from ..models.constraint import Constraint
from ..models.dependency import Dependency
from ..models.extra_dependency import ExtraDependency
Expand Down
2 changes: 1 addition & 1 deletion dephell/converters/poetrylock.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# app
from ..controllers import DependencyMaker
from ..links import DirLink
from dephell_links import DirLink
from ..models import Constraint, Dependency, RootDependency
from .base import BaseConverter

Expand Down
23 changes: 0 additions & 23 deletions dephell/links/__init__.py

This file was deleted.

61 changes: 0 additions & 61 deletions dephell/links/path.py

This file was deleted.

8 changes: 0 additions & 8 deletions dephell/links/unknown.py

This file was deleted.

58 changes: 0 additions & 58 deletions dephell/links/url.py

This file was deleted.

105 changes: 0 additions & 105 deletions dephell/links/vcs.py

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ yapf = {optional = true}
dephell_archive = "*" # https://github.com/dephell/dephell_archive
dephell_discover = "*" # https://github.com/dephell/dephell_discover
dephell_licenses = "*" # https://github.com/dephell/dephell_licenses
dephell_links = "*" # https://github.com/dephell/dephell_links
dephell_markers = "*" # https://github.com/dephell/dephell_markers
dephell_pythons = "*" # https://github.com/dephell/dephell_pythons
dephell_shells = "*" # https://github.com/dephell/dephell_shells
Expand Down
2 changes: 1 addition & 1 deletion tests/test_converters/test_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# project
from dephell.controllers import DependencyMaker
from dephell.converters.pip import PIPConverter
from dephell.links import VCSLink
from dephell_links import VCSLink
from dephell.models import Requirement, RootDependency
from dephell.repositories import GitRepo

Expand Down
2 changes: 1 addition & 1 deletion tests/test_converters/test_pipfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# project
from dephell.controllers import DependencyMaker
from dephell.converters import PIPFileConverter
from dephell.links import VCSLink
from dephell_links import VCSLink
from dephell.models import Requirement, RootDependency
from dephell.repositories import GitRepo

Expand Down
2 changes: 1 addition & 1 deletion tests/test_converters/test_pipfilelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# project
from dephell.converters import PIPFileLockConverter
from dephell.links import VCSLink
from dephell_links import VCSLink
from dephell.models import Requirement
from dephell.repositories import GitRepo

Expand Down
Empty file removed tests/test_links/__init__.py
Empty file.
17 changes: 0 additions & 17 deletions tests/test_links/test_parsing.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/test_links/test_urllink.py

This file was deleted.

0 comments on commit 951ffa9

Please sign in to comment.