Package Details: python-numpysane 0.40-1

Git Clone URL: https://aur.archlinux.org/python-numpysane.git (read-only, click to copy)
Package Base: python-numpysane
Description: More reasonable core functionality for numpy
Upstream URL: https://github.com/dkogan/numpysane
Licenses: LGPL3
Submitter: pineappletoad
Maintainer: 0e4ef622
Last Packager: 0e4ef622
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-23 11:42 (UTC)
Last Updated: 2024-03-31 14:48 (UTC)

Latest Comments

gbin commented on 2024-01-20 20:00 (UTC)

I had to do that to make it compile:

diff --git a/PKGBUILD b/PKGBUILD                                                                                                                                                                                                                                                                                                                            
index 986b3da..f8576b5 100644                                                                                                                                                                                                                                                                                                                               
--- a/PKGBUILD                                                                                                                                                                                                                                                                                                                                              
+++ b/PKGBUILD                                                                                                                                                                                                                                                                                                                                              
@@ -7,10 +7,8 @@ pkgdesc="More reasonable core functionality for numpy"                                                                                                                                                                                                                                                                                     
 arch=('i686' 'x86_64')                                                                                                                                                                                                                                                                                                                                     
 url="https://github.com/dkogan/numpysane"                                                                                                                                                                                                                                                                                                                  
 license=('LGPL3')                                                                                                                                                                                                                                                                                                                                          
-groups=('')                                                                                                                                                                                                                                                                                                                                                
 depends=('python-numpy')                                                                                                                                                                                                                                                                                                                                   
 makedepends=('python-setuptools')                                                                                                                                                                                                                                                                                                                          
-optdepends=('')                                                                                                                                                                                                                                                                                                                                            
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")                                                                                                                                                                                                                                                         
 md5sums=('1d7aef04459ab492b6e5fa1aec64f2a5')