Page MenuHomeFreeBSD

[NEW PORT] net/py-uritemplate.py: Simple python library to deal with URI Templates
ClosedPublic

Authored by cpm on Jun 4 2016, 11:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 18 2024, 10:46 AM
Unknown Object (File)
Nov 18 2024, 4:01 AM
Unknown Object (File)
Nov 10 2024, 8:42 PM
Unknown Object (File)
Nov 5 2024, 4:27 PM
Unknown Object (File)
Nov 5 2024, 10:47 AM
Unknown Object (File)
Nov 3 2024, 9:41 PM
Unknown Object (File)
Oct 13 2024, 9:26 PM
Unknown Object (File)
Oct 6 2024, 11:45 AM
Subscribers
None

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cpm retitled this revision from to net/py-uritemplate.py: Simple python library to deal with URI Templates.
cpm updated this object.
cpm edited the test plan for this revision. (Show Details)
cpm added reviewers: AMDmi3, junovitch, feld.

portlint -AC output looks fine.

As a side note, this library is needed to build gitsome [0] which I'm porting it to FreeBSD.

[0] https://github.com/donnemartin/gitsome

cpm retitled this revision from net/py-uritemplate.py: Simple python library to deal with URI Templates to [NEW PORT] net/py-uritemplate.py: Simple python library to deal with URI Templates.Jun 5 2016, 8:59 AM
junovitch edited edge metadata.

This port looks fine but an equivalent CONFLICT in net/py-uritemplate will be required as well for. Unless these ports can co-exist please update the patch to include the other CONFLICT fix.

This revision now requires changes to proceed.Jun 10 2016, 1:49 AM

This port looks fine but an equivalent CONFLICT in net/py-uritemplate will be required as well for. Unless these ports can co-exist please update the patch to include the other CONFLICT fix.

You are right, Jason. I'll cooking the patch for net/py-uritemplate

cpm edited edge metadata.
  • Register CONFLICTS between py-uritemplate and py-uritemplate.py
junovitch edited edge metadata.
This revision is now accepted and ready to land.Jun 10 2016, 2:08 AM
AMDmi3 requested changes to this revision.Jun 14 2016, 11:43 AM
AMDmi3 edited edge metadata.
AMDmi3 added inline comments.
net/py-uritemplate.py/Makefile
16 ↗(On Diff #17489)

Isn't CONFLICTS_INSTALL more suitable here?

net/py-uritemplate.py/pkg-descr
3 ↗(On Diff #17489)

PHB §3.2.1 suggests to end this with a slash.

net/py-uritemplate/Makefile
16 ↗(On Diff #17489)

Likewise, likely CONFLICTS_INSTALL.

This revision now requires changes to proceed.Jun 14 2016, 11:43 AM
cpm updated this object.
cpm edited edge metadata.
  • Add CONFLICTS_INSTALL variable to register a conflict between py-uritemplate and py-uritemplate.py
  • Fix WWW in pkg-descr
AMDmi3 edited edge metadata.
This revision is now accepted and ready to land.Jun 15 2016, 9:47 PM
feld edited edge metadata.
This revision was automatically updated to reflect the committed changes.