Content-Length: 350787 | pFad | http://github.com/go-python/cpy2/commit/ea8c7d1e04a8a7d14dc5720c2eee5424ca7aa7e5

50 reorganize code to make "go get" and friends happier · go-python/cpy2@ea8c7d1 · GitHub
Skip to content

Commit ea8c7d1

Browse files
committed
reorganize code to make "go get" and friends happier
The import path is now "github.com/sbinet/go-python".
1 parent 64a0110 commit ea8c7d1

13 files changed

+3
-3
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ install_cwd = CGO_LDFLAGS=$(CGO_LDFLAGS) CGO_CFLAGS=$(CGO_CFLAGS) go install -co
2222
all: install
2323

2424
install:
25-
(cd pkg/python && $(install_cwd))
25+
$(install_cwd)
2626
(cd cmd/go-python && $(install_cwd))
2727

2828
build:
29-
(cd pkg/python && $(build_cwd))
29+
$(build_cwd)
3030
(cd cmd/go-python && $(build_cwd))

Diff for: cmd/go-python/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package main
33

44
import (
5-
"github.com/sbinet/go-python/pkg/python"
5+
"github.com/sbinet/go-python"
66
"os"
77
)
88

Diff for: pkg/python/dict.go renamed to dict.go

File renamed without changes.

Diff for: pkg/python/exceptions.go renamed to exceptions.go

File renamed without changes.

Diff for: pkg/python/none.go renamed to none.go

File renamed without changes.

Diff for: pkg/python/numeric.go renamed to numeric.go

File renamed without changes.

Diff for: pkg/python/object.go renamed to object.go

File renamed without changes.
File renamed without changes.

Diff for: pkg/python/python.go renamed to python.go

File renamed without changes.

Diff for: pkg/python/sequence.go renamed to sequence.go

File renamed without changes.

Diff for: pkg/python/type.go renamed to type.go

File renamed without changes.

Diff for: pkg/python/utilities.go renamed to utilities.go

File renamed without changes.

Diff for: pkg/python/veryhigh.go renamed to veryhigh.go

File renamed without changes.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/go-python/cpy2/commit/ea8c7d1e04a8a7d14dc5720c2eee5424ca7aa7e5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy