Date: Wed, 13 Mar 2019 13:03:11 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495574 - in head: databases/py-asyncpg graphics/py-cairocffi graphics/sk1 science/dvc Message-ID: <201903131303.x2DD3BCw097853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Mar 13 13:03:11 2019 New Revision: 495574 URL: https://svnweb.freebsd.org/changeset/ports/495574 Log: Remove unused USE_PYTHON values. Reported by: tobik (in D19569) Modified: head/databases/py-asyncpg/Makefile (contents, props changed) head/graphics/py-cairocffi/Makefile (contents, props changed) head/graphics/sk1/Makefile (contents, props changed) head/science/dvc/Makefile (contents, props changed) Modified: head/databases/py-asyncpg/Makefile ============================================================================== --- head/databases/py-asyncpg/Makefile Wed Mar 13 09:50:32 2019 (r495573) +++ head/databases/py-asyncpg/Makefile Wed Mar 13 13:03:11 2019 (r495574) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS USES= pgsql:9.2+ python:3.5+ -USE_PYTHON= autoplist concurrent distutils setuptools +USE_PYTHON= autoplist concurrent distutils PORTDOCS= PKG-INFO README.rst Modified: head/graphics/py-cairocffi/Makefile ============================================================================== --- head/graphics/py-cairocffi/Makefile Wed Mar 13 09:50:32 2019 (r495573) +++ head/graphics/py-cairocffi/Makefile Wed Mar 13 13:03:11 2019 (r495574) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cf BUILD_DEPENDS= ${RUN_DEPENDS} USES= python -USE_PYTHON= distutils cffi py3kplist +USE_PYTHON= distutils py3kplist USE_GNOME= cairo .include <bsd.port.mk> Modified: head/graphics/sk1/Makefile ============================================================================== --- head/graphics/sk1/Makefile Wed Mar 13 09:50:32 2019 (r495573) +++ head/graphics/sk1/Makefile Wed Mar 13 13:03:11 2019 (r495574) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/p USES= desktop-file-utils gettext gnome python:2.7 shebangfix SHEBANG_FILES= ${PYSETUP} -USE_PYTHON= distutils noflavor distutils +USE_PYTHON= distutils distutils PYSETUP= setup-sk1.py PYDISTUTILS_INSTALLARGS= --root=${STAGEDIR} USE_GNOME= cairo glib20 pango Modified: head/science/dvc/Makefile ============================================================================== --- head/science/dvc/Makefile Wed Mar 13 09:50:32 2019 (r495573) +++ head/science/dvc/Makefile Wed Mar 13 13:03:11 2019 (r495574) @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:dev ${PYTHON_PKGNAMEPREFIX}zclockfile>0:devel/py-zclockfile@${PY_FLAVOR} USES= python:2.7 # only because asciimatics is py27-only -USE_PYTHON= distutils autoplist noflavor +USE_PYTHON= distutils autoplist NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903131303.x2DD3BCw097853>