Opened 14 years ago
Closed 14 years ago
#29423 closed submission (fixed)
NEW port: py26-nmrglue
Reported by: | michelle.lynn.gill@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py26-nmrglue |
Description
I would like to request that a new port be created based on the newly created nmrglue project http://nmrglue.googlecode.com. I have created (and tested) a Portfile appropriate for python 2.6. It's likely that a python 2.7 (and possibly also python 2.5) version of the port would be appropriate as well, though I do not have python 2.7 on my system to test the installation.
Note that I have listed myself as a maintainer, though I do not currently have commit rights--I'm not sure if this is acceptable or not. I use this project in my research, thus I'd be a good person to help keep the port current. If I'm not allowed to be listed as a maintainer since I don't yet have commit rights, then please leave the port maintainer open for the time being.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | python science removed |
---|---|
Port: | py27-nmrglue removed |
Summary: | NEW port request: py2*-nmrglue → NEW port: py26-nmrglue |
Version: | 1.9.2 |
comment:2 Changed 14 years ago by michelle.lynn.gill@…
Replying to macsforever2000@…:
A few changes need to be made:
- Obfuscate the email address like domain.com:foo
- Use depends_lib-append instead of depends_lib to not override the python26 portgroup which already adds python26 as a dependency
- Remove python26 as a dependency given the previous step
Done and the Portfile has been updated. Thank you--this is my first de novo submission.
Regarding the dependencies: I realized both matplotlib and scipy depend on numpy. Thus, I've removed it. If this is incorrect, let me know.
comment:3 Changed 14 years ago by michelle.lynn.gill@…
And, strictly speaking, nothing but the examples (which aren't included in the downloaded tar.gz file) requires matplotlib, so I've removed this dependency as well.
Changed 14 years ago by michelle.lynn.gill@…
comment:4 Changed 14 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r78537. Since it is openmaintainer, I changed the following:
- Moved some lines around to be more like other ports.
- Removed the unnecessary revision 0 line.
- Re-added py26-numpy as a dependency because the home page said it was required.
- Added a $Id line.
Note that you can be the sole maintainer on a port without commit rights. You just have to open tickets and attach patches for your changes.
A few changes need to be made: