Details
Details
- Reviewers
0mp mat krion - Commits
- rP479833: shells/xonsh: Upgrade to version 0.7.8
portlint:ok
manual testing (12.0-ALPHA3, amd64):ok
poudriere (11.2-RELEASE, amd64):ok
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19594 Build 19176: arc lint + arc unit
Event Timeline
shells/xonsh/Makefile | ||
---|---|---|
20 | Why change this, it was correct before, autoplist depend on distutils. |
shells/xonsh/Makefile | ||
---|---|---|
20 | Interesting. I guess we should update our handbook then: Example 6.21. Makefile for a Simple Python Module is wrong: PORTNAME= sample DISTVERSION= 1.2.3 CATEGORIES= devel MAINTAINER= john@doe.tld COMMENT= Python sample module RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |