Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
harripj committed Apr 13, 2024
1 parent 268043f commit 9f6c56c
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 5 deletions.
90 changes: 90 additions & 0 deletions conda/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<html>
<head>
<title>.</title>
<style type="text/css">
a, a:active {
text-decoration: none; color: blue;
}
a:visited {
color: #48468F;
}
a:hover, a:focus {
text-decoration: underline; color: red;
}
body {
background-color: #F5F5F5;
}
h2 {
margin-bottom: 12px;
}
th, td {
font: 100% monospace; text-align: left;
}
th {
font-weight: bold; padding-right: 14px; padding-bottom: 3px;
}
th.tight {
padding-right: 6px;
}
td {
padding-right: 14px;
}
td.tight {
padding-right: 8px;
}
td.s, th.s {
text-align: right;
}
td.summary {
white-space: nowrap;
overflow: hidden;
}
td.packagename {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 180px;
padding-right: 8px;
}
td.version {
//white-space: nowrap;
overflow: hidden;
max-width: 90px;
padding-right: 8px;
}
table {
background-color: white;
border-top: 1px solid #646464;
border-bottom: 1px solid #646464;
padding-top: 10px;
padding-bottom: 14px;
}
address {
color: #787878;
padding-top: 10px;
}
</style>
</head>
<body>
<h2>.</h2>
<h3><a href="rss.xml">RSS Feed</a>&nbsp;&nbsp;&nbsp;<a href="channeldata.json">channeldata.json</a></h3>
<a href="noarch">noarch</a>&nbsp;&nbsp;&nbsp;<a href="osx-64">osx-64</a>&nbsp;&nbsp;&nbsp; <table>
<tr>
<th style="padding-right:18px;">Package</th>
<th>Latest Version</th>
<th>Doc</th>
<th>Dev</th>
<th>License</th>
<th class="tight">osx-64</th><th class="tight">noarch</th> <th>Summary</th>
</tr>
<tr>
<td class="packagename"><a href="https://github.com/harripj/KED">ked</a></td>
<td class="version">0.2</td>
<td></td>
<td></td>
<td class="tight"></td>
<td>X</td><td>X</td> <td class="summary">None</td>
</tr> </table>
<address>Updated: 2024-04-12 20:46:02 +0000 - Files: 1</address>
</body>
</html>
6 changes: 1 addition & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ test:
- tests
requires:
- pytest
# imports:
# {% for dep in data['install_requires'] %}
# - {{ dep.lower() }}
# {% endfor %}


about:
home: https://github.com/harripj/KED
license_file: LICENSE

0 comments on commit 9f6c56c

Please sign in to comment.