gnu: python-pyowm: Update to 3.3.0.
* gnu/packages/python-web.scm (python-pyowm): Update to 3.3.0. [build-system]: Use pyproject build system. [arguments]: Run unit tests. [native-inputs]: Add python-pytest. [propagated-inputs]: Add python-geojson-for-pyowm. Change-Id: Ifde514f971cf3821905d9f1beb491a53e7799325
This commit is contained in:
		
							parent
							
								
									79b1f40176
								
							
						
					
					
						commit
						325fed4c15
					
				
					 1 changed files with 15 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -6997,15 +6997,24 @@ changed the process is restarted.")
 | 
			
		|||
(define-public python-pyowm
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-pyowm")
 | 
			
		||||
    (version "3.2.0")
 | 
			
		||||
    (version "3.3.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "pyowm" version))
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/csparpa/pyowm")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1pm8w6phr4m3xayndfndid366vhf1fpvdgjsp2zicxarmgc0pm53"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (propagated-inputs (list python-geojson python-pysocks python-requests))
 | 
			
		||||
        (base32
 | 
			
		||||
         "1ha4pp96y3jk33qnyir5851cnj4dc06q6wqn1b0w54l3fsds28vi"))))
 | 
			
		||||
    (build-system pyproject-build-system)
 | 
			
		||||
    (arguments (list #:test-flags #~(list "tests/unit")))
 | 
			
		||||
    (native-inputs (list python-pytest))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list python-geojson-for-pyowm
 | 
			
		||||
           python-pysocks
 | 
			
		||||
           python-requests))
 | 
			
		||||
    (home-page "https://github.com/csparpa/pyowm")
 | 
			
		||||
    (synopsis "Python wrapper around OpenWeatherMap web APIs")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue