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 wrote:
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 /usr/local/share/sqlports "select * from depends where
dependspath
like 'databases/py-redis' or dependspath like
'databases/py-redis,python3'"
| wc -l
btw you can do "where dependspath like 'databases/py-redis%'" to cover
both flavours.
Tests also require devel/py-mock:
===> Regression tests for py-redis-3.0.1
running test
Searching for mock
Reading https://pypi.org/simple/mock/
Download error on https://pypi.org/simple/mock/: [Errno 65] No route
to host -- Some packages may not be found!
Couldn't find index page for 'mock' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: [Errno 65] No route to
host -- Some packages may not be found!
No local packages or working download links found for mock
error: Could not find suitable distribution for Requirement.parse('mock')
Otherwise looks good to me.