Index: head/devel/py-cbor2/Makefile =================================================================== --- head/devel/py-cbor2/Makefile (revision 492574) +++ head/devel/py-cbor2/Makefile (revision 492575) @@ -1,20 +1,22 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= cbor2 PORTVERSION= 4.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Pure Python CBOR (de)serializer with extensive tag support LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python:2.7 USE_PYTHON= autoplist concurrent distutils -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +USE_LOCALE= en_US.UTF-8 .include Index: head/devel/py-setuptools/Makefile =================================================================== --- head/devel/py-setuptools/Makefile (revision 492574) +++ head/devel/py-setuptools/Makefile (revision 492575) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 40.6.3 +PORTVERSION= 40.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org COMMENT= Python packages installer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= python zip USE_PYTHON= autoplist concurrent distutils allflavors PYDISTUTILS_SETUP= ${PYSETUP} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}distribute-[0-9]* MAKE_ENV+= SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 PLIST_FILES= "@sample %%PYTHON_SITELIBDIR%%/easy-install.pth.dist %%PYTHON_SITELIBDIR%%/easy-install.pth" .include .if ${FLAVOR} != ${FLAVORS:[1]} SUB_FILES+= pkg-message SUB_LIST+= PYTHON_VER=${PYTHON_VER} .endif # These create dependency loops in redports/poudriere, because setuptools # is currently an explicit BUILD & RUN dependency in Uses/python.mk. #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} #.if ${PYTHON_REL} < 3300 #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} #.endif post-install: ${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/ do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-setuptools/distinfo =================================================================== --- head/devel/py-setuptools/distinfo (revision 492574) +++ head/devel/py-setuptools/distinfo (revision 492575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548160125 -SHA256 (python/setuptools-40.6.3.zip) = 3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8 -SIZE (python/setuptools-40.6.3.zip) = 839328 +TIMESTAMP = 1549473370 +SHA256 (python/setuptools-40.8.0.zip) = 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d +SIZE (python/setuptools-40.8.0.zip) = 845071 Index: head/net/py-ldap0/Makefile =================================================================== --- head/net/py-ldap0/Makefile (revision 492574) +++ head/net/py-ldap0/Makefile (revision 492575) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= ldap0 PORTVERSION= 0.0.60 PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= girgen@FreeBSD.org COMMENT= Python module package for implementing LDAP clients LICENSE= PSFL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} MAKE_ENV+= INCLUDES=${LOCALBASE}/include WANT_OPENLDAP_SASL=yes USES= python:2.7 +USE_LOCALE= en_US.UTF-8 USE_OPENLDAP= yes USE_PYTHON= autoplist distutils .include Index: head/www/moinmoin/files/patch-setup.cfg =================================================================== --- head/www/moinmoin/files/patch-setup.cfg (nonexistent) +++ head/www/moinmoin/files/patch-setup.cfg (revision 492575) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2018-09-09 18:10:20 UTC ++++ setup.cfg +@@ -1,6 +1,6 @@ + # MoinMoin - Distutils config + # +-# Copyright (c) 2001 by Jürgen Hermann ++# Copyright (c) 2001 by Jurgen Hermann + # All rights reserved, see COPYING for details. + + [bdist_rpm] Property changes on: head/www/moinmoin/files/patch-setup.cfg ___________________________________________________________________ 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