Skip to content

Commit

Permalink
portfile-gen: python fixes
Browse files Browse the repository at this point in the history
Fix distname. Add default pypi-based homepage and master_sites.
  • Loading branch information
jmroot committed Feb 8, 2017
1 parent 7d98bf1 commit cbdbcf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions portfile-gen/portfile-gen
Expand Up @@ -171,9 +171,9 @@ switch ${groupCode} {
}
python {
puts ""
puts "homepage replaceme"
puts "master_sites replaceme"
puts {distname ${portname}-${version}}
puts "homepage https://pypi.python.org/pypi/${portname}/"
puts "master_sites pypi:[string index ${portname} 0]/${portname}"
puts "distname \${python.rootname}-\${version}"
}
ruby {
}
Expand Down

0 comments on commit cbdbcf5

Please sign in to comment.