* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2023-10-31 13:46 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2023-10-31 13:46 UTC (permalink / raw
To: gentoo-commits
commit: e553021dd3f93cb9ee62342584ff17faee3473bc
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 31 13:46:01 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 31 13:46:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e553021d
dev-python/python-statemachine: new package, add 2.1.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
dev-python/python-statemachine/metadata.xml | 12 ++++++++
.../python-statemachine-2.1.2.ebuild | 35 ++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
new file mode 100644
index 0000000000..8ec92cfe69
--- /dev/null
+++ b/dev-python/python-statemachine/Manifest
@@ -0,0 +1 @@
+DIST python-statemachine-2.1.2.gh.tar.gz 240041 BLAKE2B aae4571bf9628fbf3eb77c929a912f6bb5a2be03374557b6548bf0577f3d348aa4d479599d327c8035474e30aed47f4fde9998457a38f4a255df321172ceaf88 SHA512 593eaa07d7982b15045987c20d1fbd084e016fa53ae0cd45ec96e0f3d74b5b6d9c60cf9e94d67a5daaa3d3727630a88e32fb3d1d7f03248bb3ef0b552251c729
diff --git a/dev-python/python-statemachine/metadata.xml b/dev-python/python-statemachine/metadata.xml
new file mode 100644
index 0000000000..5aa6cbe1e0
--- /dev/null
+++ b/dev-python/python-statemachine/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">python-statemachine</remote-id>
+ <remote-id type="github">fgmacedo/python-statemachine</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild b/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
new file mode 100644
index 0000000000..18648073ea
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o 'addopts=""' --ignore=tests/test_profiling.py
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
2024-05-08 12:16 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2024-05-08 12:13 ` David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-05-08 12:13 UTC (permalink / raw
To: gentoo-commits
commit: d2e3d0cb4181d076279d400eb6ec2be494e309bc
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May 8 12:11:43 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May 8 12:11:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2e3d0cb
dev-python/python-statemachine: enable py3.12
Closes: https://bugs.gentoo.org/931415
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/python-statemachine-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild b/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
index 18648073ea..e85ac73d19 100644
--- a/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
+++ b/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11,12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-07-09 10:17 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-07-09 10:17 UTC (permalink / raw
To: gentoo-commits
commit: faa13cc51674a0ee38b1658af8deed6af1da8b81
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 9 10:17:07 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 9 10:17:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faa13cc5
dev-python/python-statemachine: add 2.3.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.3.3.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 8ec92cfe6..b0fe5f1e7 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1 +1,2 @@
DIST python-statemachine-2.1.2.gh.tar.gz 240041 BLAKE2B aae4571bf9628fbf3eb77c929a912f6bb5a2be03374557b6548bf0577f3d348aa4d479599d327c8035474e30aed47f4fde9998457a38f4a255df321172ceaf88 SHA512 593eaa07d7982b15045987c20d1fbd084e016fa53ae0cd45ec96e0f3d74b5b6d9c60cf9e94d67a5daaa3d3727630a88e32fb3d1d7f03248bb3ef0b552251c729
+DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
new file mode 100644
index 000000000..22c2d76b3
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o 'addopts=""' --ignore=tests/test_profiling.py
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-07-11 9:26 David Roman
2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2024-07-11 9:26 UTC (permalink / raw
To: gentoo-commits
commit: b9a54de522bf2a70756146733ecab505b39fedb3
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 11 09:25:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 09:25:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a54de5
dev-python/python-statemachine: fix tests
Closes: https://bugs.gentoo.org/935810
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../python-statemachine/python-statemachine-2.3.3.ebuild | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
index 22c2d76b3..d2640619b 100644
--- a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
+++ b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
@@ -24,12 +24,25 @@ RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
BDEPEND="
${RDEPEND}
test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
python_test() {
- epytest -o 'addopts=""' --ignore=tests/test_profiling.py
+ epytest -o 'addopts=""'
+
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-statemachine/
2024-07-11 9:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/ David Roman
@ 2024-07-11 16:47 ` David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-07-11 16:47 UTC (permalink / raw
To: gentoo-commits
commit: b9a54de522bf2a70756146733ecab505b39fedb3
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 11 09:25:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 09:25:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a54de5
dev-python/python-statemachine: fix tests
Closes: https://bugs.gentoo.org/935810
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../python-statemachine/python-statemachine-2.3.3.ebuild | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
index 22c2d76b3..d2640619b 100644
--- a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
+++ b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
@@ -24,12 +24,25 @@ RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
BDEPEND="
${RDEPEND}
test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
python_test() {
- epytest -o 'addopts=""' --ignore=tests/test_profiling.py
+ epytest -o 'addopts=""'
+
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-07-30 12:58 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-07-30 12:58 UTC (permalink / raw
To: gentoo-commits
commit: b76ef69aa030f2c7dc8b2dde46eda0384ceb0be0
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 30 12:55:34 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 12:55:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b76ef69a
dev-python/python-statemachine: add 2.3.4
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.3.4.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index b0fe5f1e7..39c67bb6c 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,2 +1,3 @@
DIST python-statemachine-2.1.2.gh.tar.gz 240041 BLAKE2B aae4571bf9628fbf3eb77c929a912f6bb5a2be03374557b6548bf0577f3d348aa4d479599d327c8035474e30aed47f4fde9998457a38f4a255df321172ceaf88 SHA512 593eaa07d7982b15045987c20d1fbd084e016fa53ae0cd45ec96e0f3d74b5b6d9c60cf9e94d67a5daaa3d3727630a88e32fb3d1d7f03248bb3ef0b552251c729
DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
+DIST python-statemachine-2.3.4.gh.tar.gz 350704 BLAKE2B 3cac223e6252d61d7bab2952491802bd60e1dad5dd564f121fc6a46a721eb44bd708310352f9d1d9d1d47948aa1bda8ae6ac0acdbb8b129ddc4b6ad58420921f SHA512 ac478c29cbc0c426b93ba37be3453d3f6d1f2c5a5046369c201488f5fc9a6cd8d2e9712a061c50a4f413fffa7650f74c6d358429c8ddd96b72ec07da17497ada
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild
new file mode 100644
index 000000000..d2640619b
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
+python_test() {
+ epytest -o 'addopts=""'
+
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-09-09 15:19 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-09-09 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 321d554a48719932f4755f8d56297673b017b925
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 9 15:07:20 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 9 15:19:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=321d554a
dev-python/python-statemachine: drop 2.1.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 -
.../python-statemachine-2.1.2.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 39c67bb6c..9086dfc03 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,3 +1,2 @@
-DIST python-statemachine-2.1.2.gh.tar.gz 240041 BLAKE2B aae4571bf9628fbf3eb77c929a912f6bb5a2be03374557b6548bf0577f3d348aa4d479599d327c8035474e30aed47f4fde9998457a38f4a255df321172ceaf88 SHA512 593eaa07d7982b15045987c20d1fbd084e016fa53ae0cd45ec96e0f3d74b5b6d9c60cf9e94d67a5daaa3d3727630a88e32fb3d1d7f03248bb3ef0b552251c729
DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
DIST python-statemachine-2.3.4.gh.tar.gz 350704 BLAKE2B 3cac223e6252d61d7bab2952491802bd60e1dad5dd564f121fc6a46a721eb44bd708310352f9d1d9d1d47948aa1bda8ae6ac0acdbb8b129ddc4b6ad58420921f SHA512 ac478c29cbc0c426b93ba37be3453d3f6d1f2c5a5046369c201488f5fc9a6cd8d2e9712a061c50a4f413fffa7650f74c6d358429c8ddd96b72ec07da17497ada
diff --git a/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild b/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
deleted file mode 100644
index e85ac73d1..000000000
--- a/dev-python/python-statemachine/python-statemachine-2.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Finite State Machines made easy."
-HOMEPAGE="
- https://pypi.org/project/python-statemachine/
- https://github.com/fgmacedo/python-statemachine
-"
-SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
-
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o 'addopts=""' --ignore=tests/test_profiling.py
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-09-09 15:19 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-09-09 15:19 UTC (permalink / raw
To: gentoo-commits
commit: e0f6fd0ceff2d45fe9b210e3ea258f9657646148
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 9 15:19:30 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 9 15:19:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0f6fd0c
dev-python/python-statemachine: add 2.3.5
Closes: https://bugs.gentoo.org/936965
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.3.5.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 9086dfc03..586c2a516 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,2 +1,3 @@
DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
DIST python-statemachine-2.3.4.gh.tar.gz 350704 BLAKE2B 3cac223e6252d61d7bab2952491802bd60e1dad5dd564f121fc6a46a721eb44bd708310352f9d1d9d1d47948aa1bda8ae6ac0acdbb8b129ddc4b6ad58420921f SHA512 ac478c29cbc0c426b93ba37be3453d3f6d1f2c5a5046369c201488f5fc9a6cd8d2e9712a061c50a4f413fffa7650f74c6d358429c8ddd96b72ec07da17497ada
+DIST python-statemachine-2.3.5.gh.tar.gz 350690 BLAKE2B 8a16722b62d07df47d15b32374575ba3beb3a575ad55507cee7b1b8e58c6a35635c8571a25b5cae1d56167736f38101fdf099b725f19ae6adde8ef5641c372ac SHA512 1a9dbd3e835ecfaa46f0aff8d487836962f4ba1856a64ab3f02976871a91713193cda16faa817ae1cfd4a94e42cad22f6d896d3b57b63128d85ea0bba8e5f44c
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild
new file mode 100644
index 000000000..24f750e20
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
+python_test() {
+ epytest -o 'addopts=""'
+
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-09-12 12:04 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-09-12 12:04 UTC (permalink / raw
To: gentoo-commits
commit: dcd5592fdef0c89e5b00f4d10937addac2b837d2
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 12 12:03:49 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 12 12:04:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcd5592f
dev-python/python-statemachine: add 2.3.6
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.3.6.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 586c2a516..363600b19 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,3 +1,4 @@
DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
DIST python-statemachine-2.3.4.gh.tar.gz 350704 BLAKE2B 3cac223e6252d61d7bab2952491802bd60e1dad5dd564f121fc6a46a721eb44bd708310352f9d1d9d1d47948aa1bda8ae6ac0acdbb8b129ddc4b6ad58420921f SHA512 ac478c29cbc0c426b93ba37be3453d3f6d1f2c5a5046369c201488f5fc9a6cd8d2e9712a061c50a4f413fffa7650f74c6d358429c8ddd96b72ec07da17497ada
DIST python-statemachine-2.3.5.gh.tar.gz 350690 BLAKE2B 8a16722b62d07df47d15b32374575ba3beb3a575ad55507cee7b1b8e58c6a35635c8571a25b5cae1d56167736f38101fdf099b725f19ae6adde8ef5641c372ac SHA512 1a9dbd3e835ecfaa46f0aff8d487836962f4ba1856a64ab3f02976871a91713193cda16faa817ae1cfd4a94e42cad22f6d896d3b57b63128d85ea0bba8e5f44c
+DIST python-statemachine-2.3.6.gh.tar.gz 351057 BLAKE2B 03d605b0389dd9fac3e2d8a979295ab7724a79b2b1e677cbd114d8eddaa9a987f361aebbea29eb670930fd7978cb1d9f59ef2a40ec98f9c515d080fcc902f25c SHA512 cc8400a118da6d54b97108ff8b11462aee32dc28ada97fbf2a68049de2659c5a7faaa24802fab376b72586c1052db13b67b570a5d62eb9c28252572d14634215
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.6.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.6.ebuild
new file mode 100644
index 000000000..24f750e20
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.3.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
+python_test() {
+ epytest -o 'addopts=""'
+
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-09-12 12:04 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-09-12 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 06494baffc73322bf1407b091d726f141b7cfd17
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 12 12:04:21 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 12 12:04:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06494baf
dev-python/python-statemachine: drop 2.3.3, 2.3.4
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 2 -
.../python-statemachine-2.3.3.ebuild | 48 ----------------------
.../python-statemachine-2.3.4.ebuild | 48 ----------------------
3 files changed, 98 deletions(-)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 363600b19..5dba15a33 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,4 +1,2 @@
-DIST python-statemachine-2.3.3.gh.tar.gz 347194 BLAKE2B 02372cee9105d09d9cbb57492ebb73bd15e68fa01bed70453c24d51385b2a9f4e3edc6b9f93ceca738486e3a0974a2527ff1b63873b1fcd033fb5870ecd66e10 SHA512 ccd0133e55332fe8511150ef34408e01412de5ce06357b0bb1a3c3ad18ccb1c28753f2ebf3ad2a20391e2df0f76d2dd673db0fd0301862993f8116326d32eae6
-DIST python-statemachine-2.3.4.gh.tar.gz 350704 BLAKE2B 3cac223e6252d61d7bab2952491802bd60e1dad5dd564f121fc6a46a721eb44bd708310352f9d1d9d1d47948aa1bda8ae6ac0acdbb8b129ddc4b6ad58420921f SHA512 ac478c29cbc0c426b93ba37be3453d3f6d1f2c5a5046369c201488f5fc9a6cd8d2e9712a061c50a4f413fffa7650f74c6d358429c8ddd96b72ec07da17497ada
DIST python-statemachine-2.3.5.gh.tar.gz 350690 BLAKE2B 8a16722b62d07df47d15b32374575ba3beb3a575ad55507cee7b1b8e58c6a35635c8571a25b5cae1d56167736f38101fdf099b725f19ae6adde8ef5641c372ac SHA512 1a9dbd3e835ecfaa46f0aff8d487836962f4ba1856a64ab3f02976871a91713193cda16faa817ae1cfd4a94e42cad22f6d896d3b57b63128d85ea0bba8e5f44c
DIST python-statemachine-2.3.6.gh.tar.gz 351057 BLAKE2B 03d605b0389dd9fac3e2d8a979295ab7724a79b2b1e677cbd114d8eddaa9a987f361aebbea29eb670930fd7978cb1d9f59ef2a40ec98f9c515d080fcc902f25c SHA512 cc8400a118da6d54b97108ff8b11462aee32dc28ada97fbf2a68049de2659c5a7faaa24802fab376b72586c1052db13b67b570a5d62eb9c28252572d14634215
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
deleted file mode 100644
index d2640619b..000000000
--- a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Finite State Machines made easy."
-HOMEPAGE="
- https://pypi.org/project/python-statemachine/
- https://github.com/fgmacedo/python-statemachine
-"
-SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
-
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-django[${PYTHON_USEDEP}]
- dev-python/django[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_mixins.py::test_mixin_should_instantiate_a_machine
-)
-
-EPYTEST_IGNORE=(
- tests/test_profiling.py
- tests/django_project/workflow/tests.py
-)
-
-python_test() {
- epytest -o 'addopts=""'
-
-}
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild
deleted file mode 100644
index d2640619b..000000000
--- a/dev-python/python-statemachine/python-statemachine-2.3.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Finite State Machines made easy."
-HOMEPAGE="
- https://pypi.org/project/python-statemachine/
- https://github.com/fgmacedo/python-statemachine
-"
-SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
-
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-django[${PYTHON_USEDEP}]
- dev-python/django[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_mixins.py::test_mixin_should_instantiate_a_machine
-)
-
-EPYTEST_IGNORE=(
- tests/test_profiling.py
- tests/django_project/workflow/tests.py
-)
-
-python_test() {
- epytest -o 'addopts=""'
-
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-11-14 15:45 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-11-14 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 27811e7d4f70e3a709b85d3603f60a29ba1984af
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Nov 14 15:45:05 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 14 15:45:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27811e7d
dev-python/python-statemachine: drop 2.3.5
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 -
.../python-statemachine-2.3.5.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index dfd7e8325..457e2233f 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,3 +1,2 @@
-DIST python-statemachine-2.3.5.gh.tar.gz 350690 BLAKE2B 8a16722b62d07df47d15b32374575ba3beb3a575ad55507cee7b1b8e58c6a35635c8571a25b5cae1d56167736f38101fdf099b725f19ae6adde8ef5641c372ac SHA512 1a9dbd3e835ecfaa46f0aff8d487836962f4ba1856a64ab3f02976871a91713193cda16faa817ae1cfd4a94e42cad22f6d896d3b57b63128d85ea0bba8e5f44c
DIST python-statemachine-2.3.6.gh.tar.gz 351057 BLAKE2B 03d605b0389dd9fac3e2d8a979295ab7724a79b2b1e677cbd114d8eddaa9a987f361aebbea29eb670930fd7978cb1d9f59ef2a40ec98f9c515d080fcc902f25c SHA512 cc8400a118da6d54b97108ff8b11462aee32dc28ada97fbf2a68049de2659c5a7faaa24802fab376b72586c1052db13b67b570a5d62eb9c28252572d14634215
DIST python-statemachine-2.4.0.gh.tar.gz 362766 BLAKE2B 79a34b43841cf920ae1eb87821c19d31f4dc1eb59903ad1cce6166586b44ed7437278ae647ffac190bd1dc795d251b81022b51aef644607d5f2f7b92f1c89e9e SHA512 fc51668efee69a2a59c5f3a5bbb08e6a6647a819175bbd02305e6eac51d0f8ef31c4e89f85dcb7451c24681ee76f0534e676995e134c0cbbed4d680c5418c612
diff --git a/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild
deleted file mode 100644
index 24f750e20..000000000
--- a/dev-python/python-statemachine/python-statemachine-2.3.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Finite State Machines made easy."
-HOMEPAGE="
- https://pypi.org/project/python-statemachine/
- https://github.com/fgmacedo/python-statemachine
-"
-SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
-
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-django[${PYTHON_USEDEP}]
- dev-python/django[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_mixins.py::test_mixin_should_instantiate_a_machine
-)
-
-EPYTEST_IGNORE=(
- tests/test_profiling.py
- tests/django_project/workflow/tests.py
-)
-
-python_test() {
- epytest -o 'addopts=""'
-
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
@ 2024-11-14 15:45 David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-11-14 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 19876a4519bf50f4c2f1f306914e539c6cee63cd
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Nov 14 15:44:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 14 15:44:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19876a45
dev-python/python-statemachine: add 2.4.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.4.0.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 5dba15a33..dfd7e8325 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,2 +1,3 @@
DIST python-statemachine-2.3.5.gh.tar.gz 350690 BLAKE2B 8a16722b62d07df47d15b32374575ba3beb3a575ad55507cee7b1b8e58c6a35635c8571a25b5cae1d56167736f38101fdf099b725f19ae6adde8ef5641c372ac SHA512 1a9dbd3e835ecfaa46f0aff8d487836962f4ba1856a64ab3f02976871a91713193cda16faa817ae1cfd4a94e42cad22f6d896d3b57b63128d85ea0bba8e5f44c
DIST python-statemachine-2.3.6.gh.tar.gz 351057 BLAKE2B 03d605b0389dd9fac3e2d8a979295ab7724a79b2b1e677cbd114d8eddaa9a987f361aebbea29eb670930fd7978cb1d9f59ef2a40ec98f9c515d080fcc902f25c SHA512 cc8400a118da6d54b97108ff8b11462aee32dc28ada97fbf2a68049de2659c5a7faaa24802fab376b72586c1052db13b67b570a5d62eb9c28252572d14634215
+DIST python-statemachine-2.4.0.gh.tar.gz 362766 BLAKE2B 79a34b43841cf920ae1eb87821c19d31f4dc1eb59903ad1cce6166586b44ed7437278ae647ffac190bd1dc795d251b81022b51aef644607d5f2f7b92f1c89e9e SHA512 fc51668efee69a2a59c5f3a5bbb08e6a6647a819175bbd02305e6eac51d0f8ef31c4e89f85dcb7451c24681ee76f0534e676995e134c0cbbed4d680c5418c612
diff --git a/dev-python/python-statemachine/python-statemachine-2.4.0.ebuild b/dev-python/python-statemachine/python-statemachine-2.4.0.ebuild
new file mode 100644
index 000000000..24f750e20
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
+python_test() {
+ epytest -o 'addopts=""'
+
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/
2024-12-04 14:56 David Roman
@ 2024-12-04 14:49 ` David Roman
0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-12-04 14:49 UTC (permalink / raw
To: gentoo-commits
commit: f9b1b8f1bb63ea484de952d7d93f1e8ddbed9738
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 4 14:49:42 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Dec 4 14:49:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b1b8f1
dev-python/python-statemachine: add 2.5.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/python-statemachine/Manifest | 1 +
.../python-statemachine-2.5.0.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/python-statemachine/Manifest b/dev-python/python-statemachine/Manifest
index 457e2233f..d50202bcf 100644
--- a/dev-python/python-statemachine/Manifest
+++ b/dev-python/python-statemachine/Manifest
@@ -1,2 +1,3 @@
DIST python-statemachine-2.3.6.gh.tar.gz 351057 BLAKE2B 03d605b0389dd9fac3e2d8a979295ab7724a79b2b1e677cbd114d8eddaa9a987f361aebbea29eb670930fd7978cb1d9f59ef2a40ec98f9c515d080fcc902f25c SHA512 cc8400a118da6d54b97108ff8b11462aee32dc28ada97fbf2a68049de2659c5a7faaa24802fab376b72586c1052db13b67b570a5d62eb9c28252572d14634215
DIST python-statemachine-2.4.0.gh.tar.gz 362766 BLAKE2B 79a34b43841cf920ae1eb87821c19d31f4dc1eb59903ad1cce6166586b44ed7437278ae647ffac190bd1dc795d251b81022b51aef644607d5f2f7b92f1c89e9e SHA512 fc51668efee69a2a59c5f3a5bbb08e6a6647a819175bbd02305e6eac51d0f8ef31c4e89f85dcb7451c24681ee76f0534e676995e134c0cbbed4d680c5418c612
+DIST python-statemachine-2.5.0.gh.tar.gz 405778 BLAKE2B 5c85d7c75de1fe77694acc50a31b9f389a1b0b7ec572939a9662ef2b538b506d8acc30ee3d8168d21ca229c1ce7bfd14b4c54946dfa5d7577cb67ec1a3867352 SHA512 79331758fe305525fd7f97e3e1a9eecc22f79e96047080a31ad8df8d033b506d39c79fa5fe9e20cc2cb63db271517842ffcdab3f1fdb9785d135d3f65dffce6d
diff --git a/dev-python/python-statemachine/python-statemachine-2.5.0.ebuild b/dev-python/python-statemachine/python-statemachine-2.5.0.ebuild
new file mode 100644
index 000000000..2f5a8ec76
--- /dev/null
+++ b/dev-python/python-statemachine/python-statemachine-2.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Finite State Machines made easy."
+HOMEPAGE="
+ https://pypi.org/project/python-statemachine/
+ https://github.com/fgmacedo/python-statemachine
+"
+SRC_URI="https://github.com/fgmacedo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_mixins.py::test_mixin_should_instantiate_a_machine
+)
+
+EPYTEST_IGNORE=(
+ tests/test_profiling.py
+ tests/django_project/workflow/tests.py
+)
+
+python_test() {
+ epytest -o 'addopts=""'
+
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-12-04 14:50 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 9:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/ David Roman
2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-12-04 14:56 David Roman
2024-12-04 14:49 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-11-14 15:45 David Roman
2024-11-14 15:45 David Roman
2024-09-12 12:04 David Roman
2024-09-12 12:04 David Roman
2024-09-09 15:19 David Roman
2024-09-09 15:19 David Roman
2024-07-30 12:58 David Roman
2024-07-09 10:17 David Roman
2024-05-08 12:16 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-08 12:13 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-31 13:46 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox