Merge pull request #48 from regro-cf-autotick-bot/0.2.12_ha308af

gdptools v0.2.12
This commit is contained in:
nidichaogequ
2026-02-27 12:56:46 +08:00
3 changed files with 9 additions and 4 deletions
+2
View File
@@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
source run_conda_forge_build_setup
# make the build number clobber
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
+4 -1
View File
@@ -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
# 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 os
import platform
+3 -3
View File
@@ -1,5 +1,5 @@
{% set name = "gdptools" %}
{% set version = "0.2.11" %}
{% set version = "0.2.12" %}
package:
name: {{ name|lower }}
@@ -7,14 +7,14 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 172fdc81c661e7294bed29554ff04a7c522d39d6dc010c7ca441cf1586aa78f1
sha256: 7addcbbb5762c42606401f51402165a6c88cbe64fe84902c5ca4b2e594a0c0a0
build:
entry_points:
- gdptools = gdptools.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0
requirements:
host: