summaryrefslogtreecommitdiff
path: root/elements/python2-core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/python2-core
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/python2-core')
-rw-r--r--elements/python2-core/cython2.bst11
-rw-r--r--elements/python2-core/jsonschema-python2.bst12
-rw-r--r--elements/python2-core/libxml2-python2.bst9
-rw-r--r--elements/python2-core/mako-python2.bst12
-rw-r--r--elements/python2-core/pbr-python2.bst12
-rw-r--r--elements/python2-core/python2-lxml.bst12
-rw-r--r--elements/python2-core/python2-markdown.bst11
-rw-r--r--elements/python2-core/python2-requests.bst11
-rw-r--r--elements/python2-core/python2-setuptools.bst11
-rw-r--r--elements/python2-core/python2.bst20
-rw-r--r--elements/python2-core/pyyaml-python2.bst15
-rw-r--r--elements/python2-core/six-python2.bst11
12 files changed, 147 insertions, 0 deletions
diff --git a/elements/python2-core/cython2.bst b/elements/python2-core/cython2.bst
new file mode 100644
index 00000000..78f9245f
--- /dev/null
+++ b/elements/python2-core/cython2.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:cython
+ track: '0.22'
+ ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d
+variables:
+ python: python
diff --git a/elements/python2-core/jsonschema-python2.bst b/elements/python2-core/jsonschema-python2.bst
new file mode 100644
index 00000000..2d22435b
--- /dev/null
+++ b/elements/python2-core/jsonschema-python2.bst
@@ -0,0 +1,12 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+- python2-core/python2-setuptools.bst
+sources:
+- kind: git
+ url: upstream:jsonschema
+ track: v2.3.0
+ ref: 35b60f390098d3306c03eee27ceec8cf8a493579
+variables:
+ python: python
diff --git a/elements/python2-core/libxml2-python2.bst b/elements/python2-core/libxml2-python2.bst
new file mode 100644
index 00000000..474327ec
--- /dev/null
+++ b/elements/python2-core/libxml2-python2.bst
@@ -0,0 +1,9 @@
+kind: autotools
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:libxml2
+ track: v2.9.3
+ ref: 6657afe83a38278f124ace71dc85f60420beb2d5
diff --git a/elements/python2-core/mako-python2.bst b/elements/python2-core/mako-python2.bst
new file mode 100644
index 00000000..fca9bcf4
--- /dev/null
+++ b/elements/python2-core/mako-python2.bst
@@ -0,0 +1,12 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+- python2-core/python2-setuptools.bst
+sources:
+- kind: git
+ url: upstream:python-packages/mako.git
+ track: rel_1_0_0
+ ref: 285bc818a50ccc0f9549630f7c4f4c250585c3e7
+variables:
+ python: python
diff --git a/elements/python2-core/pbr-python2.bst b/elements/python2-core/pbr-python2.bst
new file mode 100644
index 00000000..77f3f12d
--- /dev/null
+++ b/elements/python2-core/pbr-python2.bst
@@ -0,0 +1,12 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+- python2-core/python2-setuptools.bst
+sources:
+- kind: git
+ url: upstream:pbr
+ track: 0.11.1
+ ref: 6e472b4905411a39e993c81c382a27ca9c771ef5
+variables:
+ python: python
diff --git a/elements/python2-core/python2-lxml.bst b/elements/python2-core/python2-lxml.bst
new file mode 100644
index 00000000..ea7b93f4
--- /dev/null
+++ b/elements/python2-core/python2-lxml.bst
@@ -0,0 +1,12 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+- python2-core/cython2.bst
+sources:
+- kind: git
+ url: upstream:python-lxml
+ track: lxml-3.4.0
+ ref: 14505bc62f5f1fc9fb0ff007955f3e67ab4562bb
+variables:
+ python: python
diff --git a/elements/python2-core/python2-markdown.bst b/elements/python2-core/python2-markdown.bst
new file mode 100644
index 00000000..d26f7872
--- /dev/null
+++ b/elements/python2-core/python2-markdown.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:python-markdown
+ track: 2.5.1-final
+ ref: f0c5b71acbc02af60a33d67c59558bb513b25e74
+variables:
+ python: python
diff --git a/elements/python2-core/python2-requests.bst b/elements/python2-core/python2-requests.bst
new file mode 100644
index 00000000..6f0c4700
--- /dev/null
+++ b/elements/python2-core/python2-requests.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:python-requests
+ track: v2.5.1
+ ref: b83131779c701720a9ae9efae78996277d416269
+variables:
+ python: python
diff --git a/elements/python2-core/python2-setuptools.bst b/elements/python2-core/python2-setuptools.bst
new file mode 100644
index 00000000..5ad9740a
--- /dev/null
+++ b/elements/python2-core/python2-setuptools.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:python-setuptools-bitbucket
+ track: baserock/master
+ ref: 0aa6a4de5931d02876428388678802db2371fd37
+variables:
+ python: python
diff --git a/elements/python2-core/python2.bst b/elements/python2-core/python2.bst
new file mode 100644
index 00000000..4f936478
--- /dev/null
+++ b/elements/python2-core/python2.bst
@@ -0,0 +1,20 @@
+kind: autotools
+depends:
+- core.bst
+sources:
+- kind: git
+ url: upstream:cpython
+ track: v2.7.10
+ ref: 57af3f22d11600ca98c0c9073d0b3b57d43f7c4b
+config:
+ configure-commands:
+ - |
+ ./configure --prefix="%{prefix}" \
+ --enable-shared \
+ --with-ensurepip=upgrade \
+ --with-system-expat \
+ --with-system-ffi
+ install-commands:
+ (>):
+ - ln -sf python2.7 "%{install-root}"/"%{prefix}"/bin/python
+ - test -x "%{install-root}"/"%{prefix}"/bin/python2 || ln -s python2.7 "%{install-root}"/"%{prefix}"/bin/python2
diff --git a/elements/python2-core/pyyaml-python2.bst b/elements/python2-core/pyyaml-python2.bst
new file mode 100644
index 00000000..1bac7aa7
--- /dev/null
+++ b/elements/python2-core/pyyaml-python2.bst
@@ -0,0 +1,15 @@
+kind: manual
+depends:
+- core.bst
+- python2-core/python2.bst
+- python2-core/python2-setuptools.bst
+sources:
+- kind: git
+ url: upstream:pyyaml
+ track: baserock/morph
+ ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
+config:
+ build-commands:
+ - python2 setup.py --without-libyaml build
+ install-commands:
+ - python2 setup.py --without-libyaml install --prefix="%{prefix}" --root "%{install-root}"
diff --git a/elements/python2-core/six-python2.bst b/elements/python2-core/six-python2.bst
new file mode 100644
index 00000000..dc4ec29e
--- /dev/null
+++ b/elements/python2-core/six-python2.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- core.bst
+- python2-core/python2.bst
+sources:
+- kind: git
+ url: upstream:six
+ track: 1.9.0
+ ref: 8cfbff6b764af86d825086fa1637aa009e90d75a
+variables:
+ python: python