-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
37 lines (31 loc) · 858 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{% set version = "0.2.4.post1" %}
{% set name = "versipy" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: dist/{{ name }}-{{ version }}.tar.gz
build:
number: 0
script: "pip install {{ name }}-{{ version }}.tar.gz --no-deps --ignore-installed -vv "
entry_points:
- versipy=versipy.__main__:main
noarch: "python"
requirements:
build:
- python>=3.6
- pip>=19.2.1
- ripgrep>=11.0.1
run:
- colorlog>=4.1.0
- pyyaml>=5.3.1
- gitpython>=3.1.9
about:
home: https://github.com/a-slide/versipy
license: GPLv3
licence_url: https://www.gnu.org/licenses/gpl-3.0.en.html
summary: Versatile version and medatada managment across the python packaging ecosystem with git integration
extra:
author: Adrien Leger
author_email: [email protected]
author_url: https://adrienleger.com