Bio::Symbol: move to its own distribution
[bioperl-live.git] / dist.ini
blobd3287a663cfaf747015893a1b99ddaca734ddee8
1 name = BioPerl
2 version = 1.7.4
3 author = See individual modules
4 copyright_holder = See individual modules
5 license = Perl_5
7 ;; Modules should be fixed so that these don't have to be removed.
8 [@BioPerl]
9 -remove = PodCoverageTests
10 -remove = PodWeaver
11 -remove = Test::EOL
12 -remove = Test::NoTabs
13 ;; [AutoMetaResources] is not suitable for us because our repo name
14 ;; is different from the distribution name.
15 -remove = AutoMetaResources
17 ;; This is a dependency for Windows only
18 AutoPrereqs.skips[0] = ^Win32$
20 ;; The program bp_fetch can make use of this Bio::DB modules that are
21 ;; not part of the distribution.
22 AutoPrereqs.skips[1] = ^Bio::DB::Ace$
23 AutoPrereqs.skips[2] = ^Bio::DB::EMBL$
24 AutoPrereqs.skips[3] = ^Bio::DB::GenBank$
25 AutoPrereqs.skips[4] = ^Bio::DB::GenPept$
26 AutoPrereqs.skips[5] = ^Bio::DB::SwissProt$
28 [OSPrereqs / MSWin32]
29 Win32 = 0
31 [Prereqs / bin_bp_fetch_RuntimeSuggests]
32 -relationship = suggests
33 Bio::DB::Ace = 0
34 Bio::DB::EMBL = 0
35 Bio::DB::GenBank = 0
36 Bio::DB::GenPept = 0
37 Bio::DB::SwissProt = 0
40 ;; PodWeaver has some minimum requirements on the files before it can
41 ;; be used. To allow a migration overtime, we can list the files that
42 ;; are ready here.
43 [FileFinder::ByName / PodWeaver-Ready]
44 file = lib/BioPerl.pm
46 [PodWeaver]
47 config_plugin = @BioPerl
48 finder = PodWeaver-Ready
50 ;; The distribution name is different from the repository name so we
51 ;; can't use [AutoMetaResources] that comes from [@BioPerl].
52 [MetaResources]
53 homepage = https://metacpan.org/release/BioPerl
54 bugtracker.web = https://github.com/bioperl/bioperl-live/issues
55 bugtracker.mailto = bioperl-l@bioperl.org
56 repository.url = git://github.com/bioperl/bioperl-live.git
57 repository.web = https://github.com/bioperl/bioperl-live
58 repository.type = git
60 [PruneFiles]
61 filename = .travis.yml
62 match = ^travis_scripts