diff options
author | 2016-11-13 09:59:15 +1300 | |
---|---|---|
committer | 2016-11-13 11:30:36 +1300 | |
commit | 38ba232d7890c519cbdee4dd9d2cebdf8a60da14 (patch) | |
tree | 3a5a149a4fa62b36b173b7a562d1b288f42d24a5 /dev-python/fedmsg/metadata.xml | |
parent | dev-python/kitchen: Added at 1.2.4 (diff) | |
download | gentoo-38ba232d7890c519cbdee4dd9d2cebdf8a60da14.tar.gz gentoo-38ba232d7890c519cbdee4dd9d2cebdf8a60da14.tar.bz2 gentoo-38ba232d7890c519cbdee4dd9d2cebdf8a60da14.zip |
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
Diffstat (limited to 'dev-python/fedmsg/metadata.xml')
-rw-r--r-- | dev-python/fedmsg/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/fedmsg/metadata.xml b/dev-python/fedmsg/metadata.xml new file mode 100644 index 000000000000..7b208507f3ca --- /dev/null +++ b/dev-python/fedmsg/metadata.xml @@ -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> |