Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: pintman on April 21, 2018, 06:09:50 AM

Title: No answer for package submission
Post by: pintman on April 21, 2018, 06:09:50 AM
Hi,

I proposed a package submission for numpy for picore. I sent the the first submission on april 9th and some follow ups afterwards. Sadly I didn't get any response. :( Did I use the wrong email address (picoresubmit@gmail.com and tcesubmit@gmail.com) or was my mail sort out by your spam tools?
Title: Re: No answer for package submission
Post by: bmarkus on April 21, 2018, 06:45:08 AM
Found in the spam folder. Will check it in the next days.
Title: Re: No answer for package submission
Post by: pintman on April 21, 2018, 09:21:08 AM
I thought so. :)
Title: Re: No answer for package submission
Post by: pintman on May 07, 2018, 02:05:58 AM
I added the "project" to github. Now the files can be downloaded from there as well.

https://github.com/pintman/picore-numpy/releases/tag/v0.1

If anything is missing or I did wrong, pleas feel free to say it to me. I haven't done any submissions to picore before.
Title: Re: No answer for package submission
Post by: Juanito on May 07, 2018, 03:37:08 AM
posted - thanks for your contribution

Please note:

* I removed the *.pyc files, which are not needed
* the library files were not stripped..

..for example:
Code: [Select]
$ sudo strip --strip-unneeded /usr/local/lib/python3.6/numpy/core/_dummy.cpython-36m-arm-linux-gnueabihf.so
$ sudo strip --strip-debug /usr/local/lib/python3.6/numpy/core/lib/libnpymath.a
Title: Re: No answer for package submission
Post by: pintman on May 07, 2018, 08:40:57 AM
Thanks for that. :)