From 80a360e8ae624c74df3c0a2d4564f784cd91ac88 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Fri, 14 Apr 2023 21:45:18 +0000 Subject: [PATCH] Removed recipe (traffix) after converting into feedstock. [ci skip] --- recipes/traffix/meta.yaml | 49 --------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 recipes/traffix/meta.yaml diff --git a/recipes/traffix/meta.yaml b/recipes/traffix/meta.yaml deleted file mode 100644 index 7f831af763823..0000000000000 --- a/recipes/traffix/meta.yaml +++ /dev/null @@ -1,49 +0,0 @@ -{% set name = "traffix" %} -{% set version = "0.1.12" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/traffix-{{ version }}.tar.gz - sha256: 5901a9fa57ef1067d92ec3e6592f9cddc7195ea8314facba0f00d7dc53bb16ef - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv - number: 0 - -requirements: - host: - - python >=3.9 - - pip - run: - - python >=3.9 - - osmnx >=1.3.0 - - pandas >=1.5 - - geopandas >=0.12 - - matplotlib-base >=3.5 - - networkx >=2.8 - - numpy >=1.23 - - pyproj >=3.4 - - requests >=2.28 - - shapely >=2.0 - -test: - imports: - - traffix - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/Ultios/traffix - summary: A package for macroscopic transportation assignment. - license: MIT - license_file: LICENSE.txt - -extra: - recipe-maintainers: - - Ultios