X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=hr-pkg.tmpl;fp=hr-pkg.tmpl;h=2f1590ddb9f6c6d2a7a805000ee1ea6a8e5d3f8b;hb=095355edeb841fd490353e4b22f9ea3909344260;hp=0000000000000000000000000000000000000000;hpb=8d410a547fec59ede811f71157b1b11d14a7b6c6;p=gocheese.git diff --git a/hr-pkg.tmpl b/hr-pkg.tmpl new file mode 100644 index 0000000..2f1590d --- /dev/null +++ b/hr-pkg.tmpl @@ -0,0 +1,77 @@ +` + + + {{.Version}}: package {{.PkgName}} + + +
+ {{with .Info.Name}}
Name
{{.}}
{{end}} + {{with .Info.Version}}
Version
{{.}}
{{end}} + + {{with .Info.Platform}}
Platform
{{end}} + + {{with .Info.SupportedPlatform}}
SupportedPlatform
{{end}} + +
Summary
{{.Info.Summary}}
+
Description
+{{.Info.Description}}
+      
+ + {{with .Info.DescriptionContentType}}
DescriptionContentType
{{.}}
{{end}} + {{with .Info.Keywords}}
Keywords
{{.}}
{{end}} + {{with .Info.HomePage}}
HomePage
{{.}}
{{end}} + {{with .Info.Author}}
Author
{{.}}
{{end}} + {{with .Info.AuthorEmail}}
AuthorEmail
{{.}}
{{end}} + {{with .Info.Maintainer}}
Maintainer
{{.}}
{{end}} + {{with .Info.MaintainerEmail}}
MaintainerEmail
{{.}}
{{end}} + {{with .Info.License}}
License
{{.}}
{{end}} + + {{with .Info.Classifier}}
Classifier
{{end}} + + {{with .Info.RequiresDist}}
RequiresDist
{{end}} + + {{with .Info.RequiresPython}}
RequiresPython
{{.}}
{{end}} + + {{with .Info.RequiresExternal}}
RequiresExternal
{{end}} + + {{with .Info.ProjectURL}}
ProjectURL
{{end}} + + {{with .Info.ProvidesExtra}}
ProvidesExtra
{{end}} +
+ +

Releases

+ + + + + + + + + {{range .Releases}}{{if .Size}} + + + {{end}}{{end}} +
FilenameVersionUploadedSizeDigests
{{.Filename}} + {{.Version}} + {{.UploadTimeISO8601}} + {{.Size}} +
    {{range $a, $d := .Digests}} +
  • {{$a}}: {{$d}}
  • + {{end}}
+ +