File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * @ paketo-community /python-maintainers
1+ * @ paketo-buildpacks /python-maintainers
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ The Paketo Pip Install Buildpack is a Cloud Native Buildpack that installs
33packages using pip and makes it available to the application.
44
55The buildpack is published for consumption at
6- ` gcr.io/paketo-community /pip-install ` and ` paketocommunity /pip-install` .
6+ ` gcr.io/paketo-buildpacks /pip-install ` and ` paketobuildpacks /pip-install` .
77
88## Behavior
99This buildpack participates if ` requirements.txt ` exists at the root the app.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313 "github.com/paketo-buildpacks/packit"
1414 "github.com/paketo-buildpacks/packit/chronos"
1515 "github.com/paketo-buildpacks/packit/scribe"
16- pipinstall "github.com/paketo-community /pip-install"
17- "github.com/paketo-community /pip-install/fakes"
16+ pipinstall "github.com/paketo-buildpacks /pip-install"
17+ "github.com/paketo-buildpacks /pip-install/fakes"
1818 "github.com/sclevine/spec"
1919
2020 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 11api = " 0.5"
22
33[buildpack ]
4- id = " paketo-community /pip-install"
4+ id = " paketo-buildpacks /pip-install"
55 name = " Paketo Pip Install Buildpack"
66
77[metadata ]
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ package pipinstall
55const SitePackages = "site-packages"
66
77// CPython is the name of the python runtime dependency provided by the CPython
8- // buildpack: https://github.com/paketo-community /cpython.
8+ // buildpack: https://github.com/paketo-buildpacks /cpython.
99const CPython = "cpython"
1010
1111// Pip is the name of the dependency provided by the Pip buildpack:
12- // https://github.com/paketo-community /pip.
12+ // https://github.com/paketo-buildpacks /pip.
1313const Pip = "pip"
1414
1515// The layer name for packages layer. This layer is where dependencies are
Original file line number Diff line number Diff line change 77 "testing"
88
99 "github.com/paketo-buildpacks/packit"
10- pipinstall "github.com/paketo-community /pip-install"
10+ pipinstall "github.com/paketo-buildpacks /pip-install"
1111 "github.com/sclevine/spec"
1212
1313 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 1- module github.com/paketo-community /pip-install
1+ module github.com/paketo-buildpacks /pip-install
22
33go 1.16
44
Original file line number Diff line number Diff line change 99 "testing"
1010
1111 "github.com/paketo-buildpacks/packit/scribe"
12- pipinstall "github.com/paketo-community /pip-install"
13- "github.com/paketo-community /pip-install/fakes"
12+ pipinstall "github.com/paketo-buildpacks /pip-install"
13+ "github.com/paketo-buildpacks /pip-install/fakes"
1414 "github.com/sclevine/spec"
1515
1616 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 11{
2- "cpython" :" github.com/paketo-community /cpython" ,
3- "pip" :" github.com/paketo-community /pip" ,
2+ "cpython" :" github.com/paketo-buildpacks /cpython" ,
3+ "pip" :" github.com/paketo-buildpacks /pip" ,
44 "build-plan" :" github.com/paketo-community/build-plan"
55}
Original file line number Diff line number Diff line change 88 "github.com/paketo-buildpacks/packit/draft"
99 "github.com/paketo-buildpacks/packit/pexec"
1010 "github.com/paketo-buildpacks/packit/scribe"
11- pipinstall "github.com/paketo-community /pip-install"
11+ pipinstall "github.com/paketo-buildpacks /pip-install"
1212)
1313
1414func main () {
You can’t perform that action at this time.
0 commit comments