Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matplotlib-venn 0.11.10 #2

Merged
merged 10 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
upload_channels:
- sfe1ed40
28 changes: 21 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,53 @@
{% set version = "0.11.7" %}
{% set version = "0.11.10" %}

package:
name: matplotlib-venn
version: {{ version }}

source:
url: https://pypi.org/packages/source/m/matplotlib-venn/matplotlib-venn-{{ version }}.tar.gz
sha256: 8d8b3505594313099328c9f177133dd800a28f3dd68e6800a78250c0cccce317
url: https://github.com/konstantint/matplotlib-venn/archive/refs/tags/{{ version }}.tar.gz
sha256: acb254f6fc0c8eb4e49df6655b316903d6babe2e9c0049636c2426a3a861cfbc

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
skip: True # [py<36]

requirements:
host:
- python >=3.6
- python
- pip
- setuptools
- wheel
run:
- python >=3.6
- python
- matplotlib-base
- numpy
- scipy

test:
source_files:
- tests
imports:
- matplotlib_venn
commands:
- pip check
- pytest -v . -k "not test_circle_region" # [py==38]
- pytest -v . # [not py==38]
requires:
- pip
- pytest

about:
home: https://github.com/konstantint/matplotlib-venn
license: MIT
license_file: LICENSE
license_family: MIT
summary: Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib.
description: |
Routines for plotting area-weighted two- and three-circle venn diagrams.
dev_url: https://github.com/konstantint/matplotlib-venn
doc_url: https://github.com/konstantint/matplotlib-venn

extra:
recipe-maintainers:
Expand Down