Bug 216783

Summary: New port: devel/py-rply pure Python parser generator
Product: Ports & Packages Reporter: David Kalliecharan <dave>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 216784    
Attachments:
Description Flags
Shell archive of py-rply
none
[UPDATED] Shell archive of py-rply none

Description David Kalliecharan 2017-02-04 15:08:26 UTC
Created attachment 179599 [details]
Shell archive of py-rply

New port devel/py-rply

A pure Python parser generator, that also works with RPython.

Required for lang/hy (not yet submitted)

Poudriere tests with 11.0 Release and 10.3 Release
Comment 1 David Kalliecharan 2017-02-04 15:15:45 UTC
Required lang/hy (bug #216784)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2017-02-07 16:39:15 UTC
- New ports should not set PORTREVISION
- WWW should not include version
- RUN_DEPENDS should use = and be placed after license block
- Please also check portlint output
Comment 3 David Kalliecharan 2017-02-08 15:01:05 UTC
Created attachment 179764 [details]
[UPDATED] Shell archive of py-rply

Update of devel/py-rply to conform with portlint
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-02-09 18:10:36 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Feb  9 18:10:10 UTC 2017
New revision: 433761
URL: https://svnweb.freebsd.org/changeset/ports/433761

Log:
  - Add devel/py-rply

  rply is a pure python parser generator, that also works with RPython. It is a
  more-or-less direct port of David Beazley's awesome PLY, with a new public
  API, and RPython support.

  WWW: https://pypi.python.org/pypi/rply/

  PR:		216783
  Submitted by:	dave@dal.ca

Changes:
  head/devel/Makefile
  head/devel/py-rply/
  head/devel/py-rply/Makefile
  head/devel/py-rply/distinfo
  head/devel/py-rply/pkg-descr
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2017-02-09 18:22:03 UTC
Committed with the same minor changes as py-astpor.