mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
sysutils/ohmu: remove scandir dependency
drop dependency upon sysutils/ohmu - it is only required for python2 Update WWW while here
This commit is contained in:
parent
000aa91f5a
commit
6b718a8d6e
1 changed files with 4 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
||||||
PORTNAME= ohmu
|
PORTNAME= ohmu
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Tool to view space usage in your terminal
|
COMMENT= Tool to view space usage in your terminal
|
||||||
WWW= https://github.com/paul-nechifor/ohmu
|
WWW= https://gitlab.com/paul-nechifor/ohmu
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
|
||||||
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= paul-nechifor
|
GH_ACCOUNT= paul-nechifor
|
||||||
|
@ -21,8 +20,7 @@ USE_PYTHON= autoplist distutils concurrent optsuffix
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${REINPLACE_CMD} -e 's/scandir==1.3/scandir>=1.3/' \
|
${REINPLACE_CMD} -e 's/future==0.15.2/future>=0.15.2/' \
|
||||||
-e 's/future==0.15.2/future>=0.15.2/' \
|
|
||||||
${WRKSRC}/setup.py
|
${WRKSRC}/setup.py
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue