aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rsync.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2021-08-02 14:15:39 +0530
committerArun Isaac <arunisaac@systemreboot.net>2021-08-18 19:27:58 +0530
commitd31301dfe08076e5d229175b2cd093c6fe60a6d5 (patch)
tree2aafbf9b6c873d5eaa483a306f2803cc8e11fb09 /gnu/packages/rsync.scm
parentea04295256329511b3201feaefb17900b05053b0 (diff)
downloadguix-d31301dfe08076e5d229175b2cd093c6fe60a6d5.tar.gz
guix-d31301dfe08076e5d229175b2cd093c6fe60a6d5.zip
gnu: Add python-pyan3.
* gnu/packages/python-xyz.scm (python-pyan3): New variable. * gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch, gnu/packages/patches/python-pyan3-fix-positional-arguments.patch: New files. * gnu/local.mk: Register them.
Diffstat (limited to 'gnu/packages/rsync.scm')
0 files changed, 0 insertions, 0 deletions
'>...This file can be useful to fix a version string when experimenting with 'make release'. * .gitignore: Add a pattern to ignore .tarball-version. Maxim Cournoyer 2021-04-23.gitignore: Ignore release artifacts....Not ignoring these in the tree leads to the next generated version (.version) being suffixed with '-dirty', which confuses things. * .gitignore [/guix-*]: New pattern. [/doc/stamp-[0-9]]: Adjust to ... [/doc/stamp-*]: ... this. [/release-*]: New pattern. Maxim Cournoyer 2021-04-23.gitignore: Ignore generated .pot files....These files are automatically-extracted templates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. Maxim Cournoyer