summaryrefslogtreecommitdiff
path: root/dev-python/daiquiri
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/daiquiri
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/daiquiri')
-rw-r--r--dev-python/daiquiri/Manifest2
-rw-r--r--dev-python/daiquiri/daiquiri-3.3.0.ebuild31
-rw-r--r--dev-python/daiquiri/daiquiri-3.4.0.ebuild31
-rw-r--r--dev-python/daiquiri/metadata.xml19
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest
deleted file mode 100644
index fd9958655056..000000000000
--- a/dev-python/daiquiri/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST daiquiri-3.3.0.tar.gz 19473 BLAKE2B ff4b08ab4e920d1df9d3e1d59be0f85ab3f249a9916b74638ad63694080ba63dbd2fc611a8eb99f8ddc9da44b753d3f4325e2ba9c7e706bdbad18d3909e9f4bf SHA512 44abcbeeba72bea8b18541ed695eb0f62bcfdbe03456e34f38df536c9842988de52631fe72d5310daa03eb73b3cbb6efc428b972d4662559ab9650db1662b853
-DIST daiquiri-3.4.0.tar.gz 19527 BLAKE2B 8eb27f612c9bf50ebe616da2fe367f849d9a07f3d524a79200319df20d492a876c76861dce2d5d8b29cba5c9afd538a8caa8c722f4fa322600b65498d627b7d7 SHA512 1bca85966ab07b2929ed2a89a0b351a6606831b7135929e8f053df21ef54e3c25497dc76811500d3e24ef3e467da0e8a80009f6f7265338aae686ab2208acf8d
diff --git a/dev-python/daiquiri/daiquiri-3.3.0.ebuild b/dev-python/daiquiri/daiquiri-3.3.0.ebuild
deleted file mode 100644
index ddf9099f85cb..000000000000
--- a/dev-python/daiquiri/daiquiri-3.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-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}]"
-
-EPYTEST_PLUGINS=( )
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx doc/source
-
-pkg_postinst() {
- optfeature "journald support" dev-python/python-systemd
-}
diff --git a/dev-python/daiquiri/daiquiri-3.4.0.ebuild b/dev-python/daiquiri/daiquiri-3.4.0.ebuild
deleted file mode 100644
index 67bdb7dd718e..000000000000
--- a/dev-python/daiquiri/daiquiri-3.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-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}]"
-
-EPYTEST_PLUGINS=( )
-
-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
deleted file mode 100644
index b99531abaedd..000000000000
--- a/dev-python/daiquiri/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>
- <longdescription lang="en">
-The daiquiri library provides an easy way to configure logging. It also provides some custom formatters and handlers.
- </longdescription>
- <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>