guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: Remove unused patch 'python2-rdflib-drop-sparqlwrapper.patch


From: guix-commits
Subject: 04/07: gnu: Remove unused patch 'python2-rdflib-drop-sparqlwrapper.patch'.
Date: Mon, 4 Feb 2019 18:20:17 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 5baf78999cbe2c9291db281bfc7f0d3f7ff2555c
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 5 00:10:30 2019 +0100

    gnu: Remove unused patch 'python2-rdflib-drop-sparqlwrapper.patch'.
    
    * gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk                                             |  1 -
 .../patches/python2-rdflib-drop-sparqlwrapper.patch      | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index cd9e824..4ce08a6 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1170,7 +1170,6 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-cffi-x87-stack-clean.patch       \
   %D%/packages/patches/python-fix-tests.patch                  \
   %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \
-  %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
   %D%/packages/patches/python-configobj-setuptools.patch       \
   %D%/packages/patches/python-faker-fix-build-32bit.patch      \
   %D%/packages/patches/python-mox3-python3.6-compat.patch      \
diff --git a/gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch 
b/gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch
deleted file mode 100644
index 53f8fde..0000000
--- a/gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Drop SPARQLWrapper from the required install inputs under Python 2, as it
-creates a circular dependency.
-
-diff -u rdflib-4.1.2.alt/setup.py rdflib-4.1.2/setup.py
---- rdflib-4.1.2.alt/setup.py  2014-03-04 12:40:26.000000000 +0100
-+++ rdflib-4.1.2/setup.py      2015-01-23 21:52:59.000000000 +0100
-@@ -52,7 +52,7 @@
-         kwargs['test_suite'] = "nose.collector"
-         kwargs['install_requires'] = [
-             'isodate',
--            'pyparsing', 'SPARQLWrapper']
-+            'pyparsing']
- 
-         if sys.version_info[1]<7:  # Python 2.6
-             kwargs['install_requires'].append('ordereddict')
-



reply via email to

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