On 2023/11/17 12:29, Justin Berthault wrote:
> Update toot to 0.38.2
> 
> Built and tested on arm64.
> 
> databases/py-psycopg2 added as a new TEST_DEP.

Missing ${MODPY_FLAVOR} on the TDEP, but actually it's useless without
a local mastodon server. The existing MODPY_PYTEST_ARGS was addressing
this, but the relevant tests moved, so better to update that instead.

I'll commit this instead.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/toot/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    27 Sep 2023 14:18:37 -0000      1.33
+++ Makefile    17 Nov 2023 12:48:23 -0000
@@ -1,6 +1,6 @@
 COMMENT =              CLI and TUI tool to interact with Mastodon instances

-MODPY_EGG_VERSION =    0.38.1
+MODPY_EGG_VERSION =    0.38.2
 DISTNAME =             toot-${MODPY_EGG_VERSION}

 CATEGORIES =           net
@@ -15,9 +15,9 @@ PERMIT_PACKAGE =      Yes

 MODULES =              lang/python
 MODPY_PYBUILD =                setuptools
-# skip test which requires a local test instance of mastodon,
+# skip tests which require a local test instance of mastodon,
 # plus databases/py-psycopg2
-MODPY_PYTEST_ARGS =    --ignore tests/test_integration.py
+MODPY_PYTEST_ARGS =    --ignore tests/integration

 RUN_DEPENDS =          devel/py-wcwidth${MODPY_FLAVOR} \
                        www/py-beautifulsoup4${MODPY_FLAVOR} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/toot/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    25 Jul 2023 10:15:03 -0000      1.20
+++ distinfo    17 Nov 2023 12:48:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (toot-0.38.1.tar.gz) = vp5UeaIeqPsTz3upjVQtquB/2H+1ayC4kjtp/6UhxrI=
-SIZE (toot-0.38.1.tar.gz) = 312495
+SHA256 (toot-0.38.2.tar.gz) = S1B8+oNZ3g4Yb/ehT7/jly9RtldXsMg2bYJ/TS0jD2g=
+SIZE (toot-0.38.2.tar.gz) = 371505

Reply via email to