diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-30 18:25:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-30 18:25:17 +0000 |
commit | a90498f8defd7dfe608da16bce78abbfb9aac768 (patch) | |
tree | 145c3e59ef590cf84c3fc1b67ef7bbb314ae0334 /sysutils/conan/Makefile | |
parent | d940a08a914f4bfea298f1631bfbbf706406e972 (diff) | |
download | ports-a90498f8defd7dfe608da16bce78abbfb9aac768.tar.gz ports-a90498f8defd7dfe608da16bce78abbfb9aac768.zip |
Notes
Diffstat (limited to 'sysutils/conan/Makefile')
-rw-r--r-- | sysutils/conan/Makefile | 5 |
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 |