mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net-mgmt/py-pysmi: Break dependence on net-mgmt/py-pysnmp
PR: 235727 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
This commit is contained in:
parent
0fc33fa8e8
commit
8604cf88f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494232
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= pysmi
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
SF/pysmi/pysmi/${PORTVERSION}
|
||||
@ -13,8 +13,6 @@ COMMENT= SNMP/SMI MIB parsing in Python
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=0:net-mgmt/py-pysnmp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
@ -29,9 +27,6 @@ PORTEXAMPLES= *
|
||||
|
||||
BASEDOCS= CHANGES.rst README.md THANKS.txt TODO.txt
|
||||
|
||||
post-build:
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${BASEDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user