Skip to content
Snippets Groups Projects
Commit 7e026df3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'docker-pycreds' into 'master'

Add docker-pycreds [docker dep]

See merge request bob/bob.conda!358
parents 52dbba41 dc21adeb
No related branches found
No related tags found
1 merge request!358Add docker-pycreds [docker dep]
Pipeline #
{% set version = "0.2.2" %}
package:
name: docker-pycreds
version: {{ version }}
source:
fn: docker-pycreds-{{ version }}.tar.gz
url: https://github.com/shin-/dockerpy-creds/archive/{{ version }}.tar.gz
sha256: bb26b8a8882b9d115a43169663cd9557d132a68147d9a1c77cb4a3ffc9897398
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
- six >=1.4.0
run:
- python
- six >=1.4.0
test: #this requires docker support for testing...
imports:
- dockerpycreds
about:
home: https://github.com/shin-/docker-pycreds/
license: Apache-2.0
summary: 'Python bindings for the docker credentials store API'
license_file: LICENSE
license_family: Apache
extra:
recipe-maintainers:
- anjos
...@@ -34,6 +34,7 @@ PACKAGES+=('conda/menpo') ...@@ -34,6 +34,7 @@ PACKAGES+=('conda/menpo')
PACKAGES+=('conda/menpofit') PACKAGES+=('conda/menpofit')
PACKAGES+=('conda/schema') PACKAGES+=('conda/schema')
PACKAGES+=('conda/madmom') PACKAGES+=('conda/madmom')
PACKAGES+=('conda/docker-pycreds')
PACKAGES+=('conda/websocket-client') PACKAGES+=('conda/websocket-client')
PACKAGES+=('conda/bob-devel') PACKAGES+=('conda/bob-devel')
PACKAGES+=('conda/beat-devel') PACKAGES+=('conda/beat-devel')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment