Page MenuHomeFreeBSD

devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX
ClosedPublic

Authored by bhughes on Dec 20 2017, 1:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 4:27 PM
Unknown Object (File)
Sun, Apr 7, 11:07 AM
Unknown Object (File)
Fri, Apr 5, 7:08 AM
Unknown Object (File)
Mar 15 2024, 11:41 PM
Unknown Object (File)
Mar 15 2024, 11:37 PM
Unknown Object (File)
Mar 15 2024, 11:37 PM
Unknown Object (File)
Mar 15 2024, 11:36 PM
Unknown Object (File)
Mar 15 2024, 11:36 PM
Subscribers
None

Details

Summary

devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX

The introduction of flavors caused the awscli package to be renamed to
py27-awscli. Since this package is preinstalled on all AWS EC2 instances
running a FreeBSD image, apply POLA and rename the package back to
awscli. The assumption is that the rename was unintentional.

Approved by: robak (mentor)
MFH: 2018Q1

Test Plan

$ pwd
/usr/ports/devel/awscli
$ portlint -C
WARN: Makefile: no port directory /usr/ports/devel/py-botocore@py27 found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory /usr/ports/devel/py-colorama@py27 found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory /usr/ports/net/py-s3transfer@py27 found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory /usr/ports/textproc/py-docutils@py27 found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory /usr/ports/security/py-rsa@py27 found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory /usr/ports/devel/py-yaml@py27 found, even though it is listed in RUN_DEPENDS.
0 fatal errors and 6 warnings found.

http://35.176.221.15/data/latest-per-pkg/awscli/1.14.13/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13717
Build 13937: arc lint + arc unit

Event Timeline

Wouldn't we want an UPDATING entry explaining the situation?

Wouldn't we want an UPDATING entry explaining the situation?

Yes, that's a good idea. I will add one and update the diff.

Change to use USE_PYTHON=noflavors instead of optsuffix, added UPDATING entry

bhughes retitled this revision from devel/awscli: use USE_PTYHON=optsuffix instead of PKGNAMEPREFIX to devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX.Dec 21 2017, 8:58 AM
bhughes edited the summary of this revision. (Show Details)

Refined the UPDATING entry more

Finishing touches on UPDATING

UPDATING
15
s/PY_FLAVOR/Python's default version/

Or even better, simply remove the last sentence.

bhughes added inline comments.
UPDATING
15

Indeed. I removed the last sentence. :)

bhughes marked an inline comment as done.

Remove last sentence from UPDATING entry, as suggested by mat@

Resolving UPDATING conflicts

Resolved UPDATING conflicts

This revision is now accepted and ready to land.Jan 2 2018, 1:19 PM
This revision was automatically updated to reflect the committed changes.