From 5f4a3d18f6da4dd827a2748e02d813986aab8624 Mon Sep 17 00:00:00 2001 From: Chris Meyer <34664+cmeyer@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:01:39 -0700 Subject: [PATCH] Remove deprecated conda recipe. --- .github/workflows/python-package.yml | 2 -- meta.yaml | 36 ---------------------------- 2 files changed, 38 deletions(-) delete mode 100644 meta.yaml diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 435e354..78e8af6 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -10,8 +10,6 @@ jobs: uses: nion-software/github-workflows/.github/workflows/build-python-package.yml@main with: python-versions: "['3.12' ,'3.13' , '3.14', '3.14t']" - secrets: - anaconda-token: ${{ secrets.ANACONDA_TOKEN }} pypi-publish: name: Upload release to PyPI needs: [build-python-package] diff --git a/meta.yaml b/meta.yaml deleted file mode 100644 index f2ef2f3..0000000 --- a/meta.yaml +++ /dev/null @@ -1,36 +0,0 @@ -package: - name: 'nionutils' - version: '4.14.2' - -source: - git_rev: 4.14.2 - git_url: https://github.com/nion-software/nionutils.git - -build: - noarch: python - number: 0 - script: python -m pip install --no-deps --ignore-installed . - include_recipe: False - -requirements: - host: - - python - - pip - - setuptools - run: - - python >=3.12 - -test: - imports: - - nion.utils - - nion.utils.test - -about: - home: https://github.com/nion-software/nionutils - license: Apache-2.0 - summary: Nion utility classes. - description: "A utility library of useful Python objects." - -extra: - recipe-maintainers: - cmeyer