[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: Add python-bagit.
From: |
guix-commits |
Subject: |
05/11: gnu: Add python-bagit. |
Date: |
Mon, 23 Nov 2020 08:45:45 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f00165a7369c12ca5653673963af9eb8f34823c8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 23 10:16:19 2020 +0200
gnu: Add python-bagit.
* gnu/packages/python-xyz.scm (python-bagit): New variable.
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08bef1f..23fbed4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -56,6 +56,7 @@
;;; Copyright © 2018, 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2018 Luther Thompson <lutheroto@gmail.com>
;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
+;;; Copyright © 2018 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2019 Sam <smbaines8@gmail.com>
;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
@@ -16254,6 +16255,29 @@ and integration into other projects.")
(propagated-inputs
`(("python2-selectors2" ,python2-selectors2))))))
+(define-public python-bagit
+ (package
+ (name "python-bagit")
+ (version "1.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "bagit" version))
+ (sha256
+ (base32
+ "1m6y04qmig0b5hzb35lnaw3d2yfydb7alyr1579yblvgs3da6j7j"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)
+ ("python-coverage" ,python-coverage)
+ ("python-mock" ,python-mock)))
+ (home-page "https://libraryofcongress.github.io/bagit-python/";)
+ (synopsis "Create and validate BagIt packages")
+ (description "Bagit is a Python library and command line utility for
working
+with BagIt style packages. BagIt is a minimalist packaging format for digital
+preservation.")
+ (license license:cc0)))
+
(define-public python-validators
(package
(name "python-validators")
- branch master updated (d9e57db -> 964bc9e), guix-commits, 2020/11/23
- 05/11: gnu: Add python-bagit.,
guix-commits <=
- 01/11: gnu: grub: Fix cross-compiling for other architectures., guix-commits, 2020/11/23
- 03/11: gnu: python-pydot: Run tests., guix-commits, 2020/11/23
- 07/11: gnu: Add python-cachecontrol-0.11., guix-commits, 2020/11/23
- 02/11: gnu: python-pydot: Update to 1.4.1., guix-commits, 2020/11/23
- 04/11: gnu: python-pydot: Update home-page URI., guix-commits, 2020/11/23
- 06/11: gnu: Add python-prov., guix-commits, 2020/11/23
- 08/11: gnu: Add python-schema-salad., guix-commits, 2020/11/23
- 09/11: gnu: Add python-arcp., guix-commits, 2020/11/23
- 11/11: gnu: Add cwltool., guix-commits, 2020/11/23
- 10/11: gnu: Add python-shellescape., guix-commits, 2020/11/23