Index: head/science/py-abipy/Makefile =================================================================== --- head/science/py-abipy/Makefile (revision 477976) +++ head/science/py-abipy/Makefile (revision 477977) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= abipy -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for analyzing the results produced by ABINIT LICENSE= GPLv2 BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}apscheduler>=2.1.0:devel/py-apscheduler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pymatgen>=2018.6.11:science/py-pymatgen@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pymatgen>=2018.8.7:science/py-pymatgen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}seaborn>0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglib>0:science/py-spglib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= abinit SHEBANG_GLOB= *.py USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Index: head/science/py-abipy/distinfo =================================================================== --- head/science/py-abipy/distinfo (revision 477976) +++ head/science/py-abipy/distinfo (revision 477977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529082784 -SHA256 (abinit-abipy-0.5.0_GH0.tar.gz) = 4566f1330e484cb7a552f41a9ca73720d80c408361c5df31e8deec934ff7f17a -SIZE (abinit-abipy-0.5.0_GH0.tar.gz) = 15845254 +TIMESTAMP = 1535133922 +SHA256 (abinit-abipy-0.6.0_GH0.tar.gz) = 72d1c56b1f447ca5fc947b882c8e8cef197194ddcdd7bf70fae6fcb8fdc7bb3b +SIZE (abinit-abipy-0.6.0_GH0.tar.gz) = 16811554 Index: head/science/py-abipy/pkg-descr =================================================================== --- head/science/py-abipy/pkg-descr (revision 477976) +++ head/science/py-abipy/pkg-descr (revision 477977) @@ -1,9 +1,9 @@ AbiPy is a Python library to analyze the results produced by ABINIT, an open-source program for the ab-initio calculations of the physical properties of materials within Density Functional Theory and Many-Body perturbation theory. AbiPy also provides tools to generate input files and workflows to automate ab-initio calculations and typical convergence studies. AbiPy is interfaced with Pymatgen allowing users to benefit from the different tools and python objects available in the pymatgen ecosystem. -WWW: https://pythonhosted.org/abipy/ +WWW: https://abinit.github.io/abipy/