Index: head/MOVED =================================================================== --- head/MOVED +++ head/MOVED @@ -11564,3 +11564,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 devel/py-easyconfig|devel/py-python-easyconfig|2019-01-28|Rename to reflect official Python modules naming scheme +sysutils/py-nomad|sysutils/py-python-nomad|2019-01-25|renamed to match project name Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -1033,7 +1033,6 @@ SUBDIR += py-iowait SUBDIR += py-mqttwarn SUBDIR += py-nagiosplugin - SUBDIR += py-nomad SUBDIR += py-packet-python SUBDIR += py-pkginfo SUBDIR += py-ploy @@ -1046,6 +1045,7 @@ SUBDIR += py-psutil SUBDIR += py-psutil121 SUBDIR += py-ptyprocess + SUBDIR += py-python-nomad SUBDIR += py-pytsk SUBDIR += py-pywatchman SUBDIR += py-pyznap Index: head/sysutils/py-nomad/Makefile =================================================================== --- head/sysutils/py-nomad/Makefile +++ head/sysutils/py-nomad/Makefile @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= py-nomad -PORTVERSION= 0.5.0 -CATEGORIES= sysutils -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jhixson@FreeBSD.org -COMMENT= Python client for nomad - -LICENSE= MIT - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} - -USES= python:3.3+ - -USE_GITHUB= yes -GH_ACCOUNT= jrxFive -GH_PROJECT= python-nomad - -USE_PYTHON= distutils autoplist - -.include Index: head/sysutils/py-nomad/distinfo =================================================================== --- head/sysutils/py-nomad/distinfo +++ head/sysutils/py-nomad/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1507912742 -SHA256 (jrxFive-python-nomad-0.5.0_GH0.tar.gz) = 1ba2acab7995f0a504bdeea0df06f6ce93c60c1faacfa49b10bc2bb146a8d5ad -SIZE (jrxFive-python-nomad-0.5.0_GH0.tar.gz) = 16255 Index: head/sysutils/py-nomad/pkg-descr =================================================================== --- head/sysutils/py-nomad/pkg-descr +++ head/sysutils/py-nomad/pkg-descr @@ -1,9 +0,0 @@ -Python client for nomad (WWW: http://www.nomadproject.io) - -Nomad is a tool for managing a cluster of machines and running -applications on them. -Nomad abstracts away machines and the location of applications, -and instead enables users to declare what they want to run and -Nomad handles where they should run and how to run them. - -WWW: https://github.com/jrxFive/python-nomad Index: head/sysutils/py-python-nomad/Makefile =================================================================== --- head/sysutils/py-python-nomad/Makefile +++ head/sysutils/py-python-nomad/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= python-nomad +PORTVERSION= 0.5.0 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhixson@FreeBSD.org +COMMENT= Python client for nomad + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} + +USES= python:3.3+ + +USE_GITHUB= yes +GH_ACCOUNT= jrxFive +GH_PROJECT= python-nomad + +USE_PYTHON= distutils autoplist + +.include Index: head/sysutils/py-python-nomad/distinfo =================================================================== --- head/sysutils/py-python-nomad/distinfo +++ head/sysutils/py-python-nomad/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1507912742 +SHA256 (jrxFive-python-nomad-0.5.0_GH0.tar.gz) = 1ba2acab7995f0a504bdeea0df06f6ce93c60c1faacfa49b10bc2bb146a8d5ad +SIZE (jrxFive-python-nomad-0.5.0_GH0.tar.gz) = 16255 Index: head/sysutils/py-python-nomad/pkg-descr =================================================================== --- head/sysutils/py-python-nomad/pkg-descr +++ head/sysutils/py-python-nomad/pkg-descr @@ -0,0 +1,9 @@ +Python client for nomad (WWW: http://www.nomadproject.io) + +Nomad is a tool for managing a cluster of machines and running +applications on them. +Nomad abstracts away machines and the location of applications, +and instead enables users to declare what they want to run and +Nomad handles where they should run and how to run them. + +WWW: https://github.com/jrxFive/python-nomad