gnu: python-setuptools-scm: Update to 1.9.0.
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0. [native-inputs]: Add python-setuptools.
This commit is contained in:
		
							parent
							
								
									97003b5ccc
								
							
						
					
					
						commit
						383af6b096
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2015 Ben Woodcroft <donttrustben@gmail.com>
 | 
					;;; Copyright © 2015 Ben Woodcroft <donttrustben@gmail.com>
 | 
				
			||||||
;;; Copyright © 2015 Erik Edrosa <erik.edrosa@gmail.com>
 | 
					;;; Copyright © 2015 Erik Edrosa <erik.edrosa@gmail.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -3895,20 +3896,19 @@ child application and control it as if a human were typing commands.")
 | 
				
			||||||
(define-public python-setuptools-scm
 | 
					(define-public python-setuptools-scm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-setuptools-scm")
 | 
					    (name "python-setuptools-scm")
 | 
				
			||||||
    (version "1.8.0")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://pypi.python.org/packages/source/s/"
 | 
					              (uri (pypi-uri "setuptools_scm" version))
 | 
				
			||||||
                                  "setuptools_scm/setuptools_scm-"
 | 
					 | 
				
			||||||
                                  version ".tar.bz2"))
 | 
					 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "00p60v2yfqy1r58pjcx9wy6dvqd7wkpfs5z1dzwf7y75c1g3dgyx"))))
 | 
					                "0y24bl893zk6nrklbvdrlmpkalf214zjn6k1xrglljd29rrn4wxi"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (native-inputs `(("python-setuptools" ,python-setuptools)))
 | 
				
			||||||
    (home-page "https://github.com/pypa/setuptools_scm/")
 | 
					    (home-page "https://github.com/pypa/setuptools_scm/")
 | 
				
			||||||
    (synopsis "Manage Python package versions in SCM metadata")
 | 
					    (synopsis "Manage Python package versions in SCM metadata")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "setuptools_scm handles managing your Python package versions in
 | 
					     "Setuptools_scm handles managing your Python package versions in
 | 
				
			||||||
@dfn{software configuration management} (SCM) metadata instead of declaring
 | 
					@dfn{software configuration management} (SCM) metadata instead of declaring
 | 
				
			||||||
them as the version argument or in a SCM managed file.")
 | 
					them as the version argument or in a SCM managed file.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue