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-inform. c9a99803dd392969b8dc7f0386c0b99ca40073c9 Tanguy Le Carrour 2020-10-08 12:10:49
gnu: beets: Skip failing tests. 1f1996e6a5cc5203e0534dc26fe51b87832082aa Tanguy Le Carrour 2020-10-08 10:37:04
gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu. 02036cdda4d2600166322a12d3eb0ab2a5b18f4e Ludovic Courtès 2020-10-10 20:28:51
gnu: mig: Define 'mig/32-bit'. 6530f5367c1ba0ef4de59d865c0aaa184f868f5a Ludovic Courtès 2020-10-10 20:26:14
svn-download, hg-download: Use 'report-invoke-error'. b55409b2c0a0cb53f251ceab7746d35805b64ab7 Ludovic Courtès 2020-10-09 22:03:57
gnu: obs: Fix missing icons. 45cad97d9ee15a4b43e83d735185ff633a95cc09 Oleg Pykhalov 2020-10-10 19:50:26
gnu; sudo: Remove 'groff' input when building for the Hurd. e42765b675d5f3fced0720c1a66350c635fd8643 Jan (janneke) Nieuwenhuizen 2020-10-10 16:22:22
gnu: acl: Disable tests for the Hurd. 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6 Jan (janneke) Nieuwenhuizen 2020-10-10 16:20:09
gnu: Add nmrpflash. 93d3cfec32bbbe1dfbe0be686b371973545b35b8 Danny Milosavljevic 2020-10-10 16:13:51
gnu: Add perl-opengl. 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 Andreas Enge 2020-10-05 22:43:45
gnu: stumpwm: Fix the Texinfo manual. afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 Tobias Geerinckx-Rice 2020-10-10 12:01:36
services: hurd-vm: Add 'gdb-minimal' to the default OS. cf197bff6ae1aec76ca05288a09a3631e46077e7 Ludovic Courtès 2020-10-09 21:57:31
gnu: source-highlight: Allow cross-compilation. 2f4b51ab22b312b11656f70e2dd08290592358d3 Ludovic Courtès 2020-10-09 21:31:18
gnu: boost: Allow compilation on/to GNU/Hurd. 7b7b468ea401caca306f01c679d39ee09ef99be7 Ludovic Courtès 2020-10-09 21:18:09
Revert "gnu: guix: Update to commit 5918cb5." a279f7c61c61d821d481c6c241372bd5bd1dcf67 Maxim Cournoyer 2020-10-09 21:54:21
system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. d56d79b17630aa6849503db6c6f3a2a649c6ca33 Jan (janneke) Nieuwenhuizen 2020-10-09 21:12:43
system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'. 1103f878054a3da5c579b1144defd0014abff775 Jan (janneke) Nieuwenhuizen 2020-10-09 21:02:52
system: hurd: Add PAM support with shadow and sudo. 16f8ea064cde3ee4ef36212cdbdef90e98ba6914 Jan (janneke) Nieuwenhuizen 2020-10-09 20:55:46
gnu: guix: Update to commit 5918cb5. f08587682a631d3fe30159af838c6766dd65205b Maxim Cournoyer 2020-10-09 21:23:22
doc: Sync the client and daemon --rounds options documentation. 5918cb5341ecd76304eef2cb529e20896b56f4e5 Maxim Cournoyer 2020-10-09 20:50:01
Commit c9a99803dd392969b8dc7f0386c0b99ca40073c9 - gnu: Add python-inform.
* gnu/packages/python-xyz.scm (python-inform): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Author: Tanguy Le Carrour
Author date (UTC): 2020-10-08 12:10
Committer name: Ludovic Courtès
Committer date (UTC): 2020-10-10 20:40
Parent(s): 1f1996e6a5cc5203e0534dc26fe51b87832082aa
Signer:
Signing key: 090B11993D9AEBB5
Signing status: E
Tree: ef7bc626c6858a555851b636a93c2f3b279d27e9
File Lines added Lines deleted
gnu/packages/python-xyz.scm 29 0
File gnu/packages/python-xyz.scm changed (mode: 100644) (index 0670eb7e08..37f911b512)
... ... CSL 1.0.1 specification. citeproc-py can output styled citations and
22161 22161 bibliographies in a number of different output formats. Currently supported bibliographies in a number of different output formats. Currently supported
22162 22162 are plain text, reStructuredText and HTML.") are plain text, reStructuredText and HTML.")
22163 22163 (license license:bsd-2))) (license license:bsd-2)))
22164
22165 (define-public python-inform
22166 (package
22167 (name "python-inform")
22168 (version "1.23.0")
22169 (source
22170 (origin
22171 (method url-fetch)
22172 (uri (pypi-uri "inform" version))
22173 (sha256
22174 (base32
22175 "0dvc5klbnbryrvspp45nmlg02g40j7xspcz7lqsm0c0dj0z29zdz"))))
22176 (build-system python-build-system)
22177 (arguments
22178 `(#:tests? #f)) ; PyPI tarball lacks tests
22179 (native-inputs
22180 `(("python-hypothesis" ,python-hypothesis)
22181 ("python-pytest-cov" ,python-pytest-cov)
22182 ("python-pytest-runner" ,python-pytest-runner)))
22183 (propagated-inputs
22184 `(("python-arrow" ,python-arrow)
22185 ("python-six" ,python-six)))
22186 (home-page "https://inform.readthedocs.io")
22187 (synopsis "Print & logging utilities for communicating with user")
22188 (description
22189 "Inform is designed to display messages from programs that are typically run from
22190 a console. It provides a collection of ‘print’ functions that allow you to simply and
22191 cleanly print different types of messages.")
22192 (license license:gpl3+)))
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