dev-python/fedmsg: Added at version 0.18.0

Configuration optimised for making anitya
(https://release-monitoring.org) work out of the box: This includes
disabling verification by default, as its currently impossible to
get x509 verification working on Python 3.5

People who want signature verification enabled are encouraged to
install for python 2.7, and RDEPEND is configured to automatically
pull in m2crypto if you opt to build for python 2.7

However, getting it working will still require m2ext being added to
tree somewhere, which is dubious given m2ext hasn't been touched
since 2012

Package-Manager: portage-2.3.2
This commit is contained in:
Kent Fredric
2016-11-13 09:59:15 +13:00
parent 143ba75115
commit 38ba232d78
5 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kentnl@gentoo.org</email>
<name>Kent Fredric</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
</pkgmetadata>