[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python2-shapely: Remove package.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python2-shapely: Remove package. |
Date: |
Mon, 24 May 2021 19:18:06 -0400 |
This is an automated email from the git hooks/post-receive script.
hoebjo pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3aea143 gnu: python2-shapely: Remove package.
3aea143 is described below
commit 3aea1433f110c4c0acb75920b10c92de92996adb
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Tue May 25 01:15:08 2021 +0200
gnu: python2-shapely: Remove package.
* gnu/packages/python-xyz.scm (python2-shapely): Delete variable.
---
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 25f986e..770beb0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -861,9 +861,6 @@ module and then similar looking characters are removed.")
and function call return values in a human-readable way.")
(license license:asl2.0)))
-(define-public python2-shapely
- (package-with-python2 python-shapely))
-
(define-public python-clyent
(package
(name "python-clyent")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python2-shapely: Remove package.,
guix-commits <=