dev-python/cx-oracle: new package

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michał Gasewicz <rozstrojenie.jazni@gmail.com>
This commit is contained in:
Michał Gasewicz
2020-12-15 19:29:55 +01:00
parent 1eedca9eed
commit bba38927d6
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<upstream>
<doc>https://cx-oracle.readthedocs.io</doc>
<changelog>https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes</changelog>
<bugs-to>https://github.com/oracle/python-cx_Oracle/issues</bugs-to>
<remote-id type="github">oracle/python-cx_Oracle</remote-id>
</upstream>
<maintainer type="person">
<email>rozstrojenie.jazni@gmail.com</email>
<name>Michał Gasewicz</name>
</maintainer>
<longdescription>cx_Oracle is a Python extension module that enables access to Oracle Database.</longdescription>
<use>
<flag name="examples">Install examples, usually source code</flag>
</use>
</pkgmetadata>