guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pytest: Change address@hidden users to use regular py


From: Marius Bakke
Subject: 01/01: gnu: python-pytest: Change address@hidden users to use regular pytest.
Date: Tue, 5 Dec 2017 17:56:23 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e09bb8a4f6d82c11b40c70543f81b7feb56d0526
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 5 23:52:50 2017 +0100

    gnu: python-pytest: Change address@hidden users to use regular pytest.
    
    * gnu/packages/fontutils.scm (python2-ufolib, 
python2-defcon)[native-inputs]:
    Change PYTHON2-PYTEST-3.0 to PYTHON2-PYTEST.
    * gnu/packages/python.scm (python2-booleanoperations)[native-inputs]: 
Likewise.
    (python-setuptools-scm-git-archive)[native-inputs]: Change PYTHON-PYTEST-3.0
    to PYTHON-PYTEST.
---
 gnu/packages/fontutils.scm | 4 ++--
 gnu/packages/python.scm    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d2306a9..273f7f5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -577,7 +577,7 @@ generate bitmaps.")
      `(("python2-fonttools" ,python2-fonttools)))
     (native-inputs
      `(("unzip" ,unzip)
-       ("python2-pytest-3.0" ,python2-pytest-3.0)
+       ("python2-pytest" ,python2-pytest)
        ("python2-pytest-runner" ,python2-pytest-runner)))
     (home-page "https://github.com/unified-font-object/ufoLib";)
     (synopsis "Low-level UFO reader and writer")
@@ -602,7 +602,7 @@ files.  UFO is a file format that stores fonts source 
files.")
      `(#:python ,python-2))
     (native-inputs
      `(("unzip" ,unzip)
-       ("python2-pytest-3.0" ,python2-pytest-3.0)
+       ("python2-pytest" ,python2-pytest)
        ("python2-pytest-runner" ,python2-pytest-runner)))
     (propagated-inputs
      `(("python2-fonttools" ,python2-fonttools)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index abc3931..4219e5c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11944,7 +11944,7 @@ services.")
          "1nii1sz5jq75ilf18bjnr11l9rz1lvdmyk66bxl7q90qan85yhjj"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-pytest-3.0" ,python-pytest-3.0)))
+     `(("python-pytest" ,python-pytest)))
     (propagated-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)))
     (home-page "https://github.com/Changaco/setuptools_scm_git_archive/";)
@@ -12002,7 +12002,7 @@ belong to tagged versions.")
      `(#:python ,python-2))
     (native-inputs
      `(("unzip" ,unzip)
-       ("python2-pytest-3.0" ,python2-pytest-3.0)
+       ("python2-pytest" ,python2-pytest)
        ("python2-pytest-runner" ,python2-pytest-runner)))
     (propagated-inputs
      `(("python-fonttools" ,python2-fonttools)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]