diff options
author | John Hixson <jhixson@FreeBSD.org> | 2019-01-31 05:03:36 +0000 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2019-01-31 05:03:36 +0000 |
commit | a207c54f02fa0ee8fbf0964c9205ef1e0388095e (patch) | |
tree | e0e6365c78baf1d156b257b8504e172c8183959e | |
parent | misc/py-SoapySDR: Update 0.7.0 -> 0.7.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=491686
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-python-consul/Makefile (renamed from sysutils/py-consul/Makefile) | 10 | ||||
-rw-r--r-- | sysutils/py-python-consul/distinfo (renamed from sysutils/py-consul/distinfo) | 0 | ||||
-rw-r--r-- | sysutils/py-python-consul/files/patch-setup.py (renamed from sysutils/py-consul/files/patch-setup.py) | 0 | ||||
-rw-r--r-- | sysutils/py-python-consul/pkg-descr (renamed from sysutils/py-consul/pkg-descr) | 0 |
6 files changed, 7 insertions, 6 deletions
@@ -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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 5d2ee481203b..bf544abb871e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/py-consul/Makefile b/sysutils/py-python-consul/Makefile index b4a66cde236b..8c373f4f7990 100644 --- a/sysutils/py-consul/Makefile +++ b/sysutils/py-python-consul/Makefile @@ -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_PYTHON= distutils autoplist + USE_GITHUB= yes GH_ACCOUNT= cablehead -GH_PROJECT= python-consul - -USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/sysutils/py-consul/distinfo b/sysutils/py-python-consul/distinfo index 2c88b19ac75f..2c88b19ac75f 100644 --- a/sysutils/py-consul/distinfo +++ b/sysutils/py-python-consul/distinfo diff --git a/sysutils/py-consul/files/patch-setup.py b/sysutils/py-python-consul/files/patch-setup.py index bf913532c37e..bf913532c37e 100644 --- a/sysutils/py-consul/files/patch-setup.py +++ b/sysutils/py-python-consul/files/patch-setup.py diff --git a/sysutils/py-consul/pkg-descr b/sysutils/py-python-consul/pkg-descr index 324d40156bc4..324d40156bc4 100644 --- a/sysutils/py-consul/pkg-descr +++ b/sysutils/py-python-consul/pkg-descr |