Page MenuHomeFreeBSD

devel/py-pycparser: Update to 2.14
ClosedPublic

Authored by koobs on Jul 24 2016, 1:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 28 2024, 8:19 AM
Unknown Object (File)
Mar 3 2024, 8:57 PM
Unknown Object (File)
Jan 11 2024, 5:51 AM
Unknown Object (File)
Jan 1 2024, 12:43 AM
Unknown Object (File)
Nov 14 2023, 8:44 PM
Unknown Object (File)
Nov 7 2023, 1:55 AM
Unknown Object (File)
Oct 6 2023, 12:55 AM
Unknown Object (File)
Sep 4 2023, 4:59 PM
Subscribers

Details

Summary

Commit log:

devel/py-pycparser: Update to 2.14

* Update PORTVERSION and distinfo checksum (2.14)
* Specify Python version explicitly
* Add LICENSE_FILE
* Add test target
* Enable architecture independence (NO_ARCH)

Approved by: wg (maintainer)
DiffRev: D7301
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 103amd64, 93i386, Python 3.5)
  • unittest: OK (Ran 90 tests in 3.075s - OK)

Diff Detail

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

Event Timeline

koobs retitled this revision from to devel/py-pycparser: Update to 2.14.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added a reviewer: wg.
koobs added a subscriber: Python.
wg edited edge metadata.
wg added inline comments.
devel/py-pycparser/Makefile
16

Is this even needed? I thought 2.6 was not in ports anymore.

This revision is now accepted and ready to land.Jul 25 2016, 11:14 AM
koobs edited edge metadata.
devel/py-pycparser/Makefile
16

Declaring explicit/accurate versions, more detail here:

https://lists.freebsd.org/pipermail/freebsd-ports/2016-July/103862.html

But I'm going to update this to 2.6+ as its being tested (and passes against 2.6):

https://travis-ci.org/eliben/pycparser

Though the README states:

pycparser was tested on Python 2.7, 3.4 and 3.5, on both Linux and Windows. It should work on any later version (in both the 2.x and 3.x lines) as well.

Which contradicts TravisCI testing it on 2.6, 2.7, 3.2, 3.4, 3.5 (3.3 missing)

This revision was automatically updated to reflect the committed changes.