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
a03e61ad
Commit
a03e61ad
authored
4 years ago
by
Daniel Lyons
Browse files
Options
Downloads
Patches
Plain Diff
Add zc.buildout to the conda support packages
parent
9100c4d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
support/conda/zc.buildout/meta.yaml
+46
-0
46 additions, 0 deletions
support/conda/zc.buildout/meta.yaml
with
46 additions
and
0 deletions
support/conda/zc.buildout/meta.yaml
0 → 100644
+
46
−
0
View file @
a03e61ad
{
%
set name = "zc.buildout" %
}
{
%
set version = "2.13.2" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
url
:
"
https://pypi.io/packages/source/{{
name[0]
}}/{{
name
}}/{{
name
}}-{{
version
}}.tar.gz"
sha256
:
5dd4de86dda684c46ef8ee9cc84e335ca7f6275d4363a684de82225270d1e328
build
:
noarch
:
python
number
:
0
entry_points
:
-
buildout=zc.buildout.buildout:main
script
:
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
host
:
-
pip
-
python
-
setuptools >=8.0
run
:
-
python
-
setuptools >=8.0
test
:
imports
:
-
zc
-
zc.buildout
commands
:
-
buildout --help
about
:
home
:
"
http://buildout.org"
license
:
Zope Public
license_family
:
OTHER
license_file
:
summary
:
"
System
for
managing
development
buildouts"
doc_url
:
dev_url
:
extra
:
recipe-maintainers
:
-
your-github-id-here
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