Date: Tue, 28 Sep 2021 08:02:59 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7af0b18bc5c3 - main - devel/py-pyyaml-env-tag: Delete port Message-ID: <202109280802.18S82xnT029900@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7af0b18bc5c31551aae1ce915c1d3db150f8b0d6 commit 7af0b18bc5c31551aae1ce915c1d3db150f8b0d6 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-09-28 07:48:39 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-09-28 07:48:39 +0000 devel/py-pyyaml-env-tag: Delete port The primary idea was to rename the port accordingly in order to match the upstream naming. [1] In the meantime, another port with the correct naming has been added in c71c5b210be3, so this port is now redundant. Thus delete it. Reported by: koobs [1] --- MOVED | 1 + devel/Makefile | 1 - devel/py-pyyaml-env-tag/Makefile | 26 -------------------------- devel/py-pyyaml-env-tag/distinfo | 3 --- devel/py-pyyaml-env-tag/pkg-descr | 8 -------- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index d5c2276480b4..f901b1180a33 100644 --- a/MOVED +++ b/MOVED @@ -16486,3 +16486,4 @@ net-mgmt/zabbix52-frontend||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-java||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream +devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming diff --git a/devel/Makefile b/devel/Makefile index 76a6bacb63fb..2864e20cfb45 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5084,7 +5084,6 @@ SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py SUBDIR += py-pyxb - SUBDIR += py-pyyaml-env-tag SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml_env_tag SUBDIR += py-pyzipper diff --git a/devel/py-pyyaml-env-tag/Makefile b/devel/py-pyyaml-env-tag/Makefile deleted file mode 100644 index 8df273399785..000000000000 --- a/devel/py-pyyaml-env-tag/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= pyyaml-env-tag -DISTVERSION= 0.1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyyaml_env_tag-${DISTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Custom YAML tag for referencing environment variables in YAML files - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -NO_ARCH= yes - -do-test: - @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test_yaml_env_tag.py -v - -.include <bsd.port.mk> diff --git a/devel/py-pyyaml-env-tag/distinfo b/devel/py-pyyaml-env-tag/distinfo deleted file mode 100644 index 694994326a90..000000000000 --- a/devel/py-pyyaml-env-tag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1631897120 -SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb -SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631 diff --git a/devel/py-pyyaml-env-tag/pkg-descr b/devel/py-pyyaml-env-tag/pkg-descr deleted file mode 100644 index d7d47d965747..000000000000 --- a/devel/py-pyyaml-env-tag/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package was inspired by the Ruby package "yaml-env-tag". Its main -purpose is to reference environment variables in YAML scripts. - -In contrast to other Python packages, that provide similar functionality, e.g. -"pyyaml-tags" it also offers to define defaults and to have the values not only -as strings. - -WWW: https://github.com/waylan/pyyaml-env-tag
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109280802.18S82xnT029900>