Re: [Update] databases/py-redis to 4.3.4

2022-10-04 Thread Uwe Werler
On 12 Sep 21:26, Stuart Henderson wrote: > On 2022/09/12 20:12, Uwe Werler wrote: > > Hi all, > > > > here's an update for py-redis to 4.3.4 (with cluster support since 4.1.0). > > It needs some new deps, see the install_requires block in setup.py - tgz > attached for those. > > Here's a

Re: [Update] databases/py-redis to 4.3.4

2022-09-12 Thread Stuart Henderson
On 2022/09/12 20:12, Uwe Werler wrote: > Hi all, > > here's an update for py-redis to 4.3.4 (with cluster support since 4.1.0). It needs some new deps, see the install_requires block in setup.py - tgz attached for those. Here's a tweaked version of the port update diff. The redismod/cluster

[UPDATE] databases/py-redis

2020-09-20 Thread Remi Pointel
Hi, this diff updates py-redis to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving revision 1.37 diff -u -p -u -p -r1.37 Makefile --- Makefile3 Jul 2020

Re: UPDATE: databases/py-redis-3.0.1

2018-12-12 Thread Edward Lopez-Acosta
ping? Edward Lopez-Acosta On 12/6/18 5:39 PM, Edward Lopez-Acosta wrote: Resubmitting the diff so its easier for commit. I replaced the py-py test depend with py-mock like it should be. py-py is pulled is as a dependency of mock. Edward Lopez-Acosta On 12/6/18 4:26 AM, Stuart Henderson

Re: UPDATE: databases/py-redis-3.0.1

2018-12-06 Thread Edward Lopez-Acosta
Resubmitting the diff so its easier for commit. I replaced the py-py test depend with py-mock like it should be. py-py is pulled is as a dependency of mock. Edward Lopez-Acosta On 12/6/18 4:26 AM, Stuart Henderson wrote: On 2018/12/05 18:47, Edward Lopez-Acosta wrote: Backwards

Re: UPDATE: databases/py-redis-3.0.1

2018-12-06 Thread Edward Lopez-Acosta
Hi Stuart, It does look like the py-py requirement changed to mock as you noted. I didn't notice the warning initially, my mistake. Would you like me to submit a new diff this evening with that change? I see the same number of tests pass and be skipped. Thanks for the sqlite tip as well. I am

Re: UPDATE: databases/py-redis-3.0.1

2018-12-06 Thread Stuart Henderson
On 2018/12/05 18:47, Edward Lopez-Acosta wrote: > Backwards incompatible changes in this, but checking sqlports I found > nothing that depends on this. I installed this package and ran a series of > tests on it using some of my old scripts and didn't hit issues. > > $ sqlite3

UPDATE: databases/py-redis-3.0.1

2018-12-05 Thread Edward Lopez-Acosta
Backwards incompatible changes in this, but checking sqlports I found nothing that depends on this. I installed this package and ran a series of tests on it using some of my old scripts and didn't hit issues. $ sqlite3 /usr/local/share/sqlports "select * from depends where dependspath like

[UPDATE] databases/py-redis

2017-11-03 Thread Remi Pointel
Hi, this is the diff to update py-redis to latest release. Ok? Cheers, Remi.Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving revision 1.31 diff -u -p -u -p -r1.31 Makefile --- Makefile 15 Nov 2015

Re: [UPDATE] databases/py-redis

2015-11-15 Thread David Coppa
Il 15/nov/2015 16:28, "Remi Pointel" ha scritto: > > Hi, > > attached is the diff to update py-redis to latest release. > > Ok? Ok dcoppa@ > Cheers, > > Remi. Ciao! David

[UPDATE] databases/py-redis

2015-11-15 Thread Remi Pointel
Hi, attached is the diff to update py-redis to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving revision 1.30 diff -u -p -u -p -r1.30 Makefile --- Makefile29

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-10-03 Thread David Coppa
On Thu, 26 Sep 2013, David Coppa wrote: On Thu, Sep 26, 2013 at 2:30 PM, Remi Pointel remi.poin...@xiri.fr wrote: On Thu, 26 Sep 2013 14:19:28 +0200 David Coppa dco...@gmail.com wrote: On Thu, 26 Sep 2013, David Coppa wrote: Why not getting rid of MODPY_BADEGGS and doing this

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-10-03 Thread Landry Breuil
On Thu, Oct 03, 2013 at 05:01:33PM +0200, David Coppa wrote: On Thu, 26 Sep 2013, David Coppa wrote: On Thu, Sep 26, 2013 at 2:30 PM, Remi Pointel remi.poin...@xiri.fr wrote: On Thu, 26 Sep 2013 14:19:28 +0200 David Coppa dco...@gmail.com wrote: On Thu, 26 Sep 2013, David Coppa

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-10-03 Thread David Coppa
On Thu, 03 Oct 2013, Landry Breuil wrote: That works for the three ports broken by the previous diff (terminator, py-cef and py-greenlet) but that looks like a huge hack to me. We settled on this: Index: python.port.mk === RCS

[UPDATE] databases/py-redis

2013-09-26 Thread Remi Pointel
Hi, this is the diff to update to latest release of py-redis: 2.8.0. You need to have py-test version 2.3.5 to run the test suite. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving

Re: [UPDATE] databases/py-redis

2013-09-26 Thread David Coppa
On Thu, 26 Sep 2013, Remi Pointel wrote: Hi, this is the diff to update to latest release of py-redis: 2.8.0. You need to have py-test version 2.3.5 to run the test suite. Ok? This has a problem with bad eggs I cannot find an easy solution for... /usr/ports/databases/py-redis$ make

Re: [UPDATE] databases/py-redis

2013-09-26 Thread Remi Pointel
On Thu, 26 Sep 2013 13:33:42 +0200 David Coppa dco...@gmail.com wrote: On Thu, 26 Sep 2013, Remi Pointel wrote: Hi, this is the diff to update to latest release of py-redis: 2.8.0. You need to have py-test version 2.3.5 to run the test suite. Ok? This has a problem with bad

Re: [UPDATE] databases/py-redis

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 1:36 PM, Remi Pointel remi.poin...@xiri.fr wrote: Yes, I had a problem with the bad egg this is why I removed this, and it worked for me. I will retest. If you remove MODPY_BADEGGS = redis, 'make clean' will also fail.

MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
Why not getting rid of MODPY_BADEGGS and doing this instead: ---8--- Index: python.port.mk === RCS file: /cvs/ports/lang/python/python.port.mk,v retrieving revision 1.72 diff -u -p -u -p -r1.72 python.port.mk --- python.port.mk

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
On Thu, 26 Sep 2013, David Coppa wrote: Why not getting rid of MODPY_BADEGGS and doing this instead: ---8--- Index: python.port.mk === RCS file: /cvs/ports/lang/python/python.port.mk,v retrieving revision 1.72 diff -u -p

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread Remi Pointel
On Thu, 26 Sep 2013 14:19:28 +0200 David Coppa dco...@gmail.com wrote: On Thu, 26 Sep 2013, David Coppa wrote: Why not getting rid of MODPY_BADEGGS and doing this instead: ---8--- Index: python.port.mk === RCS

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 2:30 PM, Remi Pointel remi.poin...@xiri.fr wrote: On Thu, 26 Sep 2013 14:19:28 +0200 David Coppa dco...@gmail.com wrote: On Thu, 26 Sep 2013, David Coppa wrote: Why not getting rid of MODPY_BADEGGS and doing this instead: ---8--- Index: python.port.mk

[UPDATE] databases/py-redis

2011-07-27 Thread Remi Pointel
Hi, this is the diff to update py-redis to 2.4.9. Is it ok ? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile18 Jul 2011

Re: [UPDATE] databases/py-redis

2011-07-27 Thread David Coppa
On Wed, Jul 27, 2011 at 8:33 AM, Remi Pointel remi.poin...@xiri.fr wrote: Hi, this is the diff to update py-redis to 2.4.9. Is it ok ? Sure. Go ahead. ciao, david

[UPDATE] databases/py-redis

2011-07-17 Thread Remi Pointel
Hi, this is the diff to update py-redis to 2.4.6. Are you ok ? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile10 Jun 2011

[Update] databases/py-redis

2011-06-02 Thread wen heping
Hi, Here is an update of databases/py-redis to 2.4.1. Tested OK on Loongson and it has no regress tests. Comments ? OK ? wen Index: py-redis/Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving

Re: [Update] databases/py-redis

2011-06-02 Thread David Coppa
On Thu, Jun 2, 2011 at 3:25 PM, wen heping wenhep...@gmail.com wrote: Hi,   Here is an update of databases/py-redis to 2.4.1.   Tested OK on Loongson and it has no regress tests.   Comments ? OK ? yep. ok for me. ciao, david