Merge pull request #48 from regro-cf-autotick-bot/0.2.12_ha308af
gdptools v0.2.12
This commit is contained in:
Generated
+2
@@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
|||||||
|
|
||||||
source run_conda_forge_build_setup
|
source run_conda_forge_build_setup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# make the build number clobber
|
# make the build number clobber
|
||||||
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||||
|
|
||||||
|
|||||||
Generated
+4
-1
@@ -1,8 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/bin/sh
|
||||||
|
"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on
|
||||||
#
|
#
|
||||||
# This file has been generated by conda-smithy in order to build the recipe
|
# This file has been generated by conda-smithy in order to build the recipe
|
||||||
# locally.
|
# locally.
|
||||||
#
|
#
|
||||||
|
# The line above this comment is a bash / sh / zsh guard
|
||||||
|
# to stop people from running it with the wrong interpreter
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.2.11" %}
|
{% set version = "0.2.12" %}
|
||||||
|
|
||||||
package:
|
package:
|
||||||
name: {{ name|lower }}
|
name: {{ name|lower }}
|
||||||
@@ -7,14 +7,14 @@ package:
|
|||||||
|
|
||||||
source:
|
source:
|
||||||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
||||||
sha256: 172fdc81c661e7294bed29554ff04a7c522d39d6dc010c7ca441cf1586aa78f1
|
sha256: 7addcbbb5762c42606401f51402165a6c88cbe64fe84902c5ca4b2e594a0c0a0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
entry_points:
|
entry_points:
|
||||||
- gdptools = gdptools.__main__:main
|
- gdptools = gdptools.__main__:main
|
||||||
noarch: python
|
noarch: python
|
||||||
script: {{ PYTHON }} -m pip install . -vv
|
script: {{ PYTHON }} -m pip install . -vv
|
||||||
number: 1
|
number: 0
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
host:
|
host:
|
||||||
|
|||||||
Reference in New Issue
Block a user