mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
17 lines
605 B
XML
17 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>sci-geosciences</herd>
|
|
<herd>python</herd>
|
|
<use>
|
|
<flag name="server">Enable OpenDAP server support</flag>
|
|
</use>
|
|
<longdescription lang="en">pydap is a Python implementation of the Data Access Protocol
|
|
a.k.a. DODS or OPeNDAP. Using pydap as a client you can access
|
|
hundreds of scientific datasets. You can also use it to serve your
|
|
data from a variety of formats.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">dap</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|