Ask for reviewing

2022-05-28 Thread Danial Behzadi
Hey folks, I recently uploaded my python app to deb-expo. As this is my first packaging experience in Debian, I would love to get some feedback on my packaging to make it better. Here is my package: https://mentors.debian.net/package/tractor/ Sincerely Danial Behzadi

Request for joining the team

2023-01-15 Thread Danial Behzadi
Hey, I am Danial Behzadi and I want to join Debian Python Team to maintain package [python-fire](1) through this team as that's an orphaned dependency of my current package [tractor](2) as [requested](3) by DDs. My Salsa login is [danialbehzadi](4) and I've read and accept [Debian Python Team

Re: How do you create entry-points for Python applications?

2022-12-18 Thread Danial Behzadi دانیال بهزادی
AFAIK Debian helper for Python handles this در 18 دسامبر 2022 19:18:44 (UTC)، c.bu...@posteo.jp نوشت: >Hello, >a python application isn't a binary but a script. So to invoke such an >application there need to be a shell script somewhere in PATH that invoke that >script via python3 interpreter.

Re: How do you create entry-points for Python applications?

2022-12-19 Thread Danial Behzadi دانیال بهزادی
> The only package I maintain that I can think of at the moment with > entrypoints and project.toml is too complicated to be a good example. That shouldn't be so much different from setup.py projects and there are plenty of them in archive.

Adopting python-fire

2023-03-15 Thread Danial Behzadi دانیال بهزادی
; urgency=medium    .    * Adopt orphaned package as Debian Python team. (Closes: #1013206)    * Bump Standards-version to 4.6.2.    * Update d/copyright    * Update d/watch Regards, -- Danial Behzadi

Re: #!/usr/bin/python3 vs virtualenv

2023-03-03 Thread Danial Behzadi دانیال بهزادی
You just want to install sphinx via pip in the virtual environment too. Each venv should be atomic and isolated which means not depended to system packages.

Re: Python 3.10 in bookworm

2023-02-06 Thread Danial Behzadi دانیال بهزادی
Does it worth trying to package pyenv for Debian? Ain't it against any rules?

Re: Siging up for the Contribution on Python Packaging for Debian

2023-05-25 Thread Danial Behzadi دانیال بهزادی
Hey, File an ITP bug for it against wnpp pseudo package and start to package it on https://mentors.debian.org Ask here after you filed the RFS. Sincerely در ۲۵ مهٔ ۲۰۲۳ ۱۲:۱۹:۰۰ (UTC)، TopologicRose نوشت: >Hi, >want to contribute a Python package which called pyvis

Re: Moving from appdirs to platformdirs

2023-06-21 Thread Danial Behzadi دانیال بهزادی
+1 در ۲۱ ژوئن ۲۰۲۳ ۱۲:۴۱:۵۲ (UTC)، Scott Kitterman نوشت: >It would be nice if we could reduce/eliminate use of appdirs during the Trixie >development cycle. It's unmaintained and superseded by platformdirs. As far >as I can tell, platformdirs is API compatible with appdirs, except the import