Index: textproc/py-textfsm/Makefile =================================================================== --- textproc/py-textfsm/Makefile (revision 527138) +++ textproc/py-textfsm/Makefile (working copy) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= textfsm -DISTVERSION= 0.4.1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.1 CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org @@ -12,10 +12,21 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= google +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + .include Index: textproc/py-textfsm/distinfo =================================================================== --- textproc/py-textfsm/distinfo (revision 527138) +++ textproc/py-textfsm/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523365433 -SHA256 (textfsm-0.4.1.tar.gz) = 21a31e212d625d84a8c7a52f35055d536bd3a1c63d3d41ed65ee5d8bd5f29f00 -SIZE (textfsm-0.4.1.tar.gz) = 38369 +TIMESTAMP = 1582272415 +SHA256 (google-textfsm-v1.1.1_GH0.tar.gz) = 9299d54544b679ef2a477c9256ec5e906c649f8f79593b71d2bb56e1c96e6601 +SIZE (google-textfsm-v1.1.1_GH0.tar.gz) = 51340 Index: textproc/py-textfsm/files/patch-setup.py =================================================================== --- textproc/py-textfsm/files/patch-setup.py (nonexistent) +++ textproc/py-textfsm/files/patch-setup.py (working copy) @@ -0,0 +1,10 @@ +--- setup.py.orig 2019-11-26 11:17:07 UTC ++++ setup.py +@@ -52,7 +52,6 @@ setup(name='textfsm', + ] + }, + include_package_data=True, +- package_data={'textfsm': ['../testdata/*']}, + install_requires=['six', 'future'], + setup_requires=['pytest-runner'], + tests_require=['pytest']) Property changes on: textproc/py-textfsm/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property