Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 03:20:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545491 - head/science/py-moltemplate
Message-ID:  <202008200320.07K3Krmt089340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 20 03:20:53 2020
New Revision: 545491
URL: https://svnweb.freebsd.org/changeset/ports/545491

Log:
  science/py-moltemplate: Update 2.18.2 -> 2.18.3
  
  Reported by:	portscout

Modified:
  head/science/py-moltemplate/Makefile
  head/science/py-moltemplate/distinfo
  head/science/py-moltemplate/pkg-descr

Modified: head/science/py-moltemplate/Makefile
==============================================================================
--- head/science/py-moltemplate/Makefile	Thu Aug 20 03:14:41 2020	(r545490)
+++ head/science/py-moltemplate/Makefile	Thu Aug 20 03:20:53 2020	(r545491)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	moltemplate
-DISTVERSION=	2.18.2
+DISTVERSION=	2.18.3
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ COMMENT=	Tool to prepare simulations of molecules, com
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY} \
+		bash:shells/bash
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	moltemplate/scripts/molc.sh
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes

Modified: head/science/py-moltemplate/distinfo
==============================================================================
--- head/science/py-moltemplate/distinfo	Thu Aug 20 03:14:41 2020	(r545490)
+++ head/science/py-moltemplate/distinfo	Thu Aug 20 03:20:53 2020	(r545491)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596129638
-SHA256 (moltemplate-2.18.2.tar.gz) = 2f1914f7fc96daa84af5fc3a9b790285cf31b4e08678958341e8ff97491887dd
-SIZE (moltemplate-2.18.2.tar.gz) = 262989
+TIMESTAMP = 1597893313
+SHA256 (moltemplate-2.18.3.tar.gz) = acd165d14b0790b020b0647e1e6c49687e4e127b13a976e88e418e86f819f6e8
+SIZE (moltemplate-2.18.3.tar.gz) = 265763

Modified: head/science/py-moltemplate/pkg-descr
==============================================================================
--- head/science/py-moltemplate/pkg-descr	Thu Aug 20 03:14:41 2020	(r545490)
+++ head/science/py-moltemplate/pkg-descr	Thu Aug 20 03:20:53 2020	(r545491)
@@ -15,4 +15,4 @@ subunits can be moved and deleted). Moltemplate is cur
 VMD , PACKMOL , OVITO , CellPACK , VIPSTER , and the ATB molecule server
 (by using the ltemplify.py converter).
 
-WWW: http://www.moltemplate.org/
+WWW: https://www.moltemplate.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008200320.07K3Krmt089340>