[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/233: gnu: python-ghp-import: Update to 2.0.2.
From: |
guix-commits |
Subject: |
188/233: gnu: python-ghp-import: Update to 2.0.2. |
Date: |
Sun, 24 Apr 2022 23:40:03 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit a0c8c977dddaf1036f69f7f3012c604165efe04a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 16:42:23 2022 -0400
gnu: python-ghp-import: Update to 2.0.2.
* gnu/packages/version-control.scm (python-ghp-import): Update to 2.0.2.
[propagated-inputs]: Add python-dateutil.
(python2-ghp-import): Delete variable.
---
gnu/packages/version-control.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d77c2e51f6..1726ffe095 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -33,7 +33,7 @@
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
-;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Léo Le Bouter <lle-bout@zaclys.net>
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
@@ -1111,7 +1111,7 @@ repository")
(define-public python-ghp-import
(package
(name "python-ghp-import")
- (version "0.5.5")
+ (version "2.0.2")
(source
(origin
(method git-fetch)
@@ -1120,7 +1120,7 @@ repository")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "12pmw3zz3i57ljnm0rxdyjqdyhisbvy18mjwkb3bzp5pgzs2f45c"))))
+ (base32 "0i4lxsgqri1y8sw4k44bkwbzmdmk4vpmdi882mw148j8gk4i7vvj"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -1131,6 +1131,7 @@ repository")
(licenses (string-append out "/share/licenses")))
(install-file "README.md" doc)
(install-file "LICENSE" licenses)))))))
+ (propagated-inputs (list python-dateutil))
(home-page "https://github.com/davisp/ghp-import")
(synopsis "Copy directory to the gh-pages branch")
(description "Script that copies a directory to the gh-pages branch (by
@@ -1141,10 +1142,6 @@ default) of the repository.")
"https://raw.githubusercontent.com/davisp/ghp-import/master/LICENSE"
"Tumbolia Public License"))))
-(define-public python2-ghp-import
- (package-with-python2
- (strip-python2-variant python-ghp-import)))
-
(define-public python-gitdb
(package
(name "python-gitdb")
- 159/233: gnu: python-pandas: Update to 1.4.2., (continued)
- 159/233: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/24
- 160/233: gnu: python-scikit-learn: Parallelize build and test suite., guix-commits, 2022/04/24
- 163/233: gnu: python-jupyter-server: Update to 1.16.0., guix-commits, 2022/04/24
- 165/233: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/04/24
- 169/233: gnu: xeus: Update to 2.4.1., guix-commits, 2022/04/24
- 172/233: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/04/24
- 176/233: gnu: Add python-bson., guix-commits, 2022/04/24
- 183/233: gnu: Add python-toolrack., guix-commits, 2022/04/24
- 173/233: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/04/24
- 185/233: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/04/24
- 188/233: gnu: python-ghp-import: Update to 2.0.2.,
guix-commits <=
- 191/233: gnu: Add python-crccheck., guix-commits, 2022/04/24
- 196/233: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/04/24
- 198/233: gnu: Add python-pydyf., guix-commits, 2022/04/24
- 202/233: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/04/24
- 200/233: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 201/233: gnu: markets: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 205/233: gnu: python-keyring: Fix test suite., guix-commits, 2022/04/24
- 206/233: gnu: Remove python2-keyring., guix-commits, 2022/04/24
- 210/233: snippets: Add a 'remove' snippet., guix-commits, 2022/04/24
- 211/233: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/04/24