git: 5a2db3adbcd7 - main - science/py-asdf-unit-schemas: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 14:45:01 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a2db3adbcd70c39b3c71082705f2c513906ea22 commit 5a2db3adbcd70c39b3c71082705f2c513906ea22 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 14:44:51 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 14:44:51 +0000 science/py-asdf-unit-schemas: Remove expired port 2024-03-31 science/py-asdf-unit-schemas: This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead --- MOVED | 1 + science/Makefile | 1 - science/py-asdf-unit-schemas/Makefile | 27 --------------------------- science/py-asdf-unit-schemas/distinfo | 3 --- science/py-asdf-unit-schemas/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index bf546ce986c4..6a609795b28c 100644 --- a/MOVED +++ b/MOVED @@ -3134,3 +3134,4 @@ irc/pircbot||2024-04-01|Has expired: Abandoned upstream, last release in 2009 an security/akmos||2024-04-01|Has expired: Last release in 2018, no active development for years and no users in tree sysutils/uefi-edk2-bhyve-csm||2024-04-01|Has expired: Requires old edk2 version and gcc 4.8 net/samba413||2024-04-01|Has expired: Reached its EoL on March 21, 2022 +science/py-asdf-unit-schemas|science/py-asdf-standard|2024-04-01|Has expired: This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead diff --git a/science/Makefile b/science/Makefile index 828d714b017e..accbd691d1d1 100644 --- a/science/Makefile +++ b/science/Makefile @@ -297,7 +297,6 @@ SUBDIR += py-asdf SUBDIR += py-asdf-standard SUBDIR += py-asdf-transform-schemas - SUBDIR += py-asdf-unit-schemas SUBDIR += py-ase SUBDIR += py-atomium SUBDIR += py-avogadrolibs diff --git a/science/py-asdf-unit-schemas/Makefile b/science/py-asdf-unit-schemas/Makefile deleted file mode 100644 index b2f1b890016c..000000000000 --- a/science/py-asdf-unit-schemas/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= asdf-unit-schemas -PORTVERSION= 0.2.0 -CATEGORIES= science python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= asdf_unit_schemas-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= ASDF schemas for units -WWW= https://github.com/asdf-format/asdf-unit-schemas - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead -EXPIRATION_DATE=2024-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python:3.9+ -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/science/py-asdf-unit-schemas/distinfo b/science/py-asdf-unit-schemas/distinfo deleted file mode 100644 index 0f7a098a3d37..000000000000 --- a/science/py-asdf-unit-schemas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710712526 -SHA256 (asdf_unit_schemas-0.2.0.tar.gz) = d995c45b5531ef1fe2e0525db30c7fc8b36df9447116ee067ce4461eea7e4440 -SIZE (asdf_unit_schemas-0.2.0.tar.gz) = 45565 diff --git a/science/py-asdf-unit-schemas/pkg-descr b/science/py-asdf-unit-schemas/pkg-descr deleted file mode 100644 index ea73cd3a77df..000000000000 --- a/science/py-asdf-unit-schemas/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -asdf-unit-schemas provides ASDF schemas for validating unit tags. Users should -not need to install this directly; instead, install an implementation package -such as asdf-astropy, which includes asdf-unit-schemas as a dependency.