Opened 13 years ago
Closed 13 years ago
#33628 closed submission (fixed)
new: py-pss port
Reported by: | seanfarley (Sean Farley) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | py-pss |
Description
Attached is a portfile for the pss package:
http://pypi.python.org/pypi/pss/
A pretty simple port. Is it preferred to attach the new portfile or the diff?
Attachments (1)
Change History (3)
Changed 13 years ago by seanfarley (Sean Farley)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sean.michael.farley@… removed |
---|---|
Keywords: | python pss removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | py-pss added |
Status: | new → assigned |
Thanks. For new ports, attach the Portfile; for updates to existing ports, attach the unified diff.
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r90811.
The way you were using the distname
keyword was unusual. distname
is supposed to represent the distfile name without its extension. So I changed various lines to use the variable that way.
I also fixed the maintainers
line. "openmaintainer" is only used in conjunction with another real maintainer name; if there is no maintainer, we write "nomaintainer". On the other hand, if you would like to maintain this port, let me know and I'll change it to your email address (with or without "openmaintainer", as you wish).
Since this port does not install any architecture-specific (i.e. compiled) files, I added the supported_archs noarch
line.
I fixed the livecheck.
I removed 24 and 25 from the versions because they don't build:
:info:build File "setup.py", line 14 :info:build with open('README', 'rt') as readme: :info:build ^ :info:build SyntaxError: invalid syntax
When submitting a port, you should first verify it builds; when submitting a python portgroup port, or any other port with subports, you should verify all the subports build too.
py-pss portfile