diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pecan | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pecan')
| -rw-r--r-- | dev-python/pecan/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pecan/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/pecan/pecan-1.8.0.ebuild | 32 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pecan/Manifest b/dev-python/pecan/Manifest deleted file mode 100644 index 5f9fcd3bc288..000000000000 --- a/dev-python/pecan/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pecan-1.8.0.tar.gz 122667 BLAKE2B 1c6df69d3ca798cda489a7a543938a23a30b606d7e482da4fee6a4d8dc028ad25f7070608a7733d4135895763c646e5ecc92e4925e10f055c3bccd636dc9807c SHA512 2677bf5f577447a86c24f3cb3184771900acde53fe86bd2ce5dafce3c944472849c99daeae94a4fc7791c4e07688a37fac64dccfbc9eaa991aab9b20a0966a02 diff --git a/dev-python/pecan/metadata.xml b/dev-python/pecan/metadata.xml deleted file mode 100644 index 19fb1b1b7902..000000000000 --- a/dev-python/pecan/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">pecan/pecan</remote-id> - <remote-id type="pypi">pecan</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pecan/pecan-1.8.0.ebuild b/dev-python/pecan/pecan-1.8.0.ebuild deleted file mode 100644 index bae0bec8d6df..000000000000 --- a/dev-python/pecan/pecan-1.8.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A WSGI object-dispatching web framework, lean, fast, with few dependencies" -HOMEPAGE=" - https://github.com/pecan/pecan/ - https://pypi.org/project/pecan/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" - -RDEPEND=" - >=dev-python/webob-1.4[${PYTHON_USEDEP}] - >=dev-python/mako-0.4.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/webtest-1.3.1[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest |
