Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-CI on github.com/conda-forge/staged-recipes committed Jun 27, 2019
0 parents commit c062a19
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
39 changes: 39 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{% set version = "0.9.9.post1" %}

package:
name: cenpy
version: {{ version }}

source:
url: https://pypi.io/packages/source/c/cenpy/cenpy-{{ version }}.tar.gz
sha256: 42c73367ff0f9aab8a87d52321de3482c549cea25173fc0dd94302f5e07a7621

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

requirements:
host:
- python >=3.5
- pip
run:
- python >=3.5
- pandas
- requests
- libpysal

test:
imports:
- cenpy

about:
home: https://github.com/ljwolf/cenpy
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "Explore and download data from Census APIs"

extra:
recipe-maintainers:
- ocefpaf

0 comments on commit c062a19

Please sign in to comment.