<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix/scripts/import, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-01-07T21:05:43Z</updated>
<entry>
<title>import: opam: Add recursive option.</title>
<updated>2019-01-07T21:05:43Z</updated>
<author>
<name>Julien Lepiller</name>
<email>julien@lepiller.eu</email>
</author>
<published>2018-12-19T21:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=6090b0beb035e53449ea344506b76dcc2de8ca0d'/>
<id>urn:sha1:6090b0beb035e53449ea344506b76dcc2de8ca0d</id>
<content type='text'>
* guix/script/import/opam.scm: Add recursive option.
* guix/import/opam.scm (opam-&gt;guix-package): return two values.
(opam-recursive-import): New variable.
</content>
</entry>
<entry>
<title>import cran: Document "recursive" option.</title>
<updated>2018-10-17T11:06:25Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2018-10-17T11:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c4d62443eb50a615d47b590a7fedcc7f7f0ec100'/>
<id>urn:sha1:c4d62443eb50a615d47b590a7fedcc7f7f0ec100</id>
<content type='text'>
* guix/scripts/import/cran.scm: (show-help): Document "recursive" option.
</content>
</entry>
<entry>
<title>import: pypi: Support recursive importing.</title>
<updated>2018-08-30T13:22:22Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2018-08-30T13:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ac906cb7bb2ec77821ddec291db4857cc812599d'/>
<id>urn:sha1:ac906cb7bb2ec77821ddec291db4857cc812599d</id>
<content type='text'>
* guix/import/pypi.scm (guess-requirements): Use upstream names.
(compute-inputs): Return the upstream dependency names as an additional value.
(make-pypi-sexp): Likewise.
(pypi-&gt;guix-package): Memoize it.
(pypi-recursive-import): New procedure.
* guix/scripts/import/pypi.scm (show-help, %options): Accept "recursive"
option.
(guix-import-pypi): Use pypi-recursive-import.
* doc/guix.texi (Invoking guix import): Document it.
</content>
</entry>
<entry>
<title>import: stackage: Support recursive importing.</title>
<updated>2018-08-30T13:22:06Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2018-08-20T15:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a3ece51a29241c7060323cbbfc602c83200ffe4a'/>
<id>urn:sha1:a3ece51a29241c7060323cbbfc602c83200ffe4a</id>
<content type='text'>
* guix/import/hackage.scm (hackage-name-&gt;package-name): Export procedure.
* guix/import/stackage.scm (lts-info-packages-lts-info): Fix match expression.
(stackage-recursive-import): New procedure.
(stackage-&gt;guix-package): Memoize results.
* guix/scripts/import/stackage.scm (show-help, %options,
guix-import-stackage): Support recursive importing.
* doc/guix.texi (Invoking guix import): Document option.
</content>
</entry>
<entry>
<title>import: hackage: Support recursive importing.</title>
<updated>2018-08-11T16:53:46Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2018-08-08T13:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a92859616201dbf0cec36d3c746125d645c88c79'/>
<id>urn:sha1:a92859616201dbf0cec36d3c746125d645c88c79</id>
<content type='text'>
* guix/import/hackage.scm (hackage-recursive-import): New procedure.
(hackage-module-&gt;sexp): Return dependencies alongside dependencies.
(hackage-&gt;guix-package): Memoize results.
* guix/scripts/import/hackage.scm (show-help, %options, guix-import-hackage):
Support recursive importing.
* doc/guix.texi (Invoking guix import): Document option.
</content>
</entry>
<entry>
<title>import: gem: Add recursive import.</title>
<updated>2018-07-11T04:08:54Z</updated>
<author>
<name>Oleg Pykhalov</name>
<email>go.wigust@gmail.com</email>
</author>
<published>2018-07-03T20:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=88388766f778d344699e7a8a0a4d970c403007e3'/>
<id>urn:sha1:88388766f778d344699e7a8a0a4d970c403007e3</id>
<content type='text'>
* doc/guix.texi (Invoking guix import): Document gem recursive import.
* guix/import/gem.scm (gem-&gt;guix-package): Return package and dependencies
values.
(gem-recursive-import): New procedure.
* guix/scripts/import/gem.scm (show-help, %options): Add recursive option.
(guix-import-gem): Use 'gem-recursive-import'.
* tests/gem.scm (test-json): Rename to 'test-foo-json'.
("gem-&gt;guix-package"): Use 'test-foo-json'.
(test-bar-json, test-bundler-json): New variables.
("gem-recursive-import"): New test.
</content>
</entry>
<entry>
<title>guix: Add opam importer.</title>
<updated>2018-07-10T08:11:01Z</updated>
<author>
<name>Julien Lepiller</name>
<email>julien@lepiller.eu</email>
</author>
<published>2018-06-06T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b24443bff9f9f3f36353eea2ef35e6dc3745a417'/>
<id>urn:sha1:b24443bff9f9f3f36353eea2ef35e6dc3745a417</id>
<content type='text'>
* guix/scripts/import.scm (importers): Add opam.
* guix/scripts/import/opam.scm: New file.
* guix/import/opam.scm: New file.
* tests/opam.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi (Invoking guix import): Document it.
</content>
</entry>
<entry>
<title>import: elpa: Add recursive import.</title>
<updated>2018-06-08T11:58:33Z</updated>
<author>
<name>Oleg Pykhalov</name>
<email>go.wigust@gmail.com</email>
</author>
<published>2018-06-08T10:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=74032da3a2ef3e99e89dd58701414004f5a6c061'/>
<id>urn:sha1:74032da3a2ef3e99e89dd58701414004f5a6c061</id>
<content type='text'>
* doc/guix.texi (Invoking guix import): Document elpa recursive import.
* guix/import/elpa.scm (elpa-package-&gt;sexp): Return package and
dependencies values.
(elpa-guix-name, elpa-recursive-import): New procedures.
* guix/scripts/import/elpa.scm (show-help, %options): Add recursive
option.
(guix-import-elpa): Use 'elpa-recursive-import'.
</content>
</entry>
<entry>
<title>import: utils: Add recursive-import.</title>
<updated>2018-06-08T11:58:33Z</updated>
<author>
<name>Oleg Pykhalov</name>
<email>go.wigust@gmail.com</email>
</author>
<published>2018-06-08T10:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ae9e5d6602544390fa5da0a87450405ebba012fd'/>
<id>urn:sha1:ae9e5d6602544390fa5da0a87450405ebba012fd</id>
<content type='text'>
* guix/import/cran.scm (cran-guix-name, cran-recursive-import): New
procedures.
(recursive-import): Remove procedure.
* guix/import/utils.scm (guix-name, recursive-import): New procedures.
* guix/scripts/import/cran.scm (guix-import-cran): Use
'cran-recursive-import' procedure.
</content>
</entry>
<entry>
<title>import: Add JSON importer.</title>
<updated>2017-09-28T11:10:11Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2017-08-27T15:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=fb1db385476bc4548d3eadea93b5dd6a346839f2'/>
<id>urn:sha1:fb1db385476bc4548d3eadea93b5dd6a346839f2</id>
<content type='text'>
* doc/guix.texi (Invoking guix import): Document it.
* guix/scripts/import/json.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/import.scm (importers): Add json importer.
</content>
</entry>
</feed>
