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)
Feb 12 2024, 2:56 PM
Unknown Object (File)
Jan 13 2024, 9:09 AM
Unknown Object (File)
Dec 20 2023, 2:36 AM
Unknown Object (File)
Nov 24 2023, 8:42 PM
Unknown Object (File)
Nov 10 2023, 1:46 PM
Unknown Object (File)
Nov 8 2023, 6:05 PM
Unknown Object (File)
Oct 9 2023, 12:36 PM
Unknown Object (File)
Oct 7 2023, 4:53 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