diff options
Diffstat (limited to 'textproc/py-dialect/Makefile')
-rw-r--r-- | textproc/py-dialect/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/py-dialect/Makefile b/textproc/py-dialect/Makefile index 81f3809304a4..50d3ae44b723 100644 --- a/textproc/py-dialect/Makefile +++ b/textproc/py-dialect/Makefile @@ -1,6 +1,5 @@ PORTNAME= dialect -DISTVERSION= 2.5.0 -PORTREVISION= 1 +DISTVERSION= 2.6.0 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,15 +14,15 @@ BUILD_DEPENDS= appstreamcli:devel/appstream \ blueprint-compiler:devel/blueprint-compiler LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libsecret-1.so:security/libsecret -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gTTS>0:audio/py-gtts@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gTTS>=2.5.4:audio/py-gtts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.4:www/py-beautifulsoup@${PY_FLAVOR} USES= desktop-file-utils gettext-tools gnome gstreamer meson \ pkgconfig python USE_GITHUB= yes GH_ACCOUNT= dialect-app -GH_TUPLE= dialect-app:po:1fdb2525674005ecde58f1498f00edfa0bd58b55:po/po +GH_TUPLE= dialect-app:po:bd426bd3adc9917429290f4b6da378076ecf7e2e:po/po USE_GNOME= glib20 gtk40 introspection:build libadwaita pygobject3 GLIB_SCHEMAS= app.drey.Dialect.gschema.xml |