forked from conda-forge/cenpy-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial feedstock commit with conda-smithy 3.4.0.
- Loading branch information
Travis-CI on github.com/conda-forge/staged-recipes
committed
Jun 27, 2019
0 parents
commit c062a19
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |