gnu: Remove python2-booleanoperations.
* gnu/packages/python-xyz.scm (python2-booleanoperations): Delete variable.
This commit is contained in:
parent
5b93a4325a
commit
f0713c6fe7
1 changed files with 0 additions and 25 deletions
|
@ -21626,31 +21626,6 @@ Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).")
|
|||
(define-public python2-pyclipper
|
||||
(package-with-python2 python-pyclipper))
|
||||
|
||||
(define-public python2-booleanoperations
|
||||
(package
|
||||
(name "python2-booleanoperations")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "booleanOperations" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hw42fazdpvsn77glx96hwsj9l17mvx37sc5707s08y5w6fx16mn"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
(list unzip python2-pytest python2-pytest-runner))
|
||||
(propagated-inputs
|
||||
(list python2-fonttools python2-pyclipper python2-ufolib))
|
||||
(home-page "https://github.com/typemytype/booleanOperations")
|
||||
(synopsis "Boolean operations on paths")
|
||||
(description
|
||||
"BooleanOperations provides a Python library that enables
|
||||
boolean operations on paths.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-tempdir
|
||||
(package
|
||||
(name "python-tempdir")
|
||||
|
|
Reference in a new issue