* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/
@ 2022-11-03 3:09 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-11-03 3:09 UTC (permalink / raw
To: gentoo-commits
commit: f1236fe7ee790a9117d0ab413ab20039958ccf4c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 3 01:04:16 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 3 01:25:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1236fe7
dev-python/asgi-lifespan: new package, add 1.0.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/asgi-lifespan/Manifest | 1 +
.../asgi-lifespan/asgi-lifespan-1.0.1.ebuild | 45 ++++++++++++++++++++++
dev-python/asgi-lifespan/metadata.xml | 11 ++++++
3 files changed, 57 insertions(+)
diff --git a/dev-python/asgi-lifespan/Manifest b/dev-python/asgi-lifespan/Manifest
new file mode 100644
index 000000000..16c63d274
--- /dev/null
+++ b/dev-python/asgi-lifespan/Manifest
@@ -0,0 +1 @@
+DIST asgi-lifespan-1.0.1.gh.tar.gz 10745 BLAKE2B cebf0d8a152cae10c69764497624e384d878b4f98d8f8ca22648daee0315742503c0fa6c2f452f051d0f0c49b2fafea6b5f96660609b68395a2b441a1cd714ce SHA512 70acad39954749154461a9d6435d5ae78eb9aa22e7717303158780cde90f532f2c33656da7ccefab0edfc2916db92339969228b383c29be9832fe933fe1206b9
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild
new file mode 100644
index 000000000..17269b352
--- /dev/null
+++ b/dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Programmatic startup/shutdown of ASGI apps"
+HOMEPAGE="
+ https://pypi.org/project/asgi-lifespan/
+ https://github.com/florimondmanca/asgi-lifespan
+"
+SRC_URI="https://github.com/florimondmanca/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ dev-python/starlette[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_DESELECT=(
+ "tests/test_manager.py::test_lifespan_manager[asyncio-None-ValueError-None]"
+ "tests/test_manager.py::test_lifespan_manager[asyncio-ValueError-None-None]"
+ "tests/test_manager.py::test_lifespan_manager[asyncio-ValueError-ValueError-None]"
+ "tests/test_manager.py::test_lifespan_manager[trio-None-ValueError-None]"
+ "tests/test_manager.py::test_lifespan_manager[trio-ValueError-None-None]"
+ "tests/test_manager.py::test_lifespan_manager[trio-ValueError-ValueError-None]"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ rm setup.cfg || die
+ distutils-r1_python_prepare_all
+}
diff --git a/dev-python/asgi-lifespan/metadata.xml b/dev-python/asgi-lifespan/metadata.xml
new file mode 100644
index 000000000..efdcd91e2
--- /dev/null
+++ b/dev-python/asgi-lifespan/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">asgi-lifespan</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/
@ 2022-11-12 17:16 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-11-12 17:16 UTC (permalink / raw
To: gentoo-commits
commit: fb86c237f6dff96f06d04cbdddc8a61ddf33dc16
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Nov 12 10:06:04 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Nov 12 17:16:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb86c237
dev-python/asgi-lifespan: add 2.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/asgi-lifespan/Manifest | 1 +
.../asgi-lifespan/asgi-lifespan-2.0.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/asgi-lifespan/Manifest b/dev-python/asgi-lifespan/Manifest
index 16c63d274..7c88d02db 100644
--- a/dev-python/asgi-lifespan/Manifest
+++ b/dev-python/asgi-lifespan/Manifest
@@ -1 +1,2 @@
DIST asgi-lifespan-1.0.1.gh.tar.gz 10745 BLAKE2B cebf0d8a152cae10c69764497624e384d878b4f98d8f8ca22648daee0315742503c0fa6c2f452f051d0f0c49b2fafea6b5f96660609b68395a2b441a1cd714ce SHA512 70acad39954749154461a9d6435d5ae78eb9aa22e7717303158780cde90f532f2c33656da7ccefab0edfc2916db92339969228b383c29be9832fe933fe1206b9
+DIST asgi-lifespan-2.0.0.gh.tar.gz 10067 BLAKE2B 66e4161f85b62aa065085db75d4c6c603b5e0b4888a89e880a3ce2e30c5ab5ba34544d4a137c7bcd913901ceb9b7422977cbb2ac3df0fe233907213d06710801 SHA512 2675bf756891229ef30ec9401777edaf0ed012aa1d8de5fdbaa76da01189fc2decf4d44463f74a04fcb17d46d1818ec410940649841aaed8f61c265659c69e86
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
new file mode 100644
index 000000000..43a47c075
--- /dev/null
+++ b/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Programmatic startup/shutdown of ASGI apps"
+HOMEPAGE="
+ https://pypi.org/project/asgi-lifespan/
+ https://github.com/florimondmanca/asgi-lifespan
+"
+SRC_URI="https://github.com/florimondmanca/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ dev-python/starlette[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ rm setup.cfg || die
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/
@ 2023-03-30 15:26 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-03-30 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 82169819236b7db58122115a563dd150434d3e41
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 30 15:24:10 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Mar 30 15:24:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82169819
dev-python/asgi-lifespan: add 2.1.0, drop 1.0.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/asgi-lifespan/Manifest | 2 +-
...i-lifespan-1.0.1.ebuild => asgi-lifespan-2.1.0.ebuild} | 15 ++++-----------
2 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/dev-python/asgi-lifespan/Manifest b/dev-python/asgi-lifespan/Manifest
index 7c88d02db..04070edbf 100644
--- a/dev-python/asgi-lifespan/Manifest
+++ b/dev-python/asgi-lifespan/Manifest
@@ -1,2 +1,2 @@
-DIST asgi-lifespan-1.0.1.gh.tar.gz 10745 BLAKE2B cebf0d8a152cae10c69764497624e384d878b4f98d8f8ca22648daee0315742503c0fa6c2f452f051d0f0c49b2fafea6b5f96660609b68395a2b441a1cd714ce SHA512 70acad39954749154461a9d6435d5ae78eb9aa22e7717303158780cde90f532f2c33656da7ccefab0edfc2916db92339969228b383c29be9832fe933fe1206b9
DIST asgi-lifespan-2.0.0.gh.tar.gz 10067 BLAKE2B 66e4161f85b62aa065085db75d4c6c603b5e0b4888a89e880a3ce2e30c5ab5ba34544d4a137c7bcd913901ceb9b7422977cbb2ac3df0fe233907213d06710801 SHA512 2675bf756891229ef30ec9401777edaf0ed012aa1d8de5fdbaa76da01189fc2decf4d44463f74a04fcb17d46d1818ec410940649841aaed8f61c265659c69e86
+DIST asgi-lifespan-2.1.0.gh.tar.gz 10652 BLAKE2B 95a37be55b361741f8afe6c102b719e5b21582f642712988f342c93d848dcf164b53b7112c0f423b1f035a7eeb060867b68f177aead0bf398e7997043da8aeb3 SHA512 cd2be831a8ae7eac1545e87b43158dfe2fc52edf25538907edb6efe54eb7155ccac9f3972fdd10cff41974cd32fe312f7648a4757ee2ab40dc295f1a61875348
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
similarity index 59%
rename from dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild
rename to dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
index 9005aece5..770764e5f 100644
--- a/dev-python/asgi-lifespan/asgi-lifespan-1.0.1.ebuild
+++ b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
BDEPEND="
test? (
+ dev-python/httpx[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
@@ -28,18 +29,10 @@ BDEPEND="
)
"
-EPYTEST_DESELECT=(
- "tests/test_manager.py::test_lifespan_manager[asyncio-None-ValueError-None]"
- "tests/test_manager.py::test_lifespan_manager[asyncio-ValueError-None-None]"
- "tests/test_manager.py::test_lifespan_manager[asyncio-ValueError-ValueError-None]"
- "tests/test_manager.py::test_lifespan_manager[trio-None-ValueError-None]"
- "tests/test_manager.py::test_lifespan_manager[trio-ValueError-None-None]"
- "tests/test_manager.py::test_lifespan_manager[trio-ValueError-ValueError-None]"
-)
-
distutils_enable_tests pytest
-python_prepare_all() {
+src_prepare() {
+ distutils-r1_src_prepare
+
rm setup.cfg || die
- distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/
@ 2024-05-14 0:14 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 6835d2e45a0e0484d0c73542c491f10a0e038e92
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 23:56:04 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 23:56:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6835d2e4
dev-python/asgi-lifespan: drop 2.0.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/asgi-lifespan/Manifest | 1 -
.../asgi-lifespan/asgi-lifespan-2.0.0.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/asgi-lifespan/Manifest b/dev-python/asgi-lifespan/Manifest
index 04070edbf1..e32f4569fd 100644
--- a/dev-python/asgi-lifespan/Manifest
+++ b/dev-python/asgi-lifespan/Manifest
@@ -1,2 +1 @@
-DIST asgi-lifespan-2.0.0.gh.tar.gz 10067 BLAKE2B 66e4161f85b62aa065085db75d4c6c603b5e0b4888a89e880a3ce2e30c5ab5ba34544d4a137c7bcd913901ceb9b7422977cbb2ac3df0fe233907213d06710801 SHA512 2675bf756891229ef30ec9401777edaf0ed012aa1d8de5fdbaa76da01189fc2decf4d44463f74a04fcb17d46d1818ec410940649841aaed8f61c265659c69e86
DIST asgi-lifespan-2.1.0.gh.tar.gz 10652 BLAKE2B 95a37be55b361741f8afe6c102b719e5b21582f642712988f342c93d848dcf164b53b7112c0f423b1f035a7eeb060867b68f177aead0bf398e7997043da8aeb3 SHA512 cd2be831a8ae7eac1545e87b43158dfe2fc52edf25538907edb6efe54eb7155ccac9f3972fdd10cff41974cd32fe312f7648a4757ee2ab40dc295f1a61875348
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
deleted file mode 100644
index d230503fe1..0000000000
--- a/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Programmatic startup/shutdown of ASGI apps"
-HOMEPAGE="
- https://pypi.org/project/asgi-lifespan/
- https://github.com/florimondmanca/asgi-lifespan
-"
-SRC_URI="https://github.com/florimondmanca/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-trio[${PYTHON_USEDEP}]
- dev-python/starlette[${PYTHON_USEDEP}]
- dev-python/trio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- rm setup.cfg || die
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 0:14 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 2a90b071a70db7137cb36a3c6341612864d917c7
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 23:55:39 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 23:55:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a90b071
dev-python/asgi-lifespan: enable py3.12
Bug: https://bugs.gentoo.org/927805
Closes: https://bugs.gentoo.org/931376
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
index dfe2d87590..dd901bc635 100644
--- a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
+++ b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-14 0:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 3:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-11-12 17:16 Anna Vyalkova
2023-03-30 15:26 Anna Vyalkova
2024-05-14 0:14 Julien Roy
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox