summaryrefslogtreecommitdiff
path: root/www-client/pybugz
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /www-client/pybugz
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'www-client/pybugz')
-rw-r--r--www-client/pybugz/Manifest1
-rw-r--r--www-client/pybugz/metadata.xml9
-rw-r--r--www-client/pybugz/pybugz-0.14.ebuild32
-rw-r--r--www-client/pybugz/pybugz-9999.ebuild32
4 files changed, 0 insertions, 74 deletions
diff --git a/www-client/pybugz/Manifest b/www-client/pybugz/Manifest
deleted file mode 100644
index b200bb86f00b..000000000000
--- a/www-client/pybugz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pybugz-0.14.tar.gz 26589 BLAKE2B 7d18060f0398869d8420013b298fd1899b89e9136332b961b289bbc93894d020ef3c6a5af90ddc5966e14a3eb65880fa5751d15011621177ee09176148d845f9 SHA512 4701b7e67bb922f3fcf5158449a07a872723347e83ff654ce93f8f2fdb495d720bcc387b74b68429fe48beb8b2acf98ad3ce77720e99dfffaba92cbc97052cdd
diff --git a/www-client/pybugz/metadata.xml b/www-client/pybugz/metadata.xml
deleted file mode 100644
index 69363043f481..000000000000
--- a/www-client/pybugz/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/www-client/pybugz/pybugz-0.14.ebuild b/www-client/pybugz/pybugz-0.14.ebuild
deleted file mode 100644
index fab5cb86c8e1..000000000000
--- a/www-client/pybugz/pybugz-0.14.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=flit
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="ssl(+)"
-
-if [[ ${PV} = "9999" ]]; then
- EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="https://github.com/williamh/pybugz"
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="test"
-PROPERTIES="test_network"
-
-python_test() {
- # not the highest quality of test, but checks many parts of the code work.
- # good enough for PYTHON_COMPAT checks.
- "${EPYTHON}" lbugz get 784263 || die "Tests failed with ${EPYTHON}"
-}
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
deleted file mode 100644
index 29753e31e071..000000000000
--- a/www-client/pybugz/pybugz-9999.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=flit
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="readline(+),ssl(+)"
-
-if [[ ${PV} = "9999" ]]; then
- EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="https://github.com/williamh/pybugz"
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="test"
-PROPERTIES="test_network"
-
-python_test() {
- # not the highest quality of test, but checks many parts of the code work.
- # good enough for PYTHON_COMPAT checks.
- "${EPYTHON}" lbugz get 784263 || die "Tests failed with ${EPYTHON}"
-}