diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-17 20:17:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-17 20:17:23 +0000 |
commit | 7f06b89d5e0815235d9d8a2f49348ec1f1d236e8 (patch) | |
tree | d349bcb781877e5ad7566cb8dd0002f95521cd92 | |
parent | Add comment for PORTSCOUT (diff) |
Add comment for PORTSCOUT
Notes
Notes:
svn path=/head/; revision=535659
-rw-r--r-- | devel/py-twine1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-twine1/Makefile b/devel/py-twine1/Makefile index 1c28b91d3345..fd15d449bfd9 100644 --- a/devel/py-twine1/Makefile +++ b/devel/py-twine1/Makefile @@ -25,6 +25,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +# twine 2.0.0+ requires Python 3.6+ PORTSCOUT= limit:^1\. .include <bsd.port.mk> |