blob: 20544ce8d992341aefc1084eaf6ac01e5b10d0d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>wizardedit@gentoo.org</email>
<name>Austin English</name>
</maintainer>
<maintainer type="person">
<email>calchan@gentoo.org</email>
<name>Denis Dupeyron</name>
</maintainer>
<longdescription lang="en">
Python library for interacting with JIRA via REST APIs.
</longdescription>
<upstream>
<remote-id type="pypi">jira</remote-id>
<remote-id type="github">pycontribs/jira</remote-id>
</upstream>
<use>
<flag name="filemagic">Include filemagic support (for identifying uploaded filetypes)</flag>
<flag name="ipython">Include Interactive Python (IPython)</flag>
<flag name="jirashell">Include dependencies for jirashell (ipython, oauthlib)</flag>
<flag name="kerberos">Support Kerberos authentication</flag>
<flag name="oauth">Support OAuth authentication</flag>
</use>
</pkgmetadata>
|