Bug 216783 - New port: devel/py-rply pure Python parser generator
Summary: New port: devel/py-rply pure Python parser generator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks: 216784
  Show dependency treegraph
 
Reported: 2017-02-04 15:08 UTC by David Kalliecharan
Modified: 2017-02-09 18:22 UTC (History)
0 users

See Also:


Attachments
Shell archive of py-rply (1.61 KB, text/plain)
2017-02-04 15:08 UTC, David Kalliecharan
no flags Details
[UPDATED] Shell archive of py-rply (1.58 KB, text/plain)
2017-02-08 15:01 UTC, David Kalliecharan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.