You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/jira/metadata.xml

23 lines
889 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<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>