diff options
Diffstat (limited to 'www/py-rfc3986/Makefile')
-rw-r--r-- | www/py-rfc3986/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-rfc3986/Makefile b/www/py-rfc3986/Makefile index 45c5c45704c3..84184de12dd3 100644 --- a/www/py-rfc3986/Makefile +++ b/www/py-rfc3986/Makefile @@ -1,7 +1,7 @@ # Created by: Yuri Victorovich <yuri@rawbw.com> PORTNAME= rfc3986 -PORTVERSION= 1.5.0 +PORTVERSION= 2.0.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= sigmavirus24 USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils autoplist NO_ARCH= yes |