summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-29 15:18:02 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-29 15:18:02 +0100
commit249dbf07af06c7c4ec9374cca69ea8e3d18c172e (patch)
tree9b818c12be472f68dfab1c251359a51bd4e9ced6
parent757493fcb5e297a64f0913651289c6db5c4a90ad (diff)
downloadmorphs-249dbf07af06c7c4ec9374cca69ea8e3d18c172e.tar.gz
morphs: migrate to cpython repository
-rw-r--r--bootstrap-pass1.morph8
-rw-r--r--bootstrap-pass2.morph2
-rw-r--r--devel-bootstrap.morph2
-rw-r--r--devel.morph12
4 files changed, 12 insertions, 12 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index 9073ed7..a876102 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -133,16 +133,16 @@
"name": "xz"
},
{
- "repo": "python",
+ "repo": "cpython",
"ref": "baserock/morph-2.7",
- "name": "python"
+ "name": "cpython"
},
{
"repo": "cliapp",
"ref": "baserock/morph",
"name": "cliapp",
"build-depends": [
- "python"
+ "cpython"
]
},
{
@@ -165,7 +165,7 @@
"ref": "baserock/morph",
"name": "git",
"build-depends": [
- "python",
+ "cpython",
"libexpat",
"curl",
"openssl"
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 7ef03e0..1505774 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -214,7 +214,7 @@
"ref": "baserock/morph"
},
{
- "name": "python",
+ "name": "cpython",
"ref": "baserock/morph-2.7"
},
{
diff --git a/devel-bootstrap.morph b/devel-bootstrap.morph
index 776e352..e8352ca 100644
--- a/devel-bootstrap.morph
+++ b/devel-bootstrap.morph
@@ -193,7 +193,7 @@
"ref": "baserock/morph"
},
{
- "name": "python",
+ "name": "cpython",
"ref": "baserock/morph-2.7"
},
{
diff --git a/devel.morph b/devel.morph
index a44b6bf..936022c 100644
--- a/devel.morph
+++ b/devel.morph
@@ -208,7 +208,7 @@
"ref": "baserock/morph"
},
{
- "name": "python",
+ "name": "cpython",
"ref": "baserock/morph-2.7"
},
{
@@ -251,14 +251,14 @@
"name": "python-setuptools",
"ref": "baserock/morph",
"build-depends": [
- "python"
+ "cpython"
]
},
{
"name": "python-coveragepy",
"ref": "baserock/morph",
"build-depends": [
- "python",
+ "cpython",
"python-setuptools"
]
},
@@ -266,7 +266,7 @@
"name": "python-coverage-test-runner",
"ref": "baserock/morph",
"build-depends": [
- "python",
+ "cpython",
"python-coveragepy"
]
},
@@ -274,14 +274,14 @@
"name": "python-ttystatus",
"ref": "baserock/morph",
"build-depends": [
- "python"
+ "cpython"
]
},
{
"name": "cmdtest",
"ref": "baserock/morph",
"build-depends": [
- "python",
+ "cpython",
"python-ttystatus"
]
}