sysutils/py-consul: rename to sysutils/py-python-consul
- Renamed to match the project name Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18962
This commit is contained in:
1
MOVED
1
MOVED
@@ -11565,3 +11565,4 @@ lang/clang35|devel/llvm70|2019-01-18|Removed, unmaintained and not depended on
|
||||
lang/clang-devel|devel/llvm-devel|2019-01-18|Unneeded metaport
|
||||
sysutils/py-nomad|sysutils/py-python-nomad|2019-01-25|renamed to match project name
|
||||
devel/py-easyconfig|devel/py-python-easyconfig|2019-01-28|Rename to reflect official Python modules naming scheme
|
||||
sysutils/py-consul|sysutils/py-python-consul|2019-01-30|renamed to match project name
|
||||
|
||||
@@ -1010,7 +1010,6 @@
|
||||
SUBDIR += py-azure-cli-vm
|
||||
SUBDIR += py-bcfg2
|
||||
SUBDIR += py-cdmi
|
||||
SUBDIR += py-consul
|
||||
SUBDIR += py-croniter
|
||||
SUBDIR += py-crontab
|
||||
SUBDIR += py-diffoscope
|
||||
@@ -1046,6 +1045,7 @@
|
||||
SUBDIR += py-psutil
|
||||
SUBDIR += py-psutil121
|
||||
SUBDIR += py-ptyprocess
|
||||
SUBDIR += py-python-consul
|
||||
SUBDIR += py-python-nomad
|
||||
SUBDIR += py-pytsk
|
||||
SUBDIR += py-pywatchman
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= consul
|
||||
PORTNAME= python-consul
|
||||
PORTVERSION= 1.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jhixson@FreeBSD.org
|
||||
COMMENT= Python client for consul
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/consul:sysutils/consul \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
@@ -21,10 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/consul:sysutils/consul \
|
||||
|
||||
USES= python:2.7-3.6+
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cablehead
|
||||
GH_PROJECT= python-consul
|
||||
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cablehead
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user