2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-30 00:05:48 +03:00
Files
gentoo/dev-python/backrefs/metadata.xml
Andrew Ammerlaan 99923f47e3 dev-python/backrefs: drop myself as a maintainer
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-04-09 22:40:18 +02:00

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">facelessuser/backrefs</remote-id>
<remote-id type="pypi">backrefs</remote-id>
</upstream>
<longdescription lang="en">
Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some.
</longdescription>
<stabilize-allarches/>
</pkgmetadata>