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') value='803b9736689e2e3a772848f8a41c24488fb692b4'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/swig.scm
AgeCommit message (Expand)Author
2019-02-09gnu: swig: Fix FTBFS with GCC >= 6....Marius Bakke
2018-10-18gnu: swig: Fix build on i686....Marius Bakke
2018-05-30Revert "gnu: swig: Patch for Octave 4.4."...Mark H Weaver
2018-05-29gnu: swig: Patch for Octave 4.4....Kei Kebreau
2017-06-14gnu: swig: Fix build with Perl 5.26.0....Leo Famulari
2017-06-14gnu: swig: Update to 3.0.12....Leo Famulari
2016-11-21gnu: swig: Update to 3.0.10....Leo Famulari
2016-07-29Merge branch 'master' into core-updatesMark H Weaver
2016-07-29gnu: Use define-public to export packages....David Craven
2016-07-22Merge branch 'master' into core-updates...Leo Famulari
2016-07-21gnu: Update URLs for sourceforge.net....Leo Famulari
2016-06-13gnu: swig: Adjust to pcre output split....Ludovic Courtès
2015-06-18gnu: swig: Update to 3.0.5....Mark H Weaver