Page MenuHomeFreeBSD

sysutils/py-ploy_fabric: Apply change to use py-fabric1
AbandonedPublic

Authored by dbaio on Aug 17 2019, 1:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 11:55 AM
Unknown Object (File)
Sun, Sep 28, 7:16 PM
Unknown Object (File)
Wed, Sep 24, 1:40 AM
Unknown Object (File)
Fri, Sep 19, 10:59 PM
Unknown Object (File)
Sep 3 2025, 1:55 PM
Unknown Object (File)
Aug 15 2025, 12:01 AM
Unknown Object (File)
Aug 7 2025, 11:33 AM
Unknown Object (File)
Aug 1 2025, 10:59 PM
Subscribers

Details

Reviewers
koobs
Summary
sysutils/py-ploy_fabric: Apply change to use py-fabric1

It's necessary because devel/py-fabric will be updated to v2.5.0 and Fabric 2
is not at 100% feature parity with 1.x! Some features have been explicitly
dropped, but others simply have not been ported over yet.
Test Plan
portlint: OK (looks fine.)
testport: OK (poudriere: 11,12,CURRENT, amd64 and i386, py27)

It was also executed a simple runtime test, checking fabric1 connections

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

koobs requested changes to this revision.EditedAug 23 2019, 6:56 AM

@dbaio Could you combine this and D21304 along with the changes necessary to switch py-fabric to py-fabric1 into a single differential

Also, I think its best to have py-fabric1 just use the main 'fabric' PyPI name and distfiles, but leaving PORTVERSION at the latest 1.x version. This will avoid having to s/fabric/fabric1 all over the codebases of dependent port.

This revision now requires changes to proceed.Aug 23 2019, 6:56 AM