From 2ee999682af82659d87c53cd45127ec83c1d908f Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Mon, 3 Oct 2022 12:29:54 +0200 Subject: [PATCH] Remove perl-xml-sax-expat, it has been migrated to conda-forge. (#37256) --- recipes/perl-xml-sax-expat/build.sh | 25 ----------------- recipes/perl-xml-sax-expat/meta.yaml | 42 ---------------------------- 2 files changed, 67 deletions(-) delete mode 100644 recipes/perl-xml-sax-expat/build.sh delete mode 100644 recipes/perl-xml-sax-expat/meta.yaml diff --git a/recipes/perl-xml-sax-expat/build.sh b/recipes/perl-xml-sax-expat/build.sh deleted file mode 100644 index 214d4ca5106ec..0000000000000 --- a/recipes/perl-xml-sax-expat/build.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -# If it has Build.PL use that, otherwise use Makefile.PL -if [ -f Build.PL ]; then - perl Build.PL - ./Build - ./Build test - # Make sure this goes in site - ./Build install --installdirs site -elif [ -f Makefile.PL ]; then - # Make sure this goes in site - perl Makefile.PL INSTALLDIRS=site - make - make test - make install -else - echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.' - exit 1 -fi - -# Add more build steps here, if they are necessary. - -# See -# http://docs.continuum.io/conda/build.html -# for a list of environment variables that are set during the build process. diff --git a/recipes/perl-xml-sax-expat/meta.yaml b/recipes/perl-xml-sax-expat/meta.yaml deleted file mode 100644 index 2cd2c32e218ff..0000000000000 --- a/recipes/perl-xml-sax-expat/meta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -{% set name = "perl-xml-sax-expat" %} -{% set version = "0.51" %} -{% set sha256 = "4c016213d0ce7db2c494e30086b59917b302db8c292dcd21f39deebd9780c83f" %} - -package: - name: {{ name }} - version: {{ version }} - -source: - url: https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-0.51.tar.gz - sha256: {{ sha256 }} - -build: - noarch: generic - number: 4 - -requirements: - build: - - make - host: - - perl - - perl-xml-sax - - perl-xml-parser - - perl-xml-sax-base - - perl-xml-namespacesupport - - perl-extutils-makemaker - - run: - - perl - - perl-xml-sax - - perl-xml-parser - - perl-xml-sax-base - - perl-xml-namespacesupport - -test: - imports: - - XML::SAX::Expat - -about: - home: http://metacpan.org/pod/XML-SAX-Expat - license: perl_5 - summary: 'SAX Driver for Expat'