-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
88 lines (71 loc) · 2.03 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name = Chart-GGPlot
author = Stephan Loyd <sloyd@cpan.org>
license = Perl_5
version = 0.002003
copyright_holder = Stephan Loyd
copyright_year = 2019-2023
; authordep Pod::Weaver::PluginBundle::SLOYD = 0.0005
; authordep Test::Pod
[Meta::Contributors]
contributor = Pablo Rodríguez (pablrod)
[@Filter]
-bundle = @Basic
-remove = GatherDir
[GatherDir]
; ow it is just docs/pod/temp which is used for some pod hack
; See [Run::BeforeBuild] below
prune_directory = ^docs$
exclude_filename = cpanfile
[CPANFile]
filename = cpanfile
[Run::BeforeBuild]
; deps are needed before build for our pod hack
; Note that in an edge case this may cause a chicken-egg issue, but you can
; temporarily hack it.
run = cpanm --installdeps . --notest
; docs/pod/temp is supported by Pod::Weaver::PluginBundle::SLOYD for
; Pod::Weaver::Plugin::Include's looking up pod templates.
run = perl utils/collect_functions_pod.pl Chart::GGPlot::Geom > docs/pod/temp/GeomFunctions.pod
run = perl utils/collect_functions_pod.pl Chart::GGPlot::Stat > docs/pod/temp/StatFunctions.pod
run = perl utils/collect_functions_pod.pl Chart::GGPlot::Coord > docs/pod/temp/CoordFunctions.pod
[Run::AfterBuild]
run = cp %d/cpanfile .
[ShareDir]
dir = data-raw
[AutoPrereqs]
[Prereqs / RuntimeRequires]
; before Perl 5.16 there was a bug causing PDL problems with lvalue subs
perl = 5.016
Chart::Plotly = 0.041
Module::Load = 0.32
PDL = 2.019
PDL::DateTime = 0.004
JSON::XS = 3.01
namespace::autoclean = 0.20
[Prereqs / RuntimeRecommends]
; for csv performance
Text::CSV_XS = 0
; for loess smooth
Math::LOESS = 0
; for glm smooth
PDL::Stats::GLM = 0.75
PDL::GSL::CDF = 0.75
[Prereqs / TestRequires]
Test2::Tools::PDL = 0.0004
[MetaJSON]
[MetaProvides::Package]
[MetaResources]
repository.url = https://github.com/iynehz/perl5-Chart-GGPlot.git
[PodSyntaxTests]
[CheckChangeLog]
[OurPkgVersion]
[PodWeaver]
config_plugin = @SLOYD
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.md
type = gfm
[ ReadmeAnyFromPod ]
[GitHubREADME::Badge]
badges = github_actions/ci.yml
;[Test::Perl::Critic]
[@Git]