mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
22 lines
839 B
XML
22 lines
839 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>dotnet@gentoo.org</email>
|
|
<name>Gentoo Dotnet Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Python.NET is a package that gives Python programmers nearly seamless
|
|
integration with the .NET Common Language Runtime (CLR) and provides a
|
|
powerful application scripting tool for .NET developers. It allows Python
|
|
code to interact with the CLR, and may also be used to embed Python into a
|
|
.NET application.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/pythonnet/pythonnet/issues/</bugs-to>
|
|
<remote-id type="github">pythonnet/pythonnet</remote-id>
|
|
<remote-id type="pypi">pythonnet</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|