mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-20 17:17:29 -08:00
Lots of changes all at once: * Update to EAPI=6. * Remove an old pkg_postinst() notice about a relocated executable. * Add IUSE=gdbm to make the gdbm daemon backend optional. * Only require a (gdbm, mysql, redis) backend with USE=pyzord. * Add a patch submitted upstream (by me) to fix a unicode crash. * Require sphinx with USE=doc (bug 636752). * Remove version constraints on redis-py and gevent (bug 643692). * Use HOMEPAGE to make SRC_URI fit on one line. * Add die() to "mv" and "rm" commands in src_install. * Removed seemingly-unnecessary DISTUTILS_IN_SOURCE_BUILD=1. * Added myself to metadata.xml as a maintainer. * Improved the back-end database engine USE flag descriptions. Bug: https://bugs.gentoo.org/636752 Bug: https://bugs.gentoo.org/643692 Package-Manager: Portage-2.3.19, Repoman-2.3.6
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="pyzord">Enable the pyzord server daemon</flag>
|
|
<flag name="gdbm">
|
|
Enables the Gdbm back-end database engine for pyzord
|
|
</flag>
|
|
<flag name="mysql">
|
|
Enables the MySQL back-end database engine for pyzord through
|
|
<pkg>dev-python/mysql-python</pkg>. Only works with python-2.x!
|
|
</flag>
|
|
<flag name="redis">
|
|
Enables the redis back-end database engine for pyzord through
|
|
<pkg>dev-python/redis-py</pkg>
|
|
</flag>
|
|
<flag name="gevent">
|
|
Use <pkg>dev-python/gevent</pkg> to enable asynchronous operation
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">SpamExperts/pyzor</remote-id>
|
|
<remote-id type="sourceforge">pyzor</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|