devel/py-rx: update to 4.0.4

note: internally renamed from rx -> reactivex

test feedback and ok sthen@
This commit is contained in:
lraab 2022-11-28 13:52:16 +00:00
parent cf456b9f31
commit 08984a4e3e
4 changed files with 705 additions and 709 deletions

View File

@ -1,11 +1,10 @@
COMMENT = library for asynchronous and event-based programs in Python
MODPY_EGG_VERSION = 3.2.0
MODPY_EGG_VERSION = 4.0.4
GH_ACCOUNT = ReactiveX
GH_PROJECT = RxPY
GH_TAGNAME = v${MODPY_EGG_VERSION}
PKGNAME = py-rx-${MODPY_EGG_VERSION}
REVISION = 1
CATEGORIES = devel
@ -16,9 +15,13 @@ PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PYBUILD = poetry-core
MODPY_PYTEST_ARGS = --ignore tests/test_scheduler/test_mainloop/test_gtkscheduler.py
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-typing-extensions${MODPY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (RxPY-3.2.0.tar.gz) = K2zSdaPkZB0w/eiNoBL0cNjOo9I7H0Ku8CQ8L8GZ56o=
SIZE (RxPY-3.2.0.tar.gz) = 891490
SHA256 (RxPY-4.0.4.tar.gz) = QiKGIlO/x8NLrv/8h2H+p7ZkRldnkUUMrLZVhNnJL7g=
SIZE (RxPY-4.0.4.tar.gz) = 916572

View File

@ -0,0 +1,11 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reactivex"
-version = "0.0.0" # NOTE: will be updated by publish script
+version = "4.0.4"
description = "ReactiveX (Rx) for Python"
readme = "README.rst"
authors = ["Dag Brattli <dag@brattli.net>"]

File diff suppressed because it is too large Load Diff