mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
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
|
(define-public python2-pyclipper
|
||||||
(package-with-python2 python-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
|
(define-public python-tempdir
|
||||||
(package
|
(package
|
||||||
(name "python-tempdir")
|
(name "python-tempdir")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue