[new port] archivers/py-xopen: Open compressed files transparently
Approved by jrm (mentor) or wen (mentor)
Differential to be added to commit message
Details
Details
portlint -A: looks fine
Passed poudriere on {10.4,11.1}-{amd64,i386}
Tested in production as dependency of cutadapt bioinformatics software
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- If @mat were here, he would ask you to remove the # Created by: since it repeats information in repo history.
- If you want to reduce the chances of broken package builds, you could use the same OS versions for you poudriere jails that cluster uses (lowest supported major OS version). See https://pkg-status.freebsd.org/.
- Don't forget to add an entry in archivers/Makefile. Without this, INDEX builds will break.
archivers/py-xopen/Makefile | ||
---|---|---|
17 ↗ | (On Diff #35953) | NO_ARCH=yes |
Comment Actions
I stopped doing that, some people like the ego boost it gives.
- Don't forget to add an entry in archivers/Makefile. Without this, INDEX builds will break.
Or use Tools/script/addport to add the port, like you should, it will also make sure you resurrect the port if it needs to be resurrected.
Comment Actions
Thanks for the tip on addport.
I have no need for ego fodder, so I'll remove the "Created by" header. It was inserted by "port create".
archivers/py-xopen/Makefile | ||
---|---|---|
17 ↗ | (On Diff #35953) | Thanks, NO_ARCH is in my checklist already, but I slipped on this one. |