gnu: Remove python2-parse-type.
* gnu/packages/python-xyz.scm (python2-parse-type): Delete variable.
This commit is contained in:
		
							parent
							
								
									c7353caca5
								
							
						
					
					
						commit
						059365b969
					
				
					 1 changed files with 1 additions and 12 deletions
				
			
		| 
						 | 
					@ -2922,20 +2922,9 @@ backported for previous versions of Python from 2.4 to 3.3.")
 | 
				
			||||||
    (native-inputs (list python-pytest))
 | 
					    (native-inputs (list python-pytest))
 | 
				
			||||||
    (home-page "https://github.com/jenisys/parse_type")
 | 
					    (home-page "https://github.com/jenisys/parse_type")
 | 
				
			||||||
    (synopsis "Extended parse module")
 | 
					    (synopsis "Extended parse module")
 | 
				
			||||||
    (description
 | 
					    (description "Parse_type extends the python parse module.")
 | 
				
			||||||
     "Parse_type extends the python parse module.")
 | 
					 | 
				
			||||||
    (properties
 | 
					 | 
				
			||||||
     `((python2-variant . ,(delay python2-parse-type))))
 | 
					 | 
				
			||||||
    (license license:bsd-3)))
 | 
					    (license license:bsd-3)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python2-parse-type
 | 
					 | 
				
			||||||
  (let ((base (package-with-python2
 | 
					 | 
				
			||||||
                (strip-python2-variant python-parse-type))))
 | 
					 | 
				
			||||||
    (package/inherit base
 | 
					 | 
				
			||||||
      (propagated-inputs
 | 
					 | 
				
			||||||
       `(("python2-enum34" ,python2-enum34)
 | 
					 | 
				
			||||||
         ,@(package-propagated-inputs base))))))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public python-parse
 | 
					(define-public python-parse
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-parse")
 | 
					    (name "python-parse")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue