gnu: python-zope-proxy: Update to 4.3.4.
* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.4. [native-inputs]: Add PYTHON-ZOPE-TESTRUNNER.
This commit is contained in:
		
							parent
							
								
									2585304c6e
								
							
						
					
					
						commit
						a3a7a03312
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -1177,17 +1177,19 @@ Markup Language.")
 | 
				
			||||||
(define-public python-zope-proxy
 | 
					(define-public python-zope-proxy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-zope-proxy")
 | 
					    (name "python-zope-proxy")
 | 
				
			||||||
    (version "4.1.6")
 | 
					    (version "4.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "zope.proxy" version))
 | 
					       (uri (pypi-uri "zope.proxy" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0pqwwmvm1prhwv1ziv9lp8iirz7xkwb6n2kyj36p2h0ppyyhjnm4"))))
 | 
					         "1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
 | 
					     '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("python-zope-testrunner" ,python-zope-testrunner)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-zope-interface" ,python-zope-interface)))
 | 
					     `(("python-zope-interface" ,python-zope-interface)))
 | 
				
			||||||
    (home-page "https://pypi.org/project/zope.proxy/")
 | 
					    (home-page "https://pypi.org/project/zope.proxy/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue