aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-29 08:36:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-29 16:51:20 +0000
commit7c1e9e14ad3e27ab46cf79fea7fc7b37d402318e (patch)
treef97a4ab892ee0fb7f5ca7421ec9fce2f020ec57d
parentcf1a4afe005b78b343de532c9baad1c3c5f15e37 (diff)
downloadports-7c1e9e14ad3e27ab46cf79fea7fc7b37d402318e.tar.gz
ports-7c1e9e14ad3e27ab46cf79fea7fc7b37d402318e.zip
devel/py-bullet3: Update 3.24 → 3.25
Reported by: portscout
-rw-r--r--devel/py-bullet3/Makefile8
-rw-r--r--devel/py-bullet3/distinfo6
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-bullet3/Makefile b/devel/py-bullet3/Makefile
index cb0f112dd90d..51c2f1c70e4a 100644
--- a/devel/py-bullet3/Makefile
+++ b/devel/py-bullet3/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bullet3
-DISTVERSION= 3.24
+DISTVERSION= 3.25
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,10 +22,12 @@ GH_ACCOUNT= bulletphysics
CFLAGS_powerpc64= -mvsx
+TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pybullet*.so
-do-test: install # test require graphical environment
- @${PYTHON_CMD} ${FILESDIR}/test.py
+do-test: # test require graphical environment
+ @${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${FILESDIR}/test.py
.include <bsd.port.mk>
diff --git a/devel/py-bullet3/distinfo b/devel/py-bullet3/distinfo
index cf800030d28b..33c8a30151f4 100644
--- a/devel/py-bullet3/distinfo
+++ b/devel/py-bullet3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651421974
-SHA256 (bulletphysics-bullet3-3.24_GH0.tar.gz) = 6b1e987d6f8156fa8a6468652f4eaad17b3e11252c9870359e5bca693e35780b
-SIZE (bulletphysics-bullet3-3.24_GH0.tar.gz) = 139793021
+TIMESTAMP = 1674978145
+SHA256 (bulletphysics-bullet3-3.25_GH0.tar.gz) = c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77
+SIZE (bulletphysics-bullet3-3.25_GH0.tar.gz) = 139789551