Skip to content

Commit 7b2a95f

Browse files
committed
I think I got them all
1 parent 77de3c0 commit 7b2a95f

File tree

26 files changed

+88
-223
lines changed

26 files changed

+88
-223
lines changed

config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ blacklists:
33
- "sorted-r-blacklist"
44
- "build-fail-blacklist"
55
- "boost-1.61-migration-blacklist"
6+
- "perl-gcc-blacklist"
7+
- "perl-unable-to-find-blacklist"
68

79
docker_image: "condaforge/linux-anvil"
810

perl-FAIL

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-font-afm-1.20-pl5.22.0_1.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
3+
4+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-text-wrap-2013.0523-1.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
5+
6+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-module-load-conditional-0.62-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
7+
8+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-test-unit-lite-0.1202-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
9+
10+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-digest-md5-2.53-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
11+
12+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-time-piece-1.27-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
13+
14+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-xsloader-0.17-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
15+
16+
ERROR bioconda_utils.build:build_recipes(386): BIOCONDA BUILD SUMMARY: FAILED recipe perl-xsloader-0.22-pl5.22.0_0.tar.bz2, environment CONDA_R=3.3.1;CONDA_GSL=1.16;CONDA_GMP=5.1;CONDA_HDF5=1.8.17;CONDA_NPY=110;CONDA_PERL=5.22.0;CONDA_BOOST=1.61;CONDA_PY=27;CONDA_NCURSES=5.9
17+

perl-gcc-blacklist

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recipes/perl-time-hires
2+
recipes/perl-sub-identify/0.12

perl-unable-to-find-blacklist

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recipes/perl-font-afm

recipes/perl-archive-tar/1.96/meta.yaml

-47
This file was deleted.

recipes/perl-archive-tar/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ requirements:
1818
- perl-io-zlib
1919
- perl-test-harness
2020
- perl-test-simple
21+
- perl-module-build
2122

2223
run:
2324
- perl

recipes/perl-attribute-handlers/0.96/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525

2626
test:
2727
# Perl 'use' tests
28-
imports:
29-
- Attribute::Handlers
28+
commands:
29+
- perl -e "use Attribute::Handlers"
3030

3131
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3232
# that will be run at test time.

recipes/perl-digest-md5/2.53/meta.yaml

-45
This file was deleted.

recipes/perl-digest-sha/5.88/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525

2626
test:
2727
# Perl 'use' tests
28-
imports:
29-
- Digest::SHA
28+
commands:
29+
- perl -e "use Digest::SHA"
3030

3131
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3232
# that will be run at test time.

recipes/perl-filter-simple/0.91/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525

2626
test:
2727
# Perl 'use' tests
28-
imports:
29-
- Filter::Simple
28+
commands:
29+
- perl -e "use Filter::Simple"
3030

3131
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3232
# that will be run at test time.

recipes/perl-font-afm/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ test:
3636

3737
about:
3838
home: http://metacpan.org/pod/Font-AFM
39-
license: unknown
39+
license: perl_5
4040
summary: 'Interface to Adobe Font Metrics files'

recipes/perl-module-load-conditional/0.62/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525

2626
test:
2727
# Perl 'use' tests
28-
imports:
29-
- Module::Load::Conditional
28+
commands:
29+
- perl -e "use Module::Load::Conditional"
3030

3131
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3232
# that will be run at test time.

recipes/perl-safe/2.37/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525

2626
test:
2727
# Perl 'use' tests
28-
imports:
29-
- Safe
28+
commands:
29+
- perl -e "use Safe"
3030

3131
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3232
# that will be run at test time.

recipes/perl-symbol-util/0.0203/build.sh

-25
This file was deleted.

recipes/perl-symbol-util/0.0203/meta.yaml

-45
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#!/bin/bash
21
echo "Nothing to do."

recipes/perl-xsloader/0.17/meta.yaml recipes/perl-test-more/1.001002/meta.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
{% set name = "perl-xsloader" %}
2-
{% set version = "0.17" %}
1+
{% set name = "perl-test-more" %}
2+
{% set version = "1.001002" %}
33
{% set sha256 = "" %}
44

55
package:
66
name: {{ name }}
77
version: {{ version }}
88

99
#source:
10-
#fn: XSLoader-0.24.tar.gz
10+
#fn:
1111
#url:
1212
#sha256: {{ sha256 }}
1313

@@ -23,10 +23,9 @@ requirements:
2323
run:
2424
- perl
2525

26-
test:
26+
# test:
2727
# Perl 'use' tests
28-
imports:
29-
- XSLoader
28+
# imports:
3029

3130
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3231
# that will be run at test time.
@@ -36,9 +35,9 @@ test:
3635
# - nose
3736

3837
about:
39-
home: https://metacpan.org/module/XSLoader
38+
home: http://metacpan.org/pod/Test::More
4039
license: perl_5
41-
summary: 'Dynamically load C libraries into Perl code'
40+
summary: 'yet another framework for writing test scripts'
4241

4342
# See
4443
# http://docs.continuum.io/conda/build.html for

recipes/perl-test-unit-lite/0.1202/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ build:
1919
requirements:
2020
build:
2121
- perl
22+
- perl-module-build
2223

2324
run:
2425
- perl
2526

2627
test:
2728
# Perl 'use' tests
28-
imports:
29-
- Test::Unit::Lite
30-
- Test::Unit::Lite::AllTests
29+
commands:
30+
- perl -e "use Test::Unit::Lite"
3131

3232
# You can also put a file called run_test.pl (or run_test.py) in the recipe
3333
# that will be run at test time.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#!/bin/bash
21
echo "Nothing to do."

recipes/perl-text-wrap/build.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/sh
2-
3-
cpanm -n -f -i .
1+
#!/bin/bash
2+
echo "Nothing to do."

0 commit comments

Comments
 (0)