aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.pot
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-03-27 20:58:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-03-27 21:00:28 +0100
commit3d17dc5d8f92b8312c5ca7fa8022a02cb29b66f1 (patch)
tree75a4d85f6d20781a54c8af0e61d8ece33f43db03 /po/doc/guix-manual.pot
parent1d7022f7060370a549e0afdc821fe80cb3bac9d0 (diff)
downloadguix-3d17dc5d8f92b8312c5ca7fa8022a02cb29b66f1.tar.gz
guix-3d17dc5d8f92b8312c5ca7fa8022a02cb29b66f1.zip
gnu: r-geometry: Update to 0.4.1.
* gnu/packages/cran.scm (r-geometry): Update to 0.4.1. [propagated-inputs]: Fix typo.
Diffstat (limited to 'po/doc/guix-manual.pot')
0 files changed, 0 insertions, 0 deletions
+ (package
+ (name "python-reflink")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "reflink" version))
+ (sha256
+ (base32
+ "0fkf3sd958g9hvr3jwlhnhqqzrwxljrc3grsf3yknh94vf13a9f9"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #false)) ; almost all tests want to run mkfs.btrfs
+ (propagated-inputs
+ `(("python-cffi" ,python-cffi)))
+ (native-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-pytest-runner" ,python-pytest-runner)))
+ (home-page "https://gitlab.com/rubdos/pyreflink")
+ (synopsis "Python wrapper around reflink system call")
+ (description
+ "Python reflink wraps around platform specific @code{reflink}
+implementations.")
+ (license license:expat)))
+
(define-public python-pivy
(package
(name "python-pivy")