mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
21 lines
673 B
XML
21 lines
673 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">stripe</remote-id>
|
|
<remote-id type="github">stripe/stripe-python</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="telemetry">
|
|
Enable sending "telemetry to Stripe regarding request latency
|
|
and feature usage" by default. Upstream enables it by default
|
|
in their PyPI distribution; it can also be explicitly controlled
|
|
via stripe.enable_telemetry variable (boolean).
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|