Date: Sun, 8 Nov 2020 17:19:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554540 - in head/devel/py-pip-licenses: . files Message-ID: <202011081719.0A8HJpo4000206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 8 17:19:50 2020 New Revision: 554540 URL: https://svnweb.freebsd.org/changeset/ports/554540 Log: Update to 3.0.0 Changes: https://github.com/raimon49/pip-licenses/releases Added: head/devel/py-pip-licenses/files/patch-setup.cfg (contents, props changed) Deleted: head/devel/py-pip-licenses/files/patch-setup.py Modified: head/devel/py-pip-licenses/Makefile head/devel/py-pip-licenses/distinfo Modified: head/devel/py-pip-licenses/Makefile ============================================================================== --- head/devel/py-pip-licenses/Makefile Sun Nov 8 17:19:45 2020 (r554539) +++ head/devel/py-pip-licenses/Makefile Sun Nov 8 17:19:50 2020 (r554540) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip-licenses -PORTVERSION= 2.3.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +18,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py- RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ptable>=0:devel/py-ptable@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>=0:devel/py-pytest-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-pip-licenses/distinfo ============================================================================== --- head/devel/py-pip-licenses/distinfo Sun Nov 8 17:19:45 2020 (r554539) +++ head/devel/py-pip-licenses/distinfo Sun Nov 8 17:19:50 2020 (r554540) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596954344 -SHA256 (pip-licenses-2.3.0.tar.gz) = 630f7e1b51ac0751c9c218e2ed76bb982e769301510a0bcca0dd4a47d05198fd -SIZE (pip-licenses-2.3.0.tar.gz) = 24158 +TIMESTAMP = 1604680162 +SHA256 (pip-licenses-3.0.0.tar.gz) = 318f09905529492d13b048a90cbdf92e196fc660e8700dc2e3cf99c7c957c775 +SIZE (pip-licenses-3.0.0.tar.gz) = 24441 Added: head/devel/py-pip-licenses/files/patch-setup.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pip-licenses/files/patch-setup.cfg Sun Nov 8 17:19:50 2020 (r554540) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2020-10-25 01:39:18 UTC ++++ setup.cfg +@@ -25,7 +25,6 @@ py_modules = + piplicenses + setup_requires = + setuptools >= 40.9.0 +- pytest-runner + install_requires = + PTable + tests_require =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081719.0A8HJpo4000206>