git: 5d63579f801f - main - www/py-feedgenerator: Revert 80ea6fda57eab80554c56f29c6a521cb8ec32648

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 30 20:03:05 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d63579f801f5a0383b75b24b7ac212b355a7101

commit 5d63579f801f5a0383b75b24b7ac212b355a7101
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:52:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:52:34 +0000

    www/py-feedgenerator: Revert 80ea6fda57eab80554c56f29c6a521cb8ec32648
    
    It is still required for Python 3.6.
    
    PR:             256084
    Reported by:    John W. O'Brien <john at saltant.com>
---
 www/py-feedgenerator/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile
index 700716994ba6..e668d08ef687 100644
--- a/www/py-feedgenerator/Makefile
+++ b/www/py-feedgenerator/Makefile
@@ -20,6 +20,7 @@ USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8 # Python 3.6
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test


More information about the dev-commits-ports-all mailing list