gnu: python-zope-configuration: Update to 4.3.1.
* gnu/packages/python-web.scm (python-zope-configuration): Update to 4.3.1. [native-inputs]: Add PYTHON-ZOPE-TESTING and PYTHON-ZOPE-TESTRUNNER. [propagated-inputs]: Add PYTHON-ZOPE-INTERFACE.
This commit is contained in:
		
							parent
							
								
									a1e9c929fa
								
							
						
					
					
						commit
						2585304c6e
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -1148,18 +1148,22 @@ defining data schemas.") | ||||||
| (define-public python-zope-configuration | (define-public python-zope-configuration | ||||||
|   (package |   (package | ||||||
|     (name "python-zope-configuration") |     (name "python-zope-configuration") | ||||||
|     (version "4.0.3") |     (version "4.3.1") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (pypi-uri "zope.configuration" version)) |               (uri (pypi-uri "zope.configuration" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n")))) |                 "1qb88764fd7nkkmqv7fl9bxd1jirynkg5vbqkpqdiffnkxzp85kf")))) | ||||||
|     (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-testing" ,python-zope-testing) | ||||||
|  |        ("python-zope-testrunner" ,python-zope-testrunner))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid) |      `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid) | ||||||
|  |        ("python-zope-interface" ,python-zope-interface) | ||||||
|        ("python-zope-schema" ,python-zope-schema))) |        ("python-zope-schema" ,python-zope-schema))) | ||||||
|     (home-page "https://pypi.org/project/zope.configuration/") |     (home-page "https://pypi.org/project/zope.configuration/") | ||||||
|     (synopsis "Zope Configuration Markup Language") |     (synopsis "Zope Configuration Markup Language") | ||||||
|  |  | ||||||
		Reference in a new issue