aboutsummaryrefslogtreecommitdiff
path: root/sysutils/conan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/conan/Makefile')
-rw-r--r--sysutils/conan/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/conan/Makefile b/sysutils/conan/Makefile
index ca96d16f84d9..55b23519f3d3 100644
--- a/sysutils/conan/Makefile
+++ b/sysutils/conan/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= conan
-DISTVERSION= 1.34.1
+DISTVERSION= 1.35.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
@@ -12,6 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
PY_DEPENDS= \
+ ${PYTHON_PKGNAMEPREFIX}bottle>=0.12.8:www/py-bottle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3,<0.5.0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0,<3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deprecation>=2.0:devel/py-deprecation@${PY_FLAVOR} \
@@ -34,8 +35,6 @@ BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= conan-io
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes