apteryx pushed a commit to branch master
in repository guix.

commit e86c67030a34a0d41bba815afc140d6d6b1e38da
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jan 29 10:24:36 2021 -0500

    gnu: python2-pathpy: Remove package.
    
    * gnu/packages/python-xyz.scm (python2-pathpy): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8c3ab4c..d4db8ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6846,9 +6846,6 @@ releases.")
 common operations on files to be invoked on those path objects directly.")
     (license license:expat)))
 
-(define-public python2-pathpy
-  (package-with-python2 python-pathpy))
-
 (define-public python-simplegeneric
   (package
     (name "python-simplegeneric")

Reply via email to