[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python2-pytest-runner, python2-msgpack: Remove duplicate def
From: |
Hartmut Goebel |
Subject: |
01/07: gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions. |
Date: |
Thu, 13 Oct 2016 15:23:24 +0000 (UTC) |
htgoebel pushed a commit to branch master
in repository guix.
commit 32d045683d2db1e33bc8fa1b77d1ef90ca2ddb66
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 10 11:45:05 2016 +0200
gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.
* gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove
duplicate definition. (python2-msgpack): Was defined twice, but
differently,
remove the obviously wrong second definition.
---
gnu/packages/python.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a9fd8eb..3c3a00c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1715,9 +1715,6 @@ supports coverage of subprocesses.")
(native-inputs `(("python2-setuptools" ,python2-setuptools)
,@(package-native-inputs base))))))
-(define-public python2-pytest-runner
- (package-with-python2 python-pytest-runner))
-
(define-public python-pytest-mock
(package
(name "python-pytest-mock")
@@ -5754,9 +5751,6 @@ reading and writing MessagePack data.")
(native-inputs
`(("python2-setuptools" ,python2-setuptools)))))
-(define-public python2-msgpack
- (package-with-python2 python-msgpack))
-
(define-public python-netaddr
(package
(name "python-netaddr")
- branch master updated (c8ed730 -> 635a7af), Hartmut Goebel, 2016/10/13
- 06/07: gnu: python-pathlib: Update description., Hartmut Goebel, 2016/10/13
- 02/07: gnu: python-pytest-xdist: Remove python byte-code files from source., Hartmut Goebel, 2016/10/13
- 05/07: gnu: python-keyring: Update home-page url., Hartmut Goebel, 2016/10/13
- 01/07: gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.,
Hartmut Goebel <=
- 04/07: gnu: python-pylockfile: Update home-page url., Hartmut Goebel, 2016/10/13
- 03/07: gnu: python-zope-testing: Strip byte-code and backup-files from source., Hartmut Goebel, 2016/10/13
- 07/07: guix: python-build-system: Fix an outdated comment., Hartmut Goebel, 2016/10/13