2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-20 00:00:50 +03:00
Files
gentoo/dev-python/bracex/metadata.xml
Andrew Ammerlaan 7129a89a0f dev-python/bracex: drop myself as a maintainer
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-04-09 22:40:17 +02:00

27 lines
1.2 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/bracex</remote-id>
<remote-id type="pypi">bracex</remote-id>
</upstream>
<longdescription lang="en">
Why Bracex over other solutions?
Bracex actually follows pretty closely to how Bash processes braces. It is not a 1:1 implementation of how Bash handles braces, but generally, it follows very closely. Almost all of the test cases are run through Bash first, then our implementation is compared against the results Bash gives. There are a few cases where we have purposely deviated. For instance, we are not handling Bash's command line inputs, so we are not giving special meaning to back ticks and quotes at this time.
</longdescription>
<stabilize-allarches/>
</pkgmetadata>