Opened 13 years ago
Last modified 7 years ago
#33327 new submission
new port: py-pweave
Reported by: | gorticus (Jason Mitchell) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | petrrr | |
Port: | py-pweave |
Description
Pweave is a scientific report generator and a literate programming tool for Python. Pweave can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib. Pweave is inspired by Sweave, an excellent tool for R programmers, and the syntax is mostly compatible with it. Pweave supports reST, Sphinx, LaTeX, and Pandoc markdown markups.
Attachments (1)
Change History (8)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 13 years ago by gorticus (Jason Mitchell)
- depends_lib => depends_lib-append
- no LICENSE file in tarball;
setup.py
specifies onlylicense=['GPL']
=> presumeGPL-2
- clarification request to author,
matti.pastell@helsinki.fi
- will update upon reponse
- clarification request to author,
- updated
Portfile
uploaded
comment:3 Changed 13 years ago by gorticus (Jason Mitchell)
GPL-2 verified by author, Dr. Matti Pastell:
From: Matti Pastell <matti.pastell@helsinki.fi> To: "Jason Wm. Mitchell" <jason-macports@maiar.org> Subject: Re: Pweave license clarification for macports Date: Thu, 23 Feb 2012 08:34:01 +0200 Dear Jason, Thanks for contacting me and I'm glad to see that Pweave will be included in Macports. The intended GPL version is v2. Best regards, Matti
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Does this really need distribute at runtime as well as build time? And should it be noarch?
comment:5 Changed 12 years ago by gorticus (Jason Mitchell)
Portfile
corrected as suggested, and updated.
comment:7 Changed 7 years ago by kencu (Ken)
No updates in status for five years. Please reopen if interested.
Note: See
TracTickets for help on using
tickets.
Thanks, the Portfile looks reasonable. I recommend you append to depends_lib instead of overwriting it. Also, if possible, indicate what version(s) of the GPL the code is licensed under (e.g. "GPL-3+" or "GPL-2").