Commit 14a6f600 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

misc/py-natten: Move to py-NATTEN; Update 0.21.0 → 0.21.5

parent ff70fad7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5110,3 +5110,4 @@ lang/python-doc-pdf-a4||2026-02-05|A4-size PDF no longer provided since 3.13
devel/rubygem-sidekiq-cron-rails70|devel/rubygem-sidekiq-cron-rails-gitlab|2026-02-05|Obsolete, please use devel/rubygem-sidekiq-cron-rails-gitlab instead
devel/freebsd-git-devtools|devel/freebsd-git-arc|2026-02-06|Split into two separate ports: devel/freebsd-git-arc and devel/mfc-candidates to improve discoverability
devel/py-Levenshtein|devel/py-levenshtein|2026-02-07|Rename to match upstream
misc/py-natten|misc/py-NATTEN|2026-02-10|Rename to match name in PyPI
+1 −1
Original line number Diff line number Diff line
@@ -421,6 +421,7 @@
    SUBDIR += pspresent
    SUBDIR += ptsort
    SUBDIR += pubs
    SUBDIR += py-NATTEN
    SUBDIR += py-PyUserInput
    SUBDIR += py-PyWavefront
    SUBDIR += py-QSpectrumAnalyzer
@@ -516,7 +517,6 @@
    SUBDIR += py-molequeue
    SUBDIR += py-napari
    SUBDIR += py-napari-svg
    SUBDIR += py-natten
    SUBDIR += py-npTDMS
    SUBDIR += py-npe2
    SUBDIR += py-numcodecs
+7 −8
Original line number Diff line number Diff line
PORTNAME=	natten
PORTNAME=	NATTEN
DISTVERSIONPREFIX=	v
DISTVERSION=	0.21.0
PORTREVISION=	1
DISTVERSION=	0.21.5
CATEGORIES=	misc python # machine-learning
#MASTER_SITES=	PYPI # no tests
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,14 +14,14 @@ LICENSE= MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

# this BUILD_DEPENDS should be used when CUDA would be available
#BUILD_DEPENDS=	cmake:devel/cmake-core \
		pybind11>0:devel/pybind11 \
		${PYTHON_PKGNAMEPREFIX}pytorch>=2.0.0:misc/py-pytorch@${PY_FLAVOR}
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytorch>=2.0.0:misc/py-pytorch@${PY_FLAVOR}
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		cmake:devel/cmake-core \
		${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytorch>=2.0.0:misc/py-pytorch@${PY_FLAVOR}

USES=		localbase python
USE_PYTHON=	distutils autoplist pytest
USE_PYTHON=	pep517 autoplist pytest

USE_GITHUB=	yes
GH_ACCOUNT=	SHI-Labs
+3 −0
Original line number Diff line number Diff line
TIMESTAMP = 1770709775
SHA256 (SHI-Labs-NATTEN-v0.21.5_GH0.tar.gz) = 950602f3ecccc29fc001d07fd098f57c5a342321cb33feeadf15edab4a045a74
SIZE (SHI-Labs-NATTEN-v0.21.5_GH0.tar.gz) = 5963144
+0 −0

File moved.

Loading