Skip to content

Commit

Permalink
Merge pull request #6623 from hajapy/astral
Browse files Browse the repository at this point in the history
add astral 1.6.1 recipe
  • Loading branch information
marcelotrevisani authored Sep 7, 2018
2 parents 1f5c0e5 + 86884b3 commit 0f7a2a3
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/astral/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "astral" %}
{% set version = "1.6.1" %}

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

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

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
host:
- python
- pip
run:
- python
- pytz
- requests

test:
imports:
- astral


about:
home: http://github.com/sffjunkie/astral
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Python calculations for the position of the sun and moon.'

description: |
Astral is a python module for calculating the times of various aspects of the sun and moon.
doc_url: https://astral.readthedocs.io/en/stable/index.html
dev_url: http://github.com/sffjunkie/astral

extra:
recipe-maintainers:
- hajapy

0 comments on commit 0f7a2a3

Please sign in to comment.