summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-17 20:17:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-17 20:17:23 +0000
commit7f06b89d5e0815235d9d8a2f49348ec1f1d236e8 (patch)
treed349bcb781877e5ad7566cb8dd0002f95521cd92
parentAdd comment for PORTSCOUT (diff)
Add comment for PORTSCOUT
Notes
Notes: svn path=/head/; revision=535659
-rw-r--r--devel/py-twine1/Makefile1
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>