sysutils/py-nomad: rename to sysutils/py-python-nomad

- Rename to match the project name (python-nomad)

Approved by:	araujo
Differential Revision:		https://reviews.freebsd.org/D18964
This commit is contained in:
John Hixson 2019-01-29 03:50:17 +00:00
parent 0ac79a7897
commit 07e7815f85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491538
5 changed files with 5 additions and 3 deletions

1
MOVED
View File

@ -11564,3 +11564,4 @@ mail/drac||2019-01-16|Has expired: Unmaintained upstream since 2003
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

View File

@ -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

View File

@ -1,14 +1,15 @@
# $FreeBSD$
PORTNAME= py-nomad
PORTNAME= python-nomad
PORTVERSION= 0.5.0
CATEGORIES= sysutils
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}