Logs for #nikola for 2017-06-04

01:52:24 <greenmanspirit> hey all, I am getting this on nikola init on opensuse 42.2 https://pastebin.com/UrfjUg00 When I look for dbm in pip, it gives me a bunch of packages and I don't know which is right.
01:52:39 <greenmanspirit> I installed nikola through virtualenv and pip
07:37:29 <ChrisWarrick> !tell greenmanspirit You need to install python3-dbm from the repos.
07:37:29 <KwBot> ChrisWarrick: acknowledged.
08:19:22 <gour> morning
08:21:23 <gour> am i right that 'install_theme' cmd can use any URL pointing at theme packaged as *.zip file, iow. one can use non-git VCS for theme's development?
08:22:13 <ChrisWarrick> gour: theme -i can only use themes from a Nikola index, which is a JSON file of {name: URL to zip}
08:23:07 <ChrisWarrick> gour: however, all theme -i does is `mkdir themes; cd themes; curl | unzip` with parent dependency checking. You don’t need that command at all.
08:23:58 <gour> ChrisWarrick: well, i'm asking in case i plan to provide a theme and not using git(hub)?
08:24:19 <ChrisWarrick> gour: theme distribution is kinda centralized
08:24:48 <ChrisWarrick> gour: you can just tell users to install manually with “create themes and clone theme there”
08:27:17 <gour> ChrisWarrick: ok. my point is to allow the theme to be officially available by just providing public URL...i can use git to 'export' from my VCS, but updating is a bit cumbersome...
08:28:19 <ChrisWarrick> gour: we could add --install-from-zip to the command
08:29:23 <ChrisWarrick> just note that if you want your theme to be available to the wider community (themes.getnikola.com), it must live in getnikola/nikola-themes on GitHub, preferably without submodules but we can live with those
08:30:30 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/239254588.
08:31:05 <ChrisWarrick> gour: if you want `nikola theme --install-zip`, make a pull request, it’s a trivial feature
08:45:26 <gour> ChrisWarrick: ok, install-zip would be handy
08:48:21 <gour> another question...for each plugin requiring some configuration, that data does populate conf.py? 
08:50:08 <ChrisWarrick> You need to modify conf.py manually
09:20:38 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 2 new commits to master: https://git.io/vH2dw
09:20:38 -GitHub[themes]:#nikola- nikola-themes/master ab6738f Chris Warrick: Drop lotabout submodule...
09:20:38 -GitHub[themes]:#nikola- nikola-themes/master 6bd28fa Chris Warrick: Re-add lotabout theme without submodule...
09:23:29 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vH2d6
09:23:29 -GitHub[nikola]:#nikola- nikola/master 0ca3747 Chris Warrick: Add a few missing shortcode variables...
09:30:04 -travis-ci:#nikola- getnikola/nikola#9083 (master - 0ca3747 : Chris Warrick): The build passed.
09:30:05 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/94379b97a4c3...0ca37477b0ab
09:30:05 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239262617
09:37:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska created inherit-engine-file (+1 new commit): https://git.io/vH2F3
09:37:24 -GitHub[nikola]:#nikola- nikola/inherit-engine-file 0ce47e5 Chris Warrick: Fix #2816: use inheritance tree when looking for engine...
09:39:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed inherit-engine-file from 0ce47e5 to 7120a21: https://git.io/vH2Fn
09:39:20 -GitHub[nikola]:#nikola- nikola/inherit-engine-file 7120a21 Chris Warrick: Fix #2816 — use inheritance tree when looking for theme engine...
09:43:44 -travis-ci:#nikola- getnikola/nikola#9084 (inherit-engine-file - 0ce47e5 : Chris Warrick): The build has errored.
09:43:45 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/0ce47e5f56a9
09:43:45 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239264722
09:45:34 <KwBot> [nikola] Kwpolska assigned issue #2817 to Kwpolska: Map Pelican/Hugo metadata to Nikola names https://github.com/getnikola/nikola/issues/2817
09:45:34 <KwBot> [nikola] Kwpolska opened issue #2817: Map Pelican/Hugo metadata to Nikola names https://github.com/getnikola/nikola/issues/2817
09:46:29 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2818: Fix #2816 — use inheritance tree when looking for engine (master...inherit-engine-file) https://git.io/vH2Fw
09:48:54 -travis-ci:#nikola- getnikola/nikola#9085 (inherit-engine-file - 7120a21 : Chris Warrick): The build passed.
09:48:55 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0ce47e5f56a9...7120a21ce437
09:48:55 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239265008
10:13:43 <gour> ChrisWarrick: #2817 is a great one!!
12:45:53 -GitHub[nikola]:#nikola- [nikola] Kwpolska created meta-mapping (+2 new commits): https://git.io/vH2p9
12:45:53 -GitHub[nikola]:#nikola- nikola/meta-mapping 7672c16 Chris Warrick: Fix #2817 — add METADATA_MAPPING setting...
12:45:53 -GitHub[nikola]:#nikola- nikola/meta-mapping 40d9945 Chris Warrick: reST docinfo: Put 'authors' info in 'author' as well (#1923)...
12:46:38 -GitHub[nikola]:#nikola- [nikola] felixfontein created filter-registry (+1 new commit): https://git.io/vH2pQ
12:46:38 -GitHub[nikola]:#nikola- nikola/filter-registry dfc2333 Felix Fontein: Allowing to register filters.
12:49:13 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2819: Allowing to register filters. (master...filter-registry) https://git.io/vH2pF
12:51:14 -travis-ci:#nikola- getnikola/nikola#9087 (meta-mapping - 40d9945 : Chris Warrick): The build failed.
12:51:15 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/7672c16e7a08^...40d99456befc
12:51:15 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239294315
12:55:24 -travis-ci:#nikola- getnikola/nikola#9088 (filter-registry - dfc2333 : Felix Fontein): The build failed.
12:55:25 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/dfc2333e090f
12:55:25 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239294427
12:57:16 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to meta-mapping: https://git.io/vH2hI
12:57:16 -GitHub[nikola]:#nikola- nikola/meta-mapping 586a09e Chris Warrick: Pass site config to _get_metadata_from_file...
12:57:16 -GitHub[nikola]:#nikola- nikola/meta-mapping fd1de9b Chris Warrick: Accept tags meta as lists (YAML/TOML)...
13:05:13 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2820: Implement metadata mapping (master...meta-mapping) https://git.io/vH2hV
13:06:59 -travis-ci:#nikola- getnikola/nikola#9090 (meta-mapping - fd1de9b : Chris Warrick): The build is still failing.
13:07:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/40d99456befc...fd1de9bfc2a5
13:07:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239296044
13:07:22 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 4 new commits to filter-registry: https://git.io/vH2h6
13:07:22 -GitHub[nikola]:#nikola- nikola/filter-registry 1261372 Felix Fontein: Better test.
13:07:22 -GitHub[nikola]:#nikola- nikola/filter-registry 062b55e Felix Fontein: Renaming _filters to filters.
13:07:22 -GitHub[nikola]:#nikola- nikola/filter-registry 8be6e34 Felix Fontein: Merging loops.
13:13:08 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to meta-mapping: https://git.io/vH2hd
13:13:08 -GitHub[nikola]:#nikola- nikola/meta-mapping 9b0dd10 Chris Warrick: pydocstyle...
13:17:34 -travis-ci:#nikola- getnikola/nikola#9092 (filter-registry - f54db6c : Felix Fontein): The build is still failing.
13:17:35 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/dfc2333e090f...f54db6cdeaf2
13:17:35 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239297769
13:18:02 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to filter-registry: https://git.io/vH2jU
13:18:02 -GitHub[nikola]:#nikola- nikola/filter-registry 30efe17 Felix Fontein: Moving default filter registration into Nikola.__init__.
13:19:17 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to filter-registry: https://git.io/vH2jI
13:19:17 -GitHub[nikola]:#nikola- nikola/filter-registry 877babc Felix Fontein: Forgot one place.
13:24:18 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to filter-registry: https://git.io/vH2jG
13:24:18 -GitHub[nikola]:#nikola- nikola/filter-registry 2c602a3 Felix Fontein: Removed unnecessary import.
13:32:39 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to filter-registry: https://git.io/vH2jB
13:32:39 -GitHub[nikola]:#nikola- nikola/filter-registry 807ed73 Felix Fontein: Avoid name clash with builtin filter function.
13:34:56 -travis-ci:#nikola- getnikola/nikola#9100 (filter-registry - 2c602a3 : Felix Fontein): The build passed.
13:34:57 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/877babc771cf...2c602a383613
13:34:57 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239300984
13:46:36 -travis-ci:#nikola- getnikola/nikola#9102 (filter-registry - 807ed73 : Felix Fontein): The build passed.
13:46:37 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2c602a383613...807ed73ee570
13:46:37 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239302634
15:14:06 <KwBot> [nikola] ralsina closed issue #2817: Map Pelican/Hugo metadata to Nikola names https://github.com/getnikola/nikola/issues/2817
15:14:17 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #2820: Implement metadata mapping (master...meta-mapping) https://git.io/vH2hV
15:15:18 <KwBot> [nikola] ralsina closed issue #2816: jinja-themes broken without warning if parent-file exists  https://github.com/getnikola/nikola/issues/2816
15:15:33 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to master: https://git.io/vHaJa
15:15:33 -GitHub[nikola]:#nikola- nikola/master 7b355d3 Chris Warrick: Fix #2816 — use inheritance tree when looking for theme engine (#2818)...
15:19:25 -travis-ci:#nikola- getnikola/nikola#9104 (master - 253ecfa : Chris Warrick): The build passed.
15:19:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0ca37477b0ab...253ecfae5504
15:19:26 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239322337
15:21:36 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to yaml-playground: https://git.io/vHaJS
15:21:36 -GitHub[nikola]:#nikola- nikola/yaml-playground 653583e Roberto Alsina: Merge branch 'master' into yaml-playground
15:22:16 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2821: (WIP) Yaml playground (master...yaml-playground) https://git.io/vHaJ9
15:31:31 -travis-ci:#nikola- getnikola/nikola#9106 (yaml-playground - 653583e : Roberto Alsina): The build is still failing.
15:31:32 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/aa4b61ad9edc...653583edf286
15:31:32 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239323496
16:46:21 <determinant> :1
16:46:24 <determinant> :2
16:46:25 <determinant> :3
16:46:27 <determinant> :25
17:27:10 <KwBot> greenmanspirit: 07:37:29 <ChrisWarrick> You need to install python3-dbm from the repos.
17:30:06 <greenmanspirit> ChrisWarrick: Thanks! That fixed it.
17:30:27 <ChrisWarrick> you’re welcome!
17:31:01 <greenmanspirit> also, thank you KwBot for letting me know I had a message lol
18:17:26 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to filter-registry: https://git.io/vHam6
18:17:26 -GitHub[nikola]:#nikola- nikola/filter-registry a9d46bc Chris Warrick: Minor style fixes...
18:17:42 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vHamX
18:17:42 -GitHub[nikola]:#nikola- nikola/master 6fdaad3 Chris Warrick: Merge pull request #2819 from getnikola/filter-registry...
18:19:11 -travis-ci:#nikola- getnikola/nikola#9108 (filter-registry - a9d46bc : Chris Warrick): The build has errored.
18:19:12 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/807ed73ee570...a9d46bcda9a3
18:19:12 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239358738
18:19:27 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vHamS
18:19:27 -GitHub[nikola]:#nikola- nikola/master 6c6096f Chris Warrick: Avoid (very unlikely) case of config=None...
18:27:21 -GitHub[nikola]:#nikola- [nikola] felixfontein force-pushed taxonomy-lang-refs from a4c0a4a to 884a488: https://git.io/vHUSo
18:27:21 -GitHub[nikola]:#nikola- nikola/taxonomy-lang-refs b63057f Felix Fontein: First shot on #993 for taxonomies, in particular archives.
18:27:21 -GitHub[nikola]:#nikola- nikola/taxonomy-lang-refs 92c47d0 Felix Fontein: Making codacy happier.
18:27:21 -GitHub[nikola]:#nikola- nikola/taxonomy-lang-refs 6771933 Felix Fontein: Adding documentation.
18:27:25 -travis-ci:#nikola- getnikola/nikola#9110 (master - 6fdaad3 : Chris Warrick): The build passed.
18:27:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/7b355d3a93de...6fdaad3d8e60
18:27:26 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239358812
18:35:34 -travis-ci:#nikola- getnikola/nikola#9111 (master - 6c6096f : Chris Warrick): The build passed.
18:35:35 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6fdaad3d8e60...6c6096f60cab
18:35:35 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239359216
18:35:57 -travis-ci:#nikola- getnikola/nikola#9112 (taxonomy-lang-refs - 884a488 : Felix Fontein): The build is still failing.
18:35:58 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a4c0a4a2b873...884a488170c2
18:35:58 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239360717
21:08:45 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to taxonomy-lang-refs: https://git.io/vHaW9
21:08:45 -GitHub[nikola]:#nikola- nikola/taxonomy-lang-refs 93cfc3e Felix Fontein: Don't add translated title for archives.
21:21:30 -travis-ci:#nikola- getnikola/nikola#9116 (taxonomy-lang-refs - 93cfc3e : Felix Fontein): The build is still failing.
21:21:31 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/884a488170c2...93cfc3e0500c
21:21:31 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239394911