Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Merge requests
!394
Add recipes for pre-commit and its dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add recipes for pre-commit and its dependencies
pre_commit
into
master
Overview
6
Commits
1
Pipelines
8
Changes
9
All threads resolved!
Hide all comments
Merged
Samuel GAIST
requested to merge
pre_commit
into
master
6 years ago
Overview
6
Commits
1
Pipelines
8
Changes
9
All threads resolved!
Hide all comments
Expand
This patch adds pre-commit as well as the dependencies not yet available in the defaults channel.
0
0
Merge request reports
Compare
master
version 7
a99b13a4
6 years ago
version 6
f7baa41f
6 years ago
version 5
b62cb227
6 years ago
version 4
eb7112d9
6 years ago
version 3
bc92eb6e
6 years ago
version 2
9464a9bd
6 years ago
version 1
0c569cae
6 years ago
master (base)
and
latest version
latest version
f515b45f
1 commit,
6 years ago
version 7
a99b13a4
1 commit,
6 years ago
version 6
f7baa41f
1 commit,
6 years ago
version 5
b62cb227
1 commit,
6 years ago
version 4
eb7112d9
1 commit,
6 years ago
version 3
bc92eb6e
1 commit,
6 years ago
version 2
9464a9bd
1 commit,
6 years ago
version 1
0c569cae
1 commit,
6 years ago
9 files
+
362
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
conda/aspy.yaml/meta.yaml
0 → 100644
+
43
−
0
Options
{
%
set name = "aspy.yaml" %
}
{
%
set version = "1.1.1" %
}
{
%
set file_ext = "tar.gz" %
}
{
%
set hash_type = "sha256" %
}
{
%
set hash_value = "0a77e23fafe7b242068ffc0252cee130d3e509040908fc678d9d1060e7494baa" %
}
package
:
name
:
'
{{
name|lower
}}'
version
:
'
{{
version
}}'
source
:
fn
:
'
{{
name
}}-{{
version
}}.{{
file_ext
}}'
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'
{{
hash_type
}}'
:
'
{{
hash_value
}}'
build
:
number
:
0
entry_points
:
-
identify-cli=identify.cli:main
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
--no-cache-dir
-vvv"
requirements
:
host
:
-
pip
-
python
-
setuptools
run
:
-
python
-
pyyaml
test
:
imports
:
-
aspy
-
aspy.yaml
about
:
home
:
https://github.com/asottile/aspy.yaml
license
:
MIT
license_family
:
MIT
summary
:
A few extensions to pyyaml.
extra
:
recipe-maintainers
:
sgaist
Loading