mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-25 00:05:45 +03:00
At the time, it was added for the optional dep of pyqt5, but today we do it better, so not needed. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
21 lines
641 B
XML
21 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
pyudev is a Python binding to libudev, the hardware management library
|
|
and service found in modern linux systems.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pyudev</remote-id>
|
|
<remote-id type="github">pyudev/pyudev</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|