Skip to content

Commit

Permalink
Merge pull request #12343 from keewis/sphinx-autosummary-accessors
Browse files Browse the repository at this point in the history
add sphinx-autosummary-accessors
  • Loading branch information
scopatz authored Aug 10, 2020
2 parents aa5e54d + b5ea7f3 commit 21cb59c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/sphinx-autosummary-accessors/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "sphinx-autosummary-accessors" %}
{% set version = "0.1.2" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 808c41542fffdf5ead6e74a291b4294191adc78d03fc53b945bf7c5ece299d27

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.6
run:
- importlib-metadata
- packaging
- python >=3.6
- sphinx

test:
imports:
- sphinx_autosummary_accessors
commands:
- pip check
requires:
- pip

about:
home: https://github.com/xarray-contrib/sphinx-autosummary-accessors
summary: sphinx autosummary extension to properly format pandas or xarray accessors
license: MIT
license_file: LICENSE
doc_url: https://sphinx-autosummary-accessors.readthedocs.io/
dev_url: https://github.com/xarray-contrib/sphinx-autosummary-accessors

extra:
recipe-maintainers:
- keewis

0 comments on commit 21cb59c

Please sign in to comment.