Skip to content

Commit

Permalink
feat(pip): Pip path data parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Apr 27, 2018
1 parent f14664e commit 75f22ce
Show file tree
Hide file tree
Showing 6 changed files with 1,545 additions and 27 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ build: $(BIN)/fossa

$(BIN)/fossa:
mkdir -p $$(dirname $@)
# TODO: detect and install go-bindata if missing
go-bindata -pkg bindata -o builders/bindata/bindata.go builders/bindata/pipdeptree.py
go build -o $@ $(LDFLAGS) github.com/fossas/fossa-cli/cmd/fossa

$(PREFIX)/fossa: $(BIN)/fossa
Expand Down
239 changes: 239 additions & 0 deletions builders/bindata/bindata.go

Large diffs are not rendered by default.

Loading

0 comments on commit 75f22ce

Please sign in to comment.