[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/32: gnu: Add python-no-version.
From: |
guix-commits |
Subject: |
22/32: gnu: Add python-no-version. |
Date: |
Wed, 16 Feb 2022 11:39:39 -0500 (EST) |
nckx pushed a commit to branch wip-python-mne
in repository guix.
commit 79cd1f1b74cea2e8908f97cf6bcec78cccd8dbe0
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Feb 7 00:20:22 2022 +0100
gnu: Add python-no-version.
* gnu/packages/python-xyz.scm (python-no-version): New variable.
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 918e4b805f..7d3a57c5de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25815,6 +25815,23 @@ function.")
python-setuptools-scm python-pytest-cases
python-pytest-harvest))))
+(define-public python-no-version
+ (package
+ (name "python-no-version")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "no_version" version))
+ (sha256
+ (base32 "1y58fkwg4s96hbz3hnqj2nd8a0pimrmpk4ry1z5pwzxlyx0k66rf"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/prisae/no_version")
+ (synopsis "Package without __version__ number.")
+ (description "This package demonstrates an example of a package without a
+__version__ number.")
+ (license license:cc0)))
+
(define-public python-frozendict
(package
(name "python-frozendict")
- 16/32: gnu: Add python-pytest-steps., (continued)
- 16/32: gnu: Add python-pytest-steps., guix-commits, 2022/02/16
- 32/32: gnu: Add python-mne., guix-commits, 2022/02/16
- 12/32: gnu: Add a test-less python-pytest-cases., guix-commits, 2022/02/16
- 04/32: gnu: Add python-nibabel., guix-commits, 2022/02/16
- 11/32: gnu: Add a test-less python-pytest-steps., guix-commits, 2022/02/16
- 26/32: gnu: Add python-nilearn., guix-commits, 2022/02/16
- 23/32: gnu: Add python-pyperf., guix-commits, 2022/02/16
- 30/32: gnu: Add python-pyvistaqt., guix-commits, 2022/02/16
- 06/32: gnu: Add python-flake8-array-spacing., guix-commits, 2022/02/16
- 15/32: gnu: Add python-pytest-harvest., guix-commits, 2022/02/16
- 22/32: gnu: Add python-no-version.,
guix-commits <=
- 25/32: gnu: Add python-scooby., guix-commits, 2022/02/16
- 01/32: gnu: Add python-imageio-ffmpeg., guix-commits, 2022/02/16
- 10/32: gnu: Add a test-less python-pytest-harvest., guix-commits, 2022/02/16
- 31/32: gnu: Add python-mffpy., guix-commits, 2022/02/16
- 29/32: gnu: Add python-pytest-memprof., guix-commits, 2022/02/16
- 17/32: gnu: python-pooch: Update to 1.6.0., guix-commits, 2022/02/16
- 19/32: gnu: Add python-pymatreader., guix-commits, 2022/02/16
- 28/32: gnu: Add python-pyvista., guix-commits, 2022/02/16
- 05/32: gnu: Add python-nitime., guix-commits, 2022/02/16