maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: Add python-black-macchiato. d4a81f5b0c17c51155e96250cbde7342e386773c Joseph LaFreniere 2020-10-04 22:29:17
gnu: zrythm: Update to 1.0.0-alpha.3.0.1. f7c031d15565f9858afbfd9f92e264186880959b Alexandros Theodotou 2020-10-02 17:19:00
gnu: stockfish: Fix typo in description. 8416f0f26cf2904de23ac20fba5d122cf86f9bf0 Tobias Geerinckx-Rice 2020-10-06 09:02:10
gnu: libbpf: Fix erroneous use of DESTDIR. 36c737a9c3d906e85c97c919cd6ddb4f95eca2c9 Tobias Geerinckx-Rice 2020-10-06 08:28:29
build: svn: Handle fetch errors. 2fb12dd1bb725592e1561ac8f4b32fb68accb161 zimoun 2020-10-05 16:47:39
build: hg: Handle fetch errors. a5a3f813c74aa8143af1e42a3d754f1bf7be2fb0 zimoun 2020-10-05 16:36:34
gnu: chatty: Update to 0.1.16. 32530a66508e4cfe2eb96e43054af85e97433f93 Michael Rohleder 2020-10-05 06:57:44
gnu: emacs-dtrt-indent: Update to 1.2. 89ca634050a985e672beb10afb9cc0f3f06dce27 Joseph LaFreniere 2020-10-04 18:58:06
gnu: emacs-helpful: Update to 0.18. 79fa492fb5f3edd4075a19d1894dde93c2b0c0b0 Michael Rohleder 2020-10-04 10:17:47
gnu: Add memkind. a6d78f2bbae64ba0be03c734871035217071112f Danny Milosavljevic 2020-10-06 07:54:31
images: Add pine64-barebones-raw-image. 8a4f1eef98490827b331460d7432de843926869b Mathieu Othacehe 2020-10-06 07:50:55
build-system/cargo: Don't install .crates.toml file. c1cc0c4865a8bfff43c5c9bd6ae8dcadb061c8a0 Efraim Flashner 2020-10-06 07:29:47
gnu: emacs-ivy-posframe: Update to 0.5.0. 3b186ab72b135f0b9cbc3a59c4d8b6cee99b6e73 Nicolas Goaziou 2020-10-06 07:09:48
gnu: vlang: Correctly refer to output directories. 527b27f14c110bda4c02bc3f6ee2efb1129458c4 Efraim Flashner 2020-10-06 06:45:13
gnu: vlang: Use cc-for-target. 6450070b9197516f84ff15d8c8653544ea1fb119 Efraim Flashner 2020-10-06 06:44:25
services: dnsmasq: Add TFTP configuration fields. 34d1c0a03b51fdaef26a3bc630ab096da740e1d6 Danny Milosavljevic 2020-09-27 19:06:30
gnu: lsh: Enable some tests. 3e34f89980416a3b2f8637b3f7d15e35ff56e92d Maxim Cournoyer 2020-10-06 03:52:24
gnu: lsh: Fix X11 forwarding. 0ec195ff02f2817bc52f9c06b85a89b414b0b28c Maxim Cournoyer 2020-10-06 03:48:45
gnu: perl-cgi: Update to 4.51. fb81bd9e0bcd12bd371ec8b87f5ade777995e6c4 Tobias Geerinckx-Rice 2020-10-06 00:53:24
gnu: python-flake8: Update to 3.8.4. f6a087a68fa133649940a35011692944c4426dfb Tobias Geerinckx-Rice 2020-10-06 00:53:13
Commit d4a81f5b0c17c51155e96250cbde7342e386773c - gnu: Add python-black-macchiato.
* gnu/packages/python-xyz.scm (python-black-macchiato): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Author: Joseph LaFreniere
Author date (UTC): 2020-10-04 22:29
Committer name: Mathieu Othacehe
Committer date (UTC): 2020-10-06 09:39
Parent(s): f7c031d15565f9858afbfd9f92e264186880959b
Signer:
Signing key: 8354763531769CA6
Signing status: E
Tree: 37dc81cb601844200fe97ca1a2c4fbbaad95315d
File Lines added Lines deleted
gnu/packages/python-xyz.scm 21 0
File gnu/packages/python-xyz.scm changed (mode: 100644) (index 716f1d085f..89d16ce2fb)
... ... matching of file paths.")
4077 4077 (description "Black is the uncompromising Python code formatter.") (description "Black is the uncompromising Python code formatter.")
4078 4078 (license license:expat))) (license license:expat)))
4079 4079
4080 (define-public python-black-macchiato
4081 (package
4082 (name "python-black-macchiato")
4083 (version "1.3.0")
4084 (source
4085 (origin
4086 (method url-fetch)
4087 (uri (pypi-uri "black-macchiato" version))
4088 (sha256
4089 (base32
4090 "1drp5p697ni1xn5y2lbjpalgpkzy2i4cyxjj5pk4dxr0vk97dd7i"))))
4091 (build-system python-build-system)
4092 (propagated-inputs
4093 `(("python-black" ,python-black)))
4094 (home-page "https://github.com/wbolster/black-macchiato")
4095 (synopsis "Partial @code{python-black} formatting")
4096 (description
4097 "This package is built on top the @{python-black} code formatter to
4098 enable formatting of partial files.")
4099 (license license:bsd-3)))
4100
4080 4101 (define-public python-blinker (define-public python-blinker
4081 4102 (package (package
4082 4103 (name "python-blinker") (name "python-blinker")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main