Archived
1
0
Fork 0

gnu: Remove python2-booleanoperations.

* gnu/packages/python-xyz.scm (python2-booleanoperations): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:22:06 -04:00
parent 5b93a4325a
commit f0713c6fe7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")