mark sysutils/fabric broken for now, requires an update to 2.x to support
python 3. py2 paramiko is in the way of various updates. no response from maintainer.
This commit is contained in:
parent
c9b9f53f81
commit
3b64c02eda
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.615 2021/08/31 21:02:03 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.616 2021/09/01 22:32:25 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += accountsservice
|
||||
@ -92,7 +92,7 @@
|
||||
SUBDIR += exfat-fuse
|
||||
SUBDIR += exa
|
||||
SUBDIR += exoscale-cli
|
||||
SUBDIR += fabric
|
||||
#SUBDIR += fabric
|
||||
SUBDIR += facter
|
||||
SUBDIR += facette
|
||||
SUBDIR += faubackup
|
||||
@ -123,7 +123,6 @@
|
||||
SUBDIR += glide
|
||||
SUBDIR += go-cs
|
||||
SUBDIR += google-cloud-sdk
|
||||
SUBDIR += google-compute-engine
|
||||
SUBDIR += gource
|
||||
SUBDIR += govmomi
|
||||
SUBDIR += gpioflicker
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2021/05/21 19:50:35 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/09/01 22:32:25 sthen Exp $
|
||||
|
||||
BROKEN = requires update to fabric 2.x for python 3
|
||||
# N.B. commented-out in ../Makefile to avoid breaking dpb; if updating/unbreaking, that must be reenabled.
|
||||
|
||||
COMMENT = simple, pythonic tool for remote execution and deployment
|
||||
|
||||
@ -9,7 +12,7 @@ REVISION = 0
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = http://www.fabfile.org/
|
||||
HOMEPAGE = https://www.fabfile.org/
|
||||
|
||||
MAINTAINER = Pablo Mendez Hernandez <pablomh@gmail.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user