From 598f7d88a7a067374ca9701cbc057efafd614f40 Mon Sep 17 00:00:00 2001 From: Matt Clarke Date: Fri, 29 Nov 2024 08:16:46 +0100 Subject: [PATCH] conda isn't needed anymore (#104) --- conda/meta.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 conda/meta.yaml diff --git a/conda/meta.yaml b/conda/meta.yaml deleted file mode 100644 index e320107..0000000 --- a/conda/meta.yaml +++ /dev/null @@ -1,26 +0,0 @@ -package: - name: ess-streaming-data-types - version: {{ GIT_DESCRIBE_TAG }} - -source: - path: .. - -build: - number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} - noarch: python - script: python -m pip install --target={{ environ.get('PREFIX') }}/lib/python/site-packages --ignore-installed --no-deps -vv . - -requirements: - run: - - python-flatbuffers ==1.12 - - numpy - - python >=3.6 - -test: - imports: - - streaming_data_types - -about: - home: https://github.com/ess-dmsc/python-streaming-data-types - summary: Python utilities for handling ESS streamed data - license: BSD-2-Clause