Skip to content
Snippets Groups Projects
Commit 5ab6c4ba authored by Daniel Lyons's avatar Daniel Lyons
Browse files

forgot about blessings

parent ec32fe14
No related branches found
No related tags found
No related merge requests found
{% set name = "blessings" %}
{% set version = "1.7" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
run:
- python
test:
imports:
- blessings
requires:
- six
about:
home: "https://github.com/erikrose/blessings"
license: "MIT"
license_family: "MIT"
license_file: ""
summary: " description='A thin, practical wrapper around terminal coloring, styling, and positioning"
doc_url: ""
dev_url: ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment