Commit 5a2db3ad authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 8eca5da1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −27
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1710712526
SHA256 (asdf_unit_schemas-0.2.0.tar.gz) = d995c45b5531ef1fe2e0525db30c7fc8b36df9447116ee067ce4461eea7e4440
SIZE (asdf_unit_schemas-0.2.0.tar.gz) = 45565
+0 −3
Original line number Diff line number Diff line
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.