Skip to content

Commit

Permalink
Merge pull request #18118 from moorepants/piccolo-theme
Browse files Browse the repository at this point in the history
Add piccolo-theme 0.2.4.
  • Loading branch information
carterbox authored Feb 24, 2022
2 parents 4815271 + 21aa93e commit 9b05f69
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/piccolo-theme/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "piccolo-theme" %}
{% set version = "0.2.4" %}


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

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

build:
number: 0
noarch: python
script:
- rm -f pyproject.toml
- {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- pip
- setuptools >=42
- python >=3.7
run:
- python >=3.7
- sphinx

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

about:
home: https://github.com/piccolo-orm/piccolo_theme
summary: A modern Sphinx theme.
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- moorepants

0 comments on commit 9b05f69

Please sign in to comment.