Date: Fri, 3 Jun 2022 14:00:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2d0e4bbb0bb - main - science/py-PyNE: Fix build with setuptools 58.0.0+ Message-ID: <202206031400.253E0Xkm098674@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2d0e4bbb0bbc27c40b0ffd8934d099d1ed62d54 commit c2d0e4bbb0bbc27c40b0ffd8934d099d1ed62d54 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 13:57:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 13:59:10 +0000 science/py-PyNE: Fix build with setuptools 58.0.0+ - Bump PORTREVISION for package change With hat: python --- science/py-PyNE/Makefile | 1 + science/py-PyNE/pkg-plist | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile index fdef1eacb1cb..d8576edc4521 100644 --- a/science/py-PyNE/Makefile +++ b/science/py-PyNE/Makefile @@ -1,5 +1,6 @@ PORTNAME= PyNE DISTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://raw.githubusercontent.com/pyne/data/master/:decay \ http://raw.githubusercontent.com/pyne/data/master/:cram \ diff --git a/science/py-PyNE/pkg-plist b/science/py-PyNE/pkg-plist index 376fe4c99df4..6fcdc21b811c 100644 --- a/science/py-PyNE/pkg-plist +++ b/science/py-PyNE/pkg-plist @@ -38,7 +38,10 @@ include/pyne/tally.h include/pyne/transmuters.h include/pyne/utils.h lib/libpyne.so -%%PYTHON_SITELIBDIR%%/pyne-0.7.7-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/pyne-0.7.7-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pyne-0.7.7-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pyne-0.7.7-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pyne-0.7.7-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/pyne/__init__.pxd %%PYTHON_SITELIBDIR%%/pyne/__init__.py %%PYTHON_SITELIBDIR%%/pyne/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206031400.253E0Xkm098674>