summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-07-30 22:23:19 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-07-30 22:23:59 -0400
commitd771aa1f0e069b2663e2e0ccbd49a532fdb07a4c (patch)
tree8a7ee5d15a91811c1e7afae74d67c3569d517fbc /dev-python/fabric/metadata.xml
parentdev-ruby/filesize: adding x86 and eapi bump (diff)
downloadgentoo-d771aa1f0e069b2663e2e0ccbd49a532fdb07a4c.tar.gz
gentoo-d771aa1f0e069b2663e2e0ccbd49a532fdb07a4c.tar.bz2
gentoo-d771aa1f0e069b2663e2e0ccbd49a532fdb07a4c.zip
dev-python/fabric: Bump to 2.2.1
The jump for 1.x to 2.x upstream is a major change so I've added a new slot "2" for it along with a new "fab2" USE flag to decide whether we install in "side-by-side" mode. I didn't go for an eselect script because this side-by-side thing is a transition measure that shouldn't last very long. I also went with the "fab2" USE flag because it was what was the closest to upstream's transition strategy[1]. Also: * EAPI 7 * Python 3.6 * Temporarily drop ~arm64 because of new "invoke" dep * Remove broken bash completions In addition to not being able to make bash completions work under 1.x, the completion situation changed with fab 2.x with invoke being able to generate them automatically but I haven't been able to make it work for fabric yet. [1]: http://www.fabfile.org/installing.html Closes: https://bugs.gentoo.org/657392 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/fabric/metadata.xml')
-rw-r--r--dev-python/fabric/metadata.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/fabric/metadata.xml b/dev-python/fabric/metadata.xml
index 0ed9470ac422..38953b499500 100644
--- a/dev-python/fabric/metadata.xml
+++ b/dev-python/fabric/metadata.xml
@@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>vdupras@gentoo.org</email>
+ <name>Virgil Dupras</name>
+ </maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <use>
+ <flag name="fab2">Install as "fab2", allowing side-by-side install with fabric 1.x</flag>
+ </use>
<upstream>
<remote-id type="pypi">Fabric</remote-id>
</upstream>