mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-03 23:47:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
15 lines
673 B
XML
15 lines
673 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>xarthisius@gentoo.org</email>
|
|
<name>Kacper Kowalik</name>
|
|
</maintainer>
|
|
<longdescription>Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pika</remote-id>
|
|
<remote-id type="github">pika/pika</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|