Adding python3.10dist(pp) to python-ppft

2021-12-07 Thread Ankur Sinha
. :) -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London signature.asc Description: PGP signature ___ python-devel mailing list -- python-devel@lists.fedoraproj

Re: Adding python3.10dist(pp) to python-ppft

2021-12-10 Thread Ankur Sinha
up in the future. The two modules do provide the same files too, so they cannot both be installed. -- Thanks again, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London signature.asc Description: PGP signature _

Python packages using "maturin"

2022-09-12 Thread Ankur Sinha
oid packaging/maintaining maturin if at all possible. Is there a way to not use it perhaps (unlikely, I know)? [1] https://src.fedoraproject.org/rpms/python-cattrs [2] https://pypi.org/project/orjson/ [3] https://pypi.org/project/maturin/ -- Thanks, Regards, Ankur Sinha "Francis

Re: Python packages using "maturin"

2022-09-13 Thread Ankur Sinha
without orjson in the short term if at all possible, just to get the packages all building etc. again, and we can look into orjson/maturin when time permits (if someone doesn't beat us to it). -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.or

Re: A very brief introduction.

2022-12-02 Thread Ankur Sinha
p you with it and sponsor you: https://docs.pagure.org/fedora-sponsors/ See you around :) -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London signature.asc Description

nest: python package still setup.py; also needs to be built for MPI

2023-06-12 Thread Ankur Sinha
/0001-Disable-python-setups.patch#_34 [2] https://src.fedoraproject.org/rpms/nest/blob/rawhide/f/nest.spec#_342 [3] https://src.fedoraproject.org/rpms/nest/blob/rawhide/f/nest.spec#_424 -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/Use

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-12 Thread Ankur Sinha
Quick addendum: Upstream has moved away from calling `setup.py` and now uses `pip`: https://github.com/nest/nest-simulator/blob/v3.4/pynest/CMakeLists.txt#L91 Still not sure how to use the pyproject macros though. On Mon, Jun 12, 2023 15:04:54 +0100, Ankur Sinha wrote: > Hi folks, > &g

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-12 Thread Ankur Sinha
On Mon, Jun 12, 2023 15:25:57 +0100, Ankur Sinha wrote: > Quick addendum: > > Upstream has moved away from calling `setup.py` and now uses `pip`: > > https://github.com/nest/nest-simulator/blob/v3.4/pynest/CMakeLists.txt#L91 > > Still not sure how to use the pyproject macro

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-14 Thread Ankur Sinha
On Mon, Jun 12, 2023 21:07:05 +0200, Miro Hrončok wrote: > On 12. 06. 23 16:04, Ankur Sinha wrote: > > However, I can't figure out how I would replicate the build using the > > `pyproject` macros. I guess `pyproject_wheel` usage is straightforward > > (?), but how do I

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-14 Thread Ankur Sinha
es `python setup.py install_egg_info`. https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_dist_info_metadata https://github.com/sanjayankur31/nest-simulator/blob/41892a50f95ddf50966e2371151b207d098e814a/pynest/CMakeLists.txt#L84 -- Thanks, Regards, Ankur Sinha "FranciscoD&q

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-15 Thread Ankur Sinha
'm going to spend some time tinkering with the nest sources to see what I can do. -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London signature.asc Description: PGP signature _

Re: nest: python package still setup.py; also needs to be built for MPI

2023-06-15 Thread Ankur Sinha
project-wheeldir $specifier Source here: https://src.fedoraproject.org/rpms/pyproject-rpm-macros/blob/rawhide/f/macros.pyproject#_66 So, for nest, I'm thinking I can build and install the wheel manually perhaps similar to how I build and install the package manually now, only at

Py3.12: vit -> urwid -> undefined symbol: PyUnicode_AS_UNICODE

2023-07-06 Thread Ankur Sinha
fix this? Is this something that needs fixing in urwid? I still see PyUnicode_AS_UNICODE used there: https://github.com/search?q=repo%3Aurwid%2Furwid%20PyUnicode_AS_UNICODE&type=code (and no issues filed about it yet). -- Thanks, Regards, Ankur Sinha "Fr

Neuro SIG Python packaging strategy change

2025-06-25 Thread Ankur Sinha via python-devel
/docs.fedoraproject.org/en-US/ci/tmt/ What do you all think about this? Please share any thoughts you have about this, and any tips/tricks/tools that can be used. If it's something we can do for Python software in Fedora in general, we'd be happy to do that too. -- Thanks, Regards, A

Re: Neuro SIG Python packaging strategy change

2025-07-08 Thread Ankur Sinha via python-devel
SSED > test_package.py::TestFedoraPythonPackage::test_installing[packages/pyneuroml] > > > 14 passed in 46.60s > = I'm running these locally in a virtual env

Re: Neuro SIG Python packaging strategy change

2025-07-08 Thread Ankur Sinha via python-devel
Hi Fabio, On Tue, Jul 08, 2025 16:48:34 +0200, Fabio Valentini via python-devel wrote: > On Tue, Jul 8, 2025 at 12:51 PM Ankur Sinha via python-devel > wrote: > > > > We've started to orphan packages and add them to the pytest testing > > framework. You can see thi

Re: Neuro SIG Python packaging strategy change

2025-06-26 Thread Ankur Sinha via python-devel
On Wed, Jun 25, 2025 14:37:49 +0200, Michael J Gruber wrote: > Ankur Sinha via python-devel venit, vidit, dixit 2025-06-25 14:19:28: > ... >> > > Thanks for this proposal. I think it's coming just at the right time and > should - as you indicate - help us focus o

Re: Neuro SIG Python packaging strategy change

2025-07-22 Thread Ankur Sinha via python-devel
Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London signature.asc Description: PGP signature -- ___ python-devel mailing list -- python-devel@lists.fedoraprojec