diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-25 23:21:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-25 23:21:33 +0000 |
| commit | 2eb18da45283176873df783f9be185a66bb6460e (patch) | |
| tree | 68fd1291461f0aa56f8b0beb11cd66017c99c2a5 /dev-python/daiquiri | |
| parent | 6050874c319f02ee4702491c338ef6978f0f88cb (diff) | |
| download | baldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.tar.gz baldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.tar.xz baldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/daiquiri')
| -rw-r--r-- | dev-python/daiquiri/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/daiquiri/daiquiri-3.0.1.ebuild | 28 | ||||
| -rw-r--r-- | dev-python/daiquiri/daiquiri-3.2.3.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/daiquiri/metadata.xml | 7 |
4 files changed, 36 insertions, 30 deletions
diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest index 6a12a3d94fb1..bc3a90ff62ce 100644 --- a/dev-python/daiquiri/Manifest +++ b/dev-python/daiquiri/Manifest @@ -1 +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 927260c977d1..000000000000 --- 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_{8,9,10,11,12} 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 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 000000000000..7cdfea54a662 --- /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_{8,9,10,11,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 ac65b2c84a76..9ceaf03cc97b 100644 --- a/dev-python/daiquiri/metadata.xml +++ b/dev-python/daiquiri/metadata.xml @@ -8,6 +8,11 @@ <longdescription lang="en"> The daiquiri library provides an easy way to configure logging. It also provides some custom formatters and handlers. </longdescription> - + <upstream> + <maintainer> + <email>julien@danjou.info</email> + <name>Julien Danjou</name> + </maintainer> + </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file |
