Hi ports@,

This is an update of www/ephemetoot to its latest version 3.1.4
The changes on the software are:

* removal of unnecessary setuptools dependency found by florian@ here:
  https://marc.info/?l=openbsd-ports&m=167325446116128&w=2
  which upstream integrated.
* version number displayed is now accurate for latest version
* minimum Python version is now 3.8

The port only bumps version and drops setuptools as a RUN_DEPENDS.

Tested in my basic use case on amd64.

ok to commit ?

diff /usr/ports
commit - 59eec5c604409c9cf68d099a5e5dc095ea712868
path + /usr/ports
blob - d2bb1777c418f0f6eb04ad2b543041041d597688
file + www/ephemetoot/Makefile
--- www/ephemetoot/Makefile
+++ www/ephemetoot/Makefile
@@ -1,8 +1,7 @@
 COMMENT =              tool for deleting old Mastodon toots
 
-MODPY_EGG_VERSION =    3.1.3
+MODPY_EGG_VERSION =    3.1.4
 DISTNAME =             ephemetoot-${MODPY_EGG_VERSION}
-REVISION =             4
 
 CATEGORIES =           www
 
@@ -16,8 +15,7 @@ RUN_DEPENDS =         devel/py-setuptools${MODPY_FLAVOR} \
 MODPY_PI =             Yes
 MODPY_PYBUILD =                poetry-core
 
-RUN_DEPENDS =          devel/py-setuptools${MODPY_FLAVOR} \
-                       textproc/py-yaml${MODPY_FLAVOR}>=5.0 \
+RUN_DEPENDS =          textproc/py-yaml${MODPY_FLAVOR}>=5.0 \
                        www/py-mastodon.py${MODPY_FLAVOR} \
                        www/py-requests${MODPY_FLAVOR}
 
blob - ec49e3523431779272c17cb143e2599a5915bdc0
file + www/ephemetoot/distinfo
--- www/ephemetoot/distinfo
+++ www/ephemetoot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ephemetoot-3.1.3.tar.gz) = 6c5G9hGcwjE0tJEQhzmH66ORTM74gewrcfNVFMnHuG8=
-SIZE (ephemetoot-3.1.3.tar.gz) = 59144
+SHA256 (ephemetoot-3.1.4.tar.gz) = egR430Pks04cOSrvK3f3vjxoul22WUleGHyn9HYrzbI=
+SIZE (ephemetoot-3.1.4.tar.gz) = 59110

-- 
Paco Esteban.
0x5818130B8A6DBC03

Reply via email to