* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2021-10-09 2:50 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 2:50 UTC (permalink / raw
To: gentoo-commits
commit: d1d4b55f9ac4513d2aa437f9baa7c43d4dfe5dc7
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 02:42:14 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 02:50:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1d4b55f
dev-python/daiquiri: enable py3.10, py3.9, pypy3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/daiquiri/daiquiri-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/daiquiri/daiquiri-3.0.1.ebuild b/dev-python/daiquiri/daiquiri-3.0.1.ebuild
index f2e683390..9300fd7d0 100644
--- a/dev-python/daiquiri/daiquiri-3.0.1.ebuild
+++ b/dev-python/daiquiri/daiquiri-3.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2024-01-24 19:34 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-01-24 19:34 UTC (permalink / raw
To: gentoo-commits
commit: d0104de662d9abfc3233746c64786cc4f6974cc8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 24 19:32:29 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jan 24 19:32:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0104de6
dev-python/daiquiri: add 3.2.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/Manifest | 1 +
dev-python/daiquiri/daiquiri-3.2.3.ebuild | 29 +++++++++++++++++++++++++++++
dev-python/daiquiri/metadata.xml | 6 +++++-
3 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest
index 6a12a3d94f..6172e061e5 100644
--- a/dev-python/daiquiri/Manifest
+++ b/dev-python/daiquiri/Manifest
@@ -1 +1,2 @@
DIST daiquiri-3.0.1.tar.gz 17948 BLAKE2B 1865d1e6b7ad0a1c9b8390992255726a3383034fd631cd217cb2ac820106efaeced3e44168f14d4b8c851e0c17a5d980aeb28a3d3ea3399701af2ea1c248b9c0 SHA512 4c786a744a8ed89147bb77c8825d8733ca88bf1d1877058c87257c92a7ae3b343a0820e9d83f4ac8a2a1b9b74d33f72bb5b306703b3bd57b51cf7931041c5d6c
+DIST daiquiri-3.2.3.tar.gz 19582 BLAKE2B 105ba4b80a405bcf0d64fcde585ab0cad4ab939d7d7048dba87f8f022d5bcf8e1708554459dba550765e2110e8987a4e26992d5c53db46b320a942b467d9b44e SHA512 a801e04f67340ed047322bdc65be97a463d268f26dd44615d7a4f17ca3de7c36bb244f6bd54e33c1c2055667f0b4086d98bcbf6778bc4eb99c08a657d6abd7b6
diff --git a/dev-python/daiquiri/daiquiri-3.2.3.ebuild b/dev-python/daiquiri/daiquiri-3.2.3.ebuild
new file mode 100644
index 0000000000..c2df3bdf60
--- /dev/null
+++ b/dev-python/daiquiri/daiquiri-3.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Library to configure Python logging easily"
+HOMEPAGE="
+ https://pypi.org/project/daiquiri/
+ https://github.com/Mergifyio/daiquiri
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/python-json-logger[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx doc/source
+
+pkg_postinst() {
+ optfeature "journald support" dev-python/python-systemd
+}
diff --git a/dev-python/daiquiri/metadata.xml b/dev-python/daiquiri/metadata.xml
index a943aa9d77..aaa3dbd626 100644
--- a/dev-python/daiquiri/metadata.xml
+++ b/dev-python/daiquiri/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -11,5 +11,9 @@ The daiquiri library provides an easy way to configure logging. It also provides
<upstream>
<remote-id type="github">jd/daiquiri</remote-id>
<remote-id type="pypi">daiquiri</remote-id>
+ <maintainer>
+ <name>Julien Danjou</name>
+ <email>julien@danjou.info</email>
+ </maintainer>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2024-01-24 19:34 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-01-24 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 23a48a5e81fd7ceb21fedcd29394c9e711a7d538
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 24 19:33:45 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jan 24 19:33:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a48a5e
dev-python/daiquiri: drop 3.0.1
Closes: https://bugs.gentoo.org/921794
Closes: https://bugs.gentoo.org/815607
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/Manifest | 1 -
dev-python/daiquiri/daiquiri-3.0.1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest
index 6172e061e5..bc3a90ff62 100644
--- a/dev-python/daiquiri/Manifest
+++ b/dev-python/daiquiri/Manifest
@@ -1,2 +1 @@
-DIST daiquiri-3.0.1.tar.gz 17948 BLAKE2B 1865d1e6b7ad0a1c9b8390992255726a3383034fd631cd217cb2ac820106efaeced3e44168f14d4b8c851e0c17a5d980aeb28a3d3ea3399701af2ea1c248b9c0 SHA512 4c786a744a8ed89147bb77c8825d8733ca88bf1d1877058c87257c92a7ae3b343a0820e9d83f4ac8a2a1b9b74d33f72bb5b306703b3bd57b51cf7931041c5d6c
DIST daiquiri-3.2.3.tar.gz 19582 BLAKE2B 105ba4b80a405bcf0d64fcde585ab0cad4ab939d7d7048dba87f8f022d5bcf8e1708554459dba550765e2110e8987a4e26992d5c53db46b320a942b467d9b44e SHA512 a801e04f67340ed047322bdc65be97a463d268f26dd44615d7a4f17ca3de7c36bb244f6bd54e33c1c2055667f0b4086d98bcbf6778bc4eb99c08a657d6abd7b6
diff --git a/dev-python/daiquiri/daiquiri-3.0.1.ebuild b/dev-python/daiquiri/daiquiri-3.0.1.ebuild
deleted file mode 100644
index 36c96adb07..0000000000
--- a/dev-python/daiquiri/daiquiri-3.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to easily setup basic logging functionality"
-HOMEPAGE="
- https://pypi.org/project/daiquiri/
- https://github.com/jd/daiquiri
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/python-json-logger[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2024-10-07 0:31 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-10-07 0:31 UTC (permalink / raw
To: gentoo-commits
commit: d73ff1e8e08af21419075a857ce2408fe10cbb1e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 7 00:26:22 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 7 00:26:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d73ff1e8
dev-python/daiquiri: add myself as a maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/daiquiri/metadata.xml b/dev-python/daiquiri/metadata.xml
index 7251a0c50..b99531aba 100644
--- a/dev-python/daiquiri/metadata.xml
+++ b/dev-python/daiquiri/metadata.xml
@@ -1,7 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
<longdescription lang="en">
The daiquiri library provides an easy way to configure logging. It also provides some custom formatters and handlers.
</longdescription>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2024-10-29 21:58 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-10-29 21:58 UTC (permalink / raw
To: gentoo-commits
commit: ad9fc7a7d48f4d860a3f034efb120de87ea607bc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:51:26 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 21:51:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad9fc7a7
dev-python/daiquiri: enable py3.13
Closes: https://bugs.gentoo.org/937359
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/daiquiri-3.2.3.ebuild | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/dev-python/daiquiri/daiquiri-3.2.3.ebuild b/dev-python/daiquiri/daiquiri-3.2.3.ebuild
index c2df3bdf6..8ec7e8a5f 100644
--- a/dev-python/daiquiri/daiquiri-3.2.3.ebuild
+++ b/dev-python/daiquiri/daiquiri-3.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature pypi
@@ -24,6 +24,19 @@ distutils_enable_tests pytest
distutils_enable_sphinx doc/source
+python_test() {
+ if [[ ${EPYTHON} =~ python3.1[23] ]]; then
+ # Broken by Gentoo patches for python-json-logger
+ local EPYTEST_DESELECT=(
+ daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter
+ daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter_with_extras
+ daiquiri/tests/test_output.py::TestOutput::test_datadog
+ )
+ fi
+
+ distutils-r1_python_test
+}
+
pkg_postinst() {
optfeature "journald support" dev-python/python-systemd
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/
@ 2024-12-13 20:25 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-12-13 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 7801ffbb7eee99ccfbe26c856150564c404e72c7
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Dec 13 19:14:15 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Dec 13 19:14:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7801ffbb
dev-python/daiquiri: add 3.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/Manifest | 1 +
dev-python/daiquiri/daiquiri-3.3.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest
index bc3a90ff6..be5816ce9 100644
--- a/dev-python/daiquiri/Manifest
+++ b/dev-python/daiquiri/Manifest
@@ -1 +1,2 @@
DIST daiquiri-3.2.3.tar.gz 19582 BLAKE2B 105ba4b80a405bcf0d64fcde585ab0cad4ab939d7d7048dba87f8f022d5bcf8e1708554459dba550765e2110e8987a4e26992d5c53db46b320a942b467d9b44e SHA512 a801e04f67340ed047322bdc65be97a463d268f26dd44615d7a4f17ca3de7c36bb244f6bd54e33c1c2055667f0b4086d98bcbf6778bc4eb99c08a657d6abd7b6
+DIST daiquiri-3.3.0.tar.gz 19473 BLAKE2B ff4b08ab4e920d1df9d3e1d59be0f85ab3f249a9916b74638ad63694080ba63dbd2fc611a8eb99f8ddc9da44b753d3f4325e2ba9c7e706bdbad18d3909e9f4bf SHA512 44abcbeeba72bea8b18541ed695eb0f62bcfdbe03456e34f38df536c9842988de52631fe72d5310daa03eb73b3cbb6efc428b972d4662559ab9650db1662b853
diff --git a/dev-python/daiquiri/daiquiri-3.3.0.ebuild b/dev-python/daiquiri/daiquiri-3.3.0.ebuild
new file mode 100644
index 000000000..f9e3df7c8
--- /dev/null
+++ b/dev-python/daiquiri/daiquiri-3.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Library to configure Python logging easily"
+HOMEPAGE="
+ https://pypi.org/project/daiquiri/
+ https://github.com/Mergifyio/daiquiri
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/python-json-logger-3[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx doc/source
+
+pkg_postinst() {
+ optfeature "journald support" dev-python/python-systemd
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-13 20:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 0:31 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daiquiri/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 20:25 Anna Vyalkova
2024-10-29 21:58 Anna Vyalkova
2024-01-24 19:34 Anna Vyalkova
2024-01-24 19:34 Anna Vyalkova
2021-10-09 2:50 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox