Files
gentoo/dev-python/cppy/metadata.xml
Michał Górny f6355c455e dev-python/cppy: Add python@ as (co-)maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-06-10 10:10:54 +02:00

23 lines
825 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vpayno+gentoo@gmail.com</email>
<name>Victor Payno</name>
</maintainer>
<maintainer type="person">
<email>gyakovlev@gentoo.org</email>
<name>Georgy Yakovlev</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.
</longdescription>
<upstream>
<remote-id type="pypi">cppy</remote-id>
</upstream>
</pkgmetadata>