Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
d5e64973
Commit
d5e64973
authored
4 years ago
by
Nathan Hertz
Browse files
Options
Downloads
Patches
Plain Diff
Adding meta.yaml files I created for a couple external packages.
parent
686df711
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
support/conda/pika/meta.yaml
+41
-0
41 additions, 0 deletions
support/conda/pika/meta.yaml
support/conda/python_abi/meta.yaml
+31
-0
31 additions, 0 deletions
support/conda/python_abi/meta.yaml
with
72 additions
and
0 deletions
support/conda/pika/meta.yaml
0 → 100644
+
41
−
0
View file @
d5e64973
{
%
set name = "pika" %
}
{
%
set version = "1.1.0" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
url
:
"
https://pypi.io/packages/source/{{
name[0]
}}/{{
name
}}/{{
name
}}-{{
version
}}.tar.gz"
sha256
:
9fa76ba4b65034b878b2b8de90ff8660a59d925b087c5bb88f8fdbb4b64a1dbf
build
:
number
:
0
noarch
:
python
script
:
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
host
:
-
pip
-
python
run
:
-
python
test
:
imports
:
-
pika
-
pika.adapters
-
pika.adapters.utils
about
:
home
:
"
https://pika.readthedocs.io"
license
:
BSD
license_family
:
BSD
license_file
:
summary
:
"
Pika
Python
AMQP
Client
Library"
doc_url
:
dev_url
:
extra
:
recipe-maintainers
:
-
your-github-id-here
This diff is collapsed.
Click to expand it.
support/conda/python_abi/meta.yaml
0 → 100644
+
31
−
0
View file @
d5e64973
# This file created by conda-build 3.18.12
# meta.yaml template originally from:
# /home/conda/recipe_root, last modified Wed Mar 4 17:58:59 2020
# ------------------------------------------------
package
:
name
:
python_abi
version
:
'
3.8'
build
:
number
:
'
1'
noarch
:
python
string
:
1_cp38
requirements
:
run
:
-
python 3.8.*
run_constrained
:
-
pypy <0a0
test
:
commands
:
-
python --version
about
:
home
:
https://github.com/conda-forge/python_abi-feedstock
license
:
BSD-3-Clause
license_family
:
BSD
license_file
:
LICENSE
summary
:
Metapackage to select python implementation
extra
:
copy_test_source_files
:
true
final
:
true
recipe-maintainers
:
-
isuruf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment