Re: Problem building py-cryptography

2021-05-21 Thread Kubilay Kocak
It builds on 12.2. I was wrong, sorry. If there are any remaining issues with cryptography and libressl or regressions, please re-open https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255241 hope this helps. Apologies for the top post. Regards, Simon. 20 May 2021 13:50:54 Kubilay Ko

Re: help finding a file

2021-05-21 Thread paul beard
They got built and installed after rebuilding both talloc and cython…talloc has no pkg-plist file which complicated matters. On Thu, May 20, 2021 at 7:37 PM Kubilay Kocak wrote: > On 20/05/2021 11:00 am, paul beard wrote: > > ldd /usr/local/bin/smbtorture | grep found > > > > libpytalloc-util.cp

Re: help finding a file

2021-05-20 Thread Kubilay Kocak
On 20/05/2021 11:00 am, paul beard wrote: ldd /usr/local/bin/smbtorture | grep found libpytalloc-util.cpython-38.so.2 => not found (0) libpytalloc-util.cpython-38.so.2 => not found (0) libpytalloc-util.cpython-38.so.2 => not found (0) find . -name pkg-plist -exec grep libpytalloc-util.cpytho

Re: help finding a file

2021-05-20 Thread Thierry Thomas
Le jeu. 20 mai 21 à 3:00:19 +0200, paul beard écrivait : > ldd /usr/local/bin/smbtorture | grep found > > libpytalloc-util.cpython-38.so.2 => not found (0) > > libpytalloc-util.cpython-38.so.2 => not found (0) > > libpytalloc-util.cpython-38.so.2 => not found (0) > > > find . -name pkg-pli

Re: Problem building py-cryptography

2021-05-19 Thread Kubilay Kocak
On 20/05/2021 1:21 pm, Simon Wright wrote: Hi all, I've been unable to build security/py-cryptography for about 10 days now. The build in Poudriere under 12.2 and 13.0 fail with a "Bad_C++_code" error. I tried removing the libressl dependency but that made no difference. Is anyone else seeing t

Re: rooting out old Python dependencies

2021-05-18 Thread Benjamin
On 15.05.21 17:39, Robert Huff wrote: /usr/local/bin/meson --internal exe --capture src/hb-gobject-enums-tmp.h -- /usr/local/bin/glib-mkenums --identifier-prefix hb_ --symbol-prefix hb_gobject --template /data/port- [snip] --- stderr --- env: /usr/local/bin/python3.7: No such file or director

Re: FreeBSD ports: lang/python38 update request

2021-05-16 Thread Kubilay Kocak
On 16/05/2021 7:48 pm, Özkan KIRIK wrote: Hello, python 3.8.9 marked vulnerable. Is it possible update the port to 3.8.10 version which is released at 3 May 2021. Thanks ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/lis

Re: Python 3.8 build, bombs out with error

2021-05-16 Thread Kubilay Kocak
On 16/05/2021 7:35 am, David Mehler wrote: Hello, Trying to build Python 3.8 with my poudriere and it's bombing out with an error. tail -n 20 /usr/local/poudriere/data/logs/bulk/latest-per-pkg/python38/3.8.9/122-default.log rm -r /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/pytho

Re: rooting out old Python dependencies

2021-05-16 Thread Kubilay Kocak
On 16/05/2021 1:39 am, Robert Huff wrote: graphite2.h /data/port-work/usr/ports/print/harfbuzz/work/harfbuzz-2.8.1/_build/../src/hb-glib.h --- stderr --- env: /usr/local/bin/python3.7: No such file or directory ninja: build stopped: subcommand failed. *** Error code 1 This has also hap

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-11 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Tue, 11 May 2021 11:34:47 +0900 (JST) > I modified Danilo' patch as following and confirmed `make makesum` > works as is expec

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-11 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Tue, 11 May 2021 08:21:28 +0900 (JST) > Bad news. The problem is found when I tried to update > lang/python-doc-html/distinfo for Python 3.8.10 and 3.9.5. > (snip) > > Since lang/python-doc-ht

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-11 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Tue, 11 May 2021 03:03:51 +0900 (JST) > Thank you for patch. I applied it to 61daf777c5d6 of main and now > `make makesum` works fine. Bad news. The problem is found when I tried to update lang/pyth

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-11 Thread Yasuhiro Kimura
From: "Danilo G. Baio" Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Mon, 10 May 2021 11:25:23 -0300 > Hi. > > Take a look on [1], it was working last time I checked. > > If it's ok, I'll open a review, please let me know. > > More

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Danilo G. Baio
On Mon, May 10, 2021 at 04:41:18PM +0900, Yasuhiro Kimura wrote: > Hello, > > I tried to update lang/pyton-doc-html and found `make makesum` fails > as following. > > -- > yasu@rolling-vm-freebsd2[1242]% pwd > /usr/ports > yasu@r

Re: devel/py-setuptools : orphaned packages?

2021-04-27 Thread Kubilay Kocak
On 27/04/2021 5:05 am, Ken wrote: Hi There, After today's update for devel/py-setuptools, it left me with a whole bunch or orphaned packages. py37-authres-1.2.0 ? orphaned: mail/py-authres py37-dnspython-1.16.0 ? orphaned: dns/py-dnspython py37-fail2ban-0.11.2

Re: lang/python37 - 3.7.10 fails the 'make install' step

2021-03-08 Thread Torfinn Ingolfsen
Update - I figured out why. On Sun, Mar 7, 2021 at 10:22 PM Torfinn Ingolfsen wrote: > > Hello, > python37 (3.7.10, ports tree updated today) build fine, but fails the > 'make install' step. > root@bvm5# make install > ===> Installing for python37-3.7.10 > ===> Checking if python37 is already i

RE: Certbot crashes after update of python installed

2021-02-22 Thread Jerry
On Sunday, February 21, 2021 3:52 PM, John Levine stated: > It's telling you what the problem is: > > >raise VersionConflict(dist, req).with_context(dependent_req) > >pkg_resources.ContextualVersionConflict: (cryptography 2.9.2 > >(/usr/local/lib/python3.7/site-packages), > >Requirement.parse(

Re: svn commit: r559976 - in head: . deskutils/dosage devel devel/py-arrow devel/py-backports.functools_lru_cache devel/py-backports_abc devel/py-futures devel/py-graphene-sqlalchemy devel/py-jaraco.f

2021-01-03 Thread Rene Ladan
On Mon, Jan 04, 2021 at 01:57:59AM +0900, Yasuhiro Kimura wrote: > From: Rene Ladan > Subject: Re: svn commit: r559976 - in head: . deskutils/dosage devel > devel/py-arrow devel/py-backports.functools_lru_cache devel/py-backports_abc > devel/py-futures devel/py-graphene-sqlalch

Re: svn commit: r558913 - in head/lang: python-doc-html python38

2020-12-22 Thread Dima Panov
> > > wen > > > > > > > > > 发件人: Dima Panov > > > 已发送: 2020 12 月 23 日 星期三 9:19 > > > 收件人: Wen Heping; svn-ports-...@freebsd.org; svn-ports-h...@freebsd.org; > > > ports-committ...@freebsd.org > > > 主题: Re: svn commit: r55891

Re: svn commit: r558913 - in head/lang: python-doc-html python38

2020-12-22 Thread Kubilay Kocak
not require a exprun for its update before. But I shall revert it if this update break other ports. wen 发件人: Dima Panov 已发送: 2020 12 月 23 日 星期三 9:19 收件人: Wen Heping; svn-ports-...@freebsd.org; svn-ports-h...@freebsd.org; ports-committ...@freebsd.org 主题: Re: svn commit: r558913 - in head/l

Re: svn commit: r558197 - head/devel/py-pip

2020-12-15 Thread Chris
On 2020-12-15 17:48, Mark Linimon wrote: On Wed, Dec 16, 2020 at 01:45:01AM +, Mark Linimon wrote: Author: linimon Date: Wed Dec 16 01:45:01 2020 New Revision: 558197 URL: https://svnweb.freebsd.org/changeset/ports/558197 Log: Defuse a ticking time-bomb by removing the dependency on devel

Re: svn commit: r558197 - head/devel/py-pip

2020-12-15 Thread Mark Linimon
I realize this is a drive-by commit _without_ maintainer approval, but my reasoning is below. Give the alternative on January 1st of either breaking 2000+ ports, or merely "make test" here, I chose the former. If anyone has the cycles in the next few weeks to look at "make test" here, please let

Re: simple python 2 to python question

2020-12-11 Thread Chris
On 2020-12-11 14:41, Douglas Thrift wrote: On 12/11/2020 2:06 PM, Chris wrote: Hello all, I'm working on a port I maintain to become py3x compatible. I'm down to one lousy error: passwd.py", line 25    chmod(self.pw_file, 0600)    ^ SyntaxError: invalid token I tried to

Re: simple python 2 to python question

2020-12-11 Thread Douglas Thrift
On 12/11/2020 2:06 PM, Chris wrote: Hello all, I'm working on a port I maintain to become py3x compatible. I'm down to one lousy error: passwd.py", line 25    chmod(self.pw_file, 0600)    ^ SyntaxError: invalid token I tried to sort it, but failed. So allowed 2to3 to tak

Re: simple python 2 to python 3 question

2020-12-11 Thread Chris
On 2020-12-11 14:06, Chris wrote: Hello all, I'm working on a port I maintain to become py3x compatible. I'm down to one lousy error: passwd.py", line 25chmod(self.pw_file, 0600) ^ SyntaxError: invalid token I tried to sort it, but failed. So allowed 2to3 to take a

Re: Moinmoin

2020-11-30 Thread Roger Marquis
Hey Kubilay, Originally saw the vuln on a security RSS feeds, probably NIST's, but it is also listed on the moinmo.in website: News 2020-11-08 MoinMoin 1.9.11 released, including urgent security fixes! See: https://github.com/moinwiki/moin-1.9/releases/tag/1.9.11 Roger On 28/11/20

Re: Moinmoin

2020-11-29 Thread Kubilay Kocak
On 28/11/2020 12:55 pm, Roger Marquis wrote: Anyone know if www/moinmoin is abandonware?  The maintainer is listed as pyt...@freebsd.org and the version in ports has had an unpatched vulnerability for the last couple of weeks. Hi Roger, I don't believe so, but development is slow Can you poi

Re: Conflicts between py37-pygments and ipython5

2020-10-06 Thread Danilo G. Baio
On Tue, Oct 06, 2020 at 08:12:24PM +0200, Thierry Thomas wrote: > Le mar. 6 oct. 20 à 2:36:27 +0200, Danilo G. Baio > écrivait : > > > Hi. > > Hello, > > > Could you test math/sage with this patch? > > https://people.freebsd.org/~dbaio/ipython5-pygments.patch > > > > Looking the commit hist

Re: Conflicts between py37-pygments and ipython5

2020-10-06 Thread Thierry Thomas
Le mar. 6 oct. 20 à 2:36:27 +0200, Danilo G. Baio écrivait : > Hi. Hello, > Could you test math/sage with this patch? > https://people.freebsd.org/~dbaio/ipython5-pygments.patch > > Looking the commit history of devel/ipython5, the requirement > 'pygments<2.6' is only necessary to solve an

Re: Conflicts between py37-pygments and ipython5

2020-10-05 Thread Danilo G. Baio
On Thu, Sep 24, 2020 at 02:54:57PM -0400, Steve Wills wrote: > Hi, > > On 9/23/20 3:50 PM, Thierry Thomas wrote: > > Hello, > > > > math/sage is now BROKEN, caused by PR 249131 / r549076: > > > > ===> sage-math-9.1_5 depends on package: py37-nbconvert>0 - not found > > ===> Installing existi

Re: Conflicts between py37-pygments and ipython5

2020-09-25 Thread Thierry Thomas
Le jeu. 24 sept. 20 à 20:54:57 +0200, Steve Wills écrivait : Hello, > I saw a similar thing with devel/py-jira with the SHELL option enabled. > I disabled it locally, but I think perhaps devel/nbconvert should use > textproc/pygments-25? Thanks, this is a good idea, and it would fix the prob

Re: Conflicts between py37-pygments and ipython5

2020-09-24 Thread Steve Wills
Hi, On 9/23/20 3:50 PM, Thierry Thomas wrote: Hello, math/sage is now BROKEN, caused by PR 249131 / r549076: ===> sage-math-9.1_5 depends on package: py37-nbconvert>0 - not found ===> Installing existing package /packages/All/py37-nbconvert-5.6.1_1.txz [121amd64-default-build-as-user-job-0

Re: freebsd-python Digest, Vol 713, Issue 2

2020-09-08 Thread Roberto Melucci
end a message with subject or body 'help' to > freebsd-python-requ...@freebsd.org > > You can reach the person managing the list at > freebsd-python-ow...@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "R

Re: How to package .pyc files

2020-09-05 Thread Willem Jan Withagen
On 2-9-2020 11:14, Willem Jan Withagen wrote: On 2-9-2020 06:46, Kubilay Kocak wrote: On 1/09/2020 4:46 am, Gleb Popov wrote: On Mon, Aug 31, 2020 at 9:45 PM Gleb Popov wrote: Hello. I'm fiddling with the devel/mercurial port ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 ). The

Re: How to package .pyc files

2020-09-02 Thread Willem Jan Withagen
On 2-9-2020 06:46, Kubilay Kocak wrote: On 1/09/2020 4:46 am, Gleb Popov wrote: On Mon, Aug 31, 2020 at 9:45 PM Gleb Popov wrote: Hello. I'm fiddling with the devel/mercurial port ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 ). The current Makefile results in Error: Orphaned: %

Re: How to package .pyc files

2020-09-01 Thread Kubilay Kocak
On 1/09/2020 4:46 am, Gleb Popov wrote: On Mon, Aug 31, 2020 at 9:45 PM Gleb Popov wrote: Hello. I'm fiddling with the devel/mercurial port ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 ). The current Makefile results in Error: Orphaned: %%PYTHON_SITELIBDIR%%/mercurial/__modulepo

Re: How to package .pyc files

2020-08-31 Thread Willem Jan Withagen
On 31-8-2020 20:46, Gleb Popov wrote: On Mon, Aug 31, 2020 at 9:45 PM Gleb Popov wrote: Hello. I'm fiddling with the devel/mercurial port ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 ). The current Makefile results in Error: Orphaned: %%PYTHON_SITELIBDIR%%/mercurial/__modulepoli

Re: How to package .pyc files

2020-08-31 Thread Gleb Popov
On Mon, Aug 31, 2020 at 9:45 PM Gleb Popov wrote: > Hello. I'm fiddling with the devel/mercurial port ( > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 ). The current > Makefile results in > > Error: Orphaned: %%PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.py > Error: Orphaned: > %%P

Re: typos in https://wiki.freebsd.org/Python/PortsPolicy

2020-08-09 Thread Kubilay Kocak
On 9/08/2020 10:10 pm, Dan Langille wrote: Copying in my direct reply to Dan here: Hello, I was reading https://wiki.freebsd.org/Python/PortsPolicy#Dependencies Should tests_requires be tests_require ? Is that a typo? Yep, fixed I also found, "Port OPTIONS for optional functionality" -

Re: security/py-pycryptodome: Soft dependency on devel/py-cffi

2020-07-28 Thread John W. O'Brien
over this: >>> >>> https://wiki.freebsd.org/Python/PortsPolicy#Optional_Dependencies >>> >>> tldr; >>> >>> For either at build or run-time optional dependencies (where the pattern >>> is, check if dep exists, use some code path if true, els

Re: security/py-pycryptodome: Soft dependency on devel/py-cffi

2020-07-27 Thread Kubilay Kocak
he option is related to performance, id clarify that in the description. Re heisenbugs/etc, this is where support for running test suites in the port are critical, let us know in #freebsd-python on freenode IRC if you need help getting these hooked up I've been looking forward to the day when [3] la

Re: security/py-pycryptodome: Soft dependency on devel/py-cffi

2020-07-27 Thread John W. O'Brien
dencies > > tldr; > > For either at build or run-time optional dependencies (where the pattern > is, check if dep exists, use some code path if true, else use another > code path), add OPTIONS for them. OK, so something like this? OPTIONS_DEFINE=CFFI OPTIONS_DEFAULT=CFFI CFFI_

Re: security/py-pycryptodome: Soft dependency on devel/py-cffi

2020-07-27 Thread Kubilay Kocak
is: https://wiki.freebsd.org/Python/PortsPolicy#Optional_Dependencies tldr; For either at build or run-time optional dependencies (where the pattern is, check if dep exists, use some code path if true, else use another code path), add OPTIONS for them. Re heisenbugs/etc, this is where support f

Re: egg-info / dist-info

2020-07-23 Thread Thierry Thomas
Le lun. 29 juin 20 à 23:49:32 +0200, Thierry Thomas écrivait : > > I don´t care about egg-info or dist-info, but I´d like to keep the same > > namings on each platform; is it possible to enforce that? > > Well, it works, whatever the installation method, so I´ve just adapted > the plist accordi

Re: FreeBSD Port: py37-certbot-1.5.0_1,1

2020-07-11 Thread Danilo G. Baio
On Fri, Jul 10, 2020 at 02:32:42PM +0200, Ruud Boon wrote: > Hi, > > Thank you for maintain this port. > Any plans bumping to 1.6.0 soon? Hi. Done. https://svnweb.freebsd.org/changeset/ports/542003 If you are using pkg you will need to wait for the package. Regards. -- Danilo G. Baio (dbaio)

Re: svn commit: r541099 - head/www/py-django30

2020-07-03 Thread Kubilay Kocak
On 3/07/2020 9:50 pm, Wen Heping wrote: Author: wen Date: Fri Jul 3 11:50:50 2020 New Revision: 541099 URL: https://svnweb.freebsd.org/changeset/ports/541099 Log: - Update to 3.0.8 Modified: head/www/py-django30/Makefile head/www/py-django30/distinfo Modified: head/www/py-django30/Ma

Re: egg-info / dist-info

2020-06-29 Thread Thierry Thomas
Le ven. 26 juin 20 à 10:02:34 +0200, Thierry Thomas écrivait : > I don´t care about egg-info or dist-info, but I´d like to keep the same > namings on each platform; is it possible to enforce that? Well, it works, whatever the installation method, so I´ve just adapted the plist according to $OSR

Re: egg-info / dist-info

2020-06-26 Thread Thierry Thomas
Le ven. 26 juin 20 à 11:04:50 +0200, Kubilay Kocak écrivait : > Hi Thierry, Hello koobs! > Would need to spend some time isolating/understanding the behaviour > delta in detail to be able to recommend the best course of action, > modulo trying to use USE_PYTHON=distutils which automates most

Re: egg-info / dist-info

2020-06-26 Thread Kubilay Kocak
On 26/06/2020 6:02 pm, Thierry Thomas wrote: Hello, I´m maintaining the port math/sage. This is not a Python port, but it builds and installs several Python libraries. Untill now, it did´nt build on -CURRENT, because some dependencies were missing, but they have been fixed. And now I´m discove

Re: Can not add port with name "py3c" (which is name of project!)

2020-05-31 Thread Lev Serebryakov
Hello Yasuhiro, Monday, June 1, 2020, 12:38:36 AM, you wrote: > According to "Python Ports Policy" in FreeBSD Wiki, this port should > be named as "py-py3c". > https://wiki.freebsd.org/Python/PortsPolicy#Naming It looks strange, as this port doesn't need python FLAVORS, doesn't need python to

Re: [Flo de Trusthunter] - Solicitud de publicación de artículo

2020-05-23 Thread Florian Felsing
Re: [Flo de Trusthunter] - Solicitud de publicación de artículo Estimado Freebsd-Team, Espero que se encuentre muy bien. ¿Recibió mi correo respecto a la publicación de un artículo en freebsd.org? A continuación, podrá encontrar ejemplos de artículos de invitado que realizamos hace poco

Re: add py-salt3000

2020-05-21 Thread Christer Edwards
That proposal is acceptable to me. I have not yet had the time to look at Salt 3000. Thank you for working on updating this. On Thu, May 21, 2020 at 1:57 AM Kirill Ponomarev wrote: > Hi all, > > as you probably know, phase 3 support for salt 2019.x ends soon[1] we > have to think to run 3000 i

Re: How to best remove sphinx18 dependency from ports tree?

2020-05-17 Thread Danilo G. Baio
On Sun, May 17, 2020 at 01:37:48PM -0700, Chris wrote: > Context: > Fresh install, fresh co of src/ && ports/ > FreeBSD 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r361107 amd64 > Working Copy Root Path: /usr/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 535355 > Last Changed A

Re: Using pkg in documentation

2020-04-27 Thread Muhammad Moinur Rahman
> On 27 Apr, 2020, at 05:54, Samy Mahmoudi wrote: > > Hi, > > What about using the meta-port lang/python ? You could write something like > the following lines in your documentation: > PY=`pkg rquery -r FreeBSD "%dn" lang/python | head -n 1 | sed "s/python//"` > pkg install py${PY}-babel > >

Re: Using pkg in documentation

2020-04-27 Thread Miroslav Lachman
On 2020-04-27 09:10, Baptiste Daroussin wrote: On Mon, Apr 27, 2020 at 08:23:09AM +0200, Miroslav Lachman wrote: On 2020-04-26 21:37, Muhammad Moinur Rahman wrote: What is the way of mentioning about installing a py-package in documentation? Let’s say now the default version of python is 3.7 s

Re: Using pkg in documentation

2020-04-27 Thread Baptiste Daroussin
On Mon, Apr 27, 2020 at 08:23:09AM +0200, Miroslav Lachman wrote: > On 2020-04-26 21:37, Muhammad Moinur Rahman wrote: > > What is the way of mentioning about installing a py-package in > > documentation? Let’s say now the default version of python is 3.7 so in > > most of the cases we can write

Re: Using pkg in documentation

2020-04-26 Thread Miroslav Lachman
On 2020-04-26 21:37, Muhammad Moinur Rahman wrote: What is the way of mentioning about installing a py-package in documentation? Let’s say now the default version of python is 3.7 so in most of the cases we can write in our documentation that do the following: # pkg install py37-babel You can

Re: Missing dependency for py-certbot

2020-04-26 Thread Danilo G. Baio
On Mon, Apr 27, 2020 at 11:34:15AM +1000, Kubilay Kocak wrote: > On 27/04/2020 9:10 am, Danilo G. Baio wrote: > > On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > > > I recently did an update of my ports tree and I honestly can't remember > > > which versions I had installed previously that

Re: Missing dependency for py-certbot

2020-04-26 Thread Keith
On Sun, Apr 26, 2020 at 7:10 PM Danilo G. Baio wrote: > On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > > I recently did an update of my ports tree and I honestly can't remember > > which versions I had installed previously that were working fine, but > after > > installing the latest ve

Re: Missing dependency for py-certbot

2020-04-26 Thread Kubilay Kocak
On 27/04/2020 9:10 am, Danilo G. Baio wrote: On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: I recently did an update of my ports tree and I honestly can't remember which versions I had installed previously that were working fine, but after installing the latest version of py-certbot and

Re: Using pkg in documentation

2020-04-26 Thread Samy Mahmoudi
> PY=`pkg rquery -r FreeBSD "%dn" lang/python | head -n 1 | sed "s/python//"` You can even replace head with a sed command if you need to save some characters on the line: PY=`pkg rquery -r FreeBSD "%dn" lang/python | sed "s/python//;1q"` > ___ freebsd

Re: Using pkg in documentation

2020-04-26 Thread Samy Mahmoudi
Hi, What about using the meta-port lang/python ? You could write something like the following lines in your documentation: PY=`pkg rquery -r FreeBSD "%dn" lang/python | head -n 1 | sed "s/python//"` pkg install py${PY}-babel "-r FreeBSD" can indeed be ommited in a default configuration where the

Re: Missing dependency for py-certbot

2020-04-26 Thread Danilo G. Baio
On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > I recently did an update of my ports tree and I honestly can't remember > which versions I had installed previously that were working fine, but after > installing the latest version of py-certbot and > py-certbot-dns-digitalocean, I started r

Re: certbot/plugin fails after update

2020-04-20 Thread Danilo G. Baio
On Mon, Apr 20, 2020 at 11:19:07AM -0700, paul beard wrote: > Has anyone reported this? Or am I just lucky? > > I'll see if I can pull that info together. Not that I'm aware. I use certbot with nginx on my servers and it's fine, but I'm curious in knowing what is happening. You can send that in

Re: certbot/plugin fails after update

2020-04-20 Thread paul beard
Has anyone reported this? Or am I just lucky? I'll see if I can pull that info together. On Mon, Apr 20, 2020 at 11:05 AM Danilo G. Baio wrote: > On Mon, Apr 20, 2020 at 10:06:38AM -0700, paul beard wrote: > > Yes, I do. I use the packages and source from the SVN repo. I also use > > /usr/local

Re: certbot/plugin fails after update

2020-04-20 Thread Danilo G. Baio
On Mon, Apr 20, 2020 at 10:06:38AM -0700, paul beard wrote: > Yes, I do. I use the packages and source from the SVN repo. I also use > /usr/local… not smart enough to change any of that without breakage so I > leave it all alone. Could you reinstall packages py37-certbot and py37-certbot-nginx?

Re: certbot/plugin fails after update

2020-04-20 Thread paul beard
Yes, I do. I use the packages and source from the SVN repo. I also use /usr/local… not smart enough to change any of that without breakage so I leave it all alone. On Mon, Apr 20, 2020 at 9:55 AM Danilo G. Baio wrote: > On Mon, Apr 20, 2020 at 07:42:46AM -0700, paul beard wrote: > > This seems t

Re: certbot/plugin fails after update

2020-04-20 Thread Danilo G. Baio
On Mon, Apr 20, 2020 at 07:42:46AM -0700, paul beard wrote: > This seems to be a recurring issue each time certbox and its nginx plugin > are updated. the workaround/solution is to reinstall them manually. > > for i in py-certbot py-certbot-nginx; do cd /usr/ports/security/$i; make > > deinstall

Re: svn commit: r531949 - in head/devel: . libuInputPlus

2020-04-18 Thread Alexey Dokuchaev
On Sat, Apr 18, 2020 at 05:49:43PM +1000, Kubilay Kocak wrote: > On 18/04/2020 5:10 pm, Alexey Dokuchaev wrote: > > On Sat, Apr 18, 2020 at 06:28:06AM +, Baptiste Daroussin wrote: > > > I never understood why portname should be lowercase if upstream considers > > > it should not, there are prec

Re: svn commit: r531949 - in head/devel: . libuInputPlus

2020-04-18 Thread Kubilay Kocak
On 18/04/2020 5:10 pm, Alexey Dokuchaev wrote: On Sat, Apr 18, 2020 at 06:28:06AM +, Baptiste Daroussin wrote: I never understood why portname should be lowercase if upstream considers it should not, there are precedent of mixed case (actually respecting upstream will). For the same reason

Re: Investment

2020-03-31 Thread Kelvin DAWSON via freebsd-python
___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: Updating py-twisted

2020-03-29 Thread Kubilay Kocak
On 30/03/2020 6:16 am, Muhammad Moinur Rahman wrote: Hi, What is the possibility of updating devel/py-twisted to the latest 20.X version while creating a devel/py-twisted18 as there are lots of ports dependent on it ? Regards, Moin Hi Muhammad, Someone's (skered) working on it already [1], pl

Re: Illegal instruction in lCrypto/Math/_IntegerGMP.py

2020-03-20 Thread Axel Rau
Reverting to gmp-6.1.2_1 fixes it. Axel > Am 19.03.2020 um 18:27 schrieb Axel Rau : > > This happens during initialization befor calling load_entry_point(): > - - - > /usr/local/py_venv/dskm_p37/lib/python3.7/site.py:165: DeprecationWarning: > 'U' mode is deprecated > f = open(fullname, "rU")

Re: FreeBSD Port: devel/py-pip

2020-03-08 Thread Kubilay Kocak
On 9/03/2020 9:20 am, Marius van Witzenburg wrote: I noticed that the user argument as noticed in the description seems to be incorrect. https://svnweb.freebsd.org/ports/head/devel/py-pip/pkg-message?limit_changes=0&view=markup&pathrev=508835 Installed from pkg repository: py37-pip # pip --u

Re: Including the correct (python version) include path

2020-03-03 Thread Chris
On Wed, 4 Mar 2020 12:41:59 +1100 ko...@freebsd.org said On 4/03/2020 5:58 am, Chris wrote: > I'm dragging some code into the 21st century. I'm happy to > say the python37 AST now gives it a clean bill of health. > But I'm (currently) only able to build it by prepending > the python && python-ve

Re: Including the correct (python version) include path

2020-03-03 Thread Kubilay Kocak
On 4/03/2020 5:58 am, Chris wrote: I'm dragging some code into the 21st century. I'm happy to say the python37 AST now gives it a clean bill of health. But I'm (currently) only able to build it by prepending the python && python-version to the #include line. USES= python:3.5+ doesn't seem to pop

Re: Missing symbol under tox in openssl stuff

2020-02-28 Thread Willem Jan Withagen
On 28-2-2020 03:47, Kubilay Kocak wrote: On 27/02/2020 10:53 pm, Willem Jan Withagen wrote: Hi, I'm the first to acknowledge that I do not know enough of python. But still I can get by most of the times. However during the tests of my Ceph port one of the tests complains: == orche

Re: Missing symbol under tox in openssl stuff

2020-02-27 Thread Kubilay Kocak
On 27/02/2020 10:53 pm, Willem Jan Withagen wrote: Hi, I'm the first to acknowledge that I do not know enough of python. But still I can get by most of the times. However during the tests of my Ceph port one of the tests complains: == orchestrator/_interface.py:701: ImportError ---

Re: porting a python package with specific libraries versions as dependency

2020-02-25 Thread Kubilay Kocak
On 25/02/2020 7:22 pm, Alessandro Sagratini wrote: Hello all, I was discussing [1] about porting oci-cli to ports tree. It is a python package, that should not be a big deal, though, investigating a bit more "requires" field in setup.py [2], I noticed it depends on specific python libraries, fo

Re: Python38 port missing USES=sqlite

2020-01-21 Thread Kubilay Kocak
On 22/01/2020 3:46 pm, Darin Luckie wrote: Oversight or intentional? > Compressing man pages (compress-man) > Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.8/lib-dynload/_sqlite3.so is linked to /usr/local /lib/libsqlite3.so.0 from databases/sqlite3 but it is not declared as

Re: parsedmarc

2020-01-19 Thread Kubilay Kocak
On 20/01/2020 2:23 am, Andrea Venturoli wrote: Hello. I'm trying to install parsedmarc: https://domainaware.github.io/parsedmarc/ I've created a port (mail/py-parsedmarc) for it, but unfortunately, some dendend port are missing; so I created them too: they would be mail/py-imapclient, mail/py

Re: Help with porting Python libraries

2019-12-31 Thread Andrea Venturoli
On 2019-12-30 03:26, Kubilay Kocak wrote: Thanks to all that replied. Especially the link to Python Ports Policy & Guidelines/Tips was very useful, as I hadn't found this myself :( I tried to follow all your suggestions, but I'm having some problems with it... Using CHEESESHOP I remove

Re: Help with porting Python libraries

2019-12-29 Thread Kubilay Kocak
On 30/12/2019 4:54 am, Andrea Venturoli wrote: Hi Andrea, nice first job on a Python port :) # $FreeBSD$ PORTNAME=    IMAPClient Lowercase this PORTNAME PORTVERSION=    2.1.0 CATEGORIES=    mail python PKGNAMEPREFIX=    ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m...@netfence.it COMMENT=    Easy

Re: py36-urllib3 and py-certbot

2019-12-10 Thread Weldon Godfrey
Thanks! That was it. I upgraded py36-requests from 2.21.0 to 2.22.0 and that resolved the error. It appears portmaster wasnt picking up needing to update py36-requests as a dependancy. Below is the info you asked for info. Thanks for helping! Weldon The full traceback when certbot

Re: py36-urllib3 and py-certbot

2019-12-10 Thread Kai Knoblich
Hi Weldon, On Thu, Dec 05, 2019 at 10:41:09AM -0600, Weldon Godfrey wrote: > Due to a security advisory, I port upgraded py-36-urllib3 to 1.25.6 > > Since then, > > py36-certbot-0.39.0,1 > > is unhappy for the version of urllib3 being too new: > > pkg_resources.DistributionNotFound: The 'u

Re: svn commit: r518847 - in head/www: py-django21 py-django22

2019-12-02 Thread Kubilay Kocak
On 3/12/2019 12:40 am, Wen Heping wrote: Author: wen Date: Mon Dec 2 13:40:40 2019 New Revision: 518847 URL: https://svnweb.freebsd.org/changeset/ports/518847 Log: - Update py-django22 to 2.2.8 and py-django21 to 2.1.15 (security fix: CVE-2019-19118) MFH: 2019Q4 Hi Wen, There

[flu...@freebsd.org: Re: svn commit: r518575 - in head/lang/tcl87: . files]

2019-11-28 Thread Pietro Cerutti
Panov - Date: Fri, 29 Nov 2019 01:18:07 +1000 From: Dima Panov To: Pietro Cerutti Subject: Re: svn commit: r518575 - in head/lang/tcl87: . files [-- Type: text/plain; charset=utf-8, Encoding: quoted-printable, Size: 0.8K --] Thanks! BTW, tcl87 update is also broke py27-tkinter (x11-toolki

Re: bug 240084 -- math/py-pandas: Update to 0.25.2

2019-11-23 Thread John W. O'Brien
On 2019/11/09 22:53, John W. O'Brien wrote: > Hello all, > > I would appreciate feedback on D22162 [0], which has been open since > about this time two weeks ago, to enable resolution of bug 240084 [1]. > > Another patch release [2] has been published in the mean time. I am > holding off on updat

Re: svn commit: r517602 - head/devel/py-mock

2019-11-14 Thread Kubilay Kocak
On 15/11/2019 2:27 pm, Jan Beich wrote: Kubilay Kocak writes: The canonical pytest invocation is: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= For a canonical it is uncommon. Besides, you've made mistakes: - No braces around `cd` compared to what Porter's Handbook recommends -

Re: svn commit: r517602 - head/devel/py-mock

2019-11-14 Thread Jan Beich
Kubilay Kocak writes: > The canonical pytest invocation is: > > cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= For a canonical it is uncommon. Besides, you've made mistakes: - No braces around `cd` compared to what Porter's Handbook recommends - No TEST_ENV in case tests need TZ=UTC,

Re: svn commit: r517602 - head/devel/py-mock

2019-11-14 Thread Kubilay Kocak
On 15/11/2019 4:11 am, Enji Cooper wrote: + @cd ${WRKSRC} && pytest Hi Enji :) Python ports *must* always reference/use *Python-version* specific versions of binaries/scripts/interpreters for *all* invocations of them, as it can never be guaranteed that: a) A/the non-versioned binary

Re: 回复: svn commit: r516855 - in head/www: py-django py-django111 py-django21 py-django22

2019-11-05 Thread Kubilay Kocak
On 6/11/2019 2:19 pm, wen heping wrote: Done. Thank you ! wen 发件人: Kubilay Kocak 代表 Kubilay Kocak 发送时间: 2019年11月6日 10:36 收件人: Wen Heping ; ports-committ...@freebsd.org ; FreeBSD Ports Security Team ; svn-ports-h...@freebsd.org 抄送: python 主题: Re: svn

Re: svn commit: r516855 - in head/www: py-django py-django111 py-django21 py-django22

2019-11-05 Thread Kubilay Kocak
On 6/11/2019 1:26 pm, Wen Heping wrote: Author: wen Date: Wed Nov 6 02:26:16 2019 New Revision: 516855 URL: https://svnweb.freebsd.org/changeset/ports/516855 Log: - Update django to 2.2.7, 2.1.14 and 1.11.26 Hi Wen, Thanks for updating these Django ports These are bugfix releases [1][2][

Re: the patch to fix plist when build with DEBUG option

2019-11-03 Thread Kubilay Kocak
On 4/11/2019 1:27 pm, wen heping wrote: Hi, Here is a patch to fix plist when build with DEBUG option, would you have a test of it? Thank you ! wen Looks ok. Does it pass poudriere with both debug off and debug on? ___ freebsd-python@freebs

Re: scons and python3? (PR 241463)

2019-10-27 Thread Ronald Klop
On Fri, 25 Oct 2019 04:05:34 +0200, Tatsuki Makino wrote: Can it be solved with USE_PYTHON=concurrent and FLAVOR? I don't know. If I look at the previous attempts to use flavors. It seems hard to keep it backwards compatible. But not all patches of all efforts are available via the PRs.

Re: scons and python3?

2019-10-24 Thread Tatsuki Makino
Can it be solved with USE_PYTHON=concurrent and FLAVOR? ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: scons and python3?

2019-10-24 Thread Ronald Klop
. Regards, Ronald. Van: Ronald Klop Datum: donderdag, 24 oktober 2019 12:09 Aan: freebsd-po...@freebsd.org, Sunpoet Po-Chuan Hsieh , Eir Nym Onderwerp: Re: scons and python3? Cc-ing some of the people from the PRs. I don't know if they are still interested. Would a master ports construction

Re: python3.8

2019-10-21 Thread Kubilay Kocak
On 22/10/2019 3:06 am, wen heping wrote: Hi, Here is a patch to create lang/python38 port. It build well on my head system. Any reviews welcomed ! wen ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/free

Re: svn commit: r507836 - in head/devel/llvm80: . files

2019-08-05 Thread Craig Leres
On 2019-08-05 07:19, Brooks Davis wrote: I've committed Craig's change for now since it works and doesn't change the DEPEND list (and thus doesn't require a PORTREVISION bump). It looks like this could be relaxed further, but that is hard to test since problem tend to occur in partially updated

Re: svn commit: r507836 - in head/devel/llvm80: . files

2019-08-05 Thread Piotr Kubaj via freebsd-python
You could add to make.conf (/usr/local/etc/poudriere.d/make.conf): DEFAULT_VERSIONS=python=3.7 On 19-08-05 16:19:48, Brooks Davis wrote: On Sat, Aug 03, 2019 at 01:04:28PM +1000, Kubilay Kocak wrote: On 3/08/2019 5:48 am, Craig Leres wrote: > On 2019-08-02 08:12, Craig Leres wrote: >> I think c

  1   2   3   4   5   6   7   8   9   10   >