diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/segno | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/segno')
| -rw-r--r-- | dev-python/segno/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/segno/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/segno/segno-1.6.6.ebuild | 35 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest deleted file mode 100644 index 9fb667f46f7f..000000000000 --- a/dev-python/segno/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST segno-1.6.6.tar.gz 1628586 BLAKE2B 41f3739485bd4177d8d47269b246ac12ff765acec78f088c0329a1b0fa58f86c2fcc4273113ef3743c28df21013abe5abd3449ed7e1802464de7357b9c0af1b4 SHA512 2d4a847c97694e04115a2f18a74c36986e3b024e8e16a8295f0c4b3047e8d984c64d867207a0ec755731808f5c07ceb2865cdc14fa31e87618d3f566dc44b69d diff --git a/dev-python/segno/metadata.xml b/dev-python/segno/metadata.xml deleted file mode 100644 index 8db4dc82124b..000000000000 --- a/dev-python/segno/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">heuer/segno</remote-id> - <remote-id type="pypi">segno</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/segno/segno-1.6.6.ebuild b/dev-python/segno/segno-1.6.6.ebuild deleted file mode 100644 index 11ebb31b0a6b..000000000000 --- a/dev-python/segno/segno-1.6.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python QR Code and Micro QR Code encoder" -HOMEPAGE=" - https://pypi.org/project/segno/ - https://github.com/heuer/segno/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND=" - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pypng[${PYTHON_USEDEP}] - dev-python/pyzbar[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires qrcode-artistic - tests/test_plugin.py::test_plugin -) |
