diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /www-client/pybugz | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'www-client/pybugz')
| -rw-r--r-- | www-client/pybugz/Manifest | 1 | ||||
| -rw-r--r-- | www-client/pybugz/metadata.xml | 11 | ||||
| -rw-r--r-- | www-client/pybugz/pybugz-0.14.ebuild | 32 | ||||
| -rw-r--r-- | www-client/pybugz/pybugz-9999.ebuild | 32 |
4 files changed, 76 insertions, 0 deletions
diff --git a/www-client/pybugz/Manifest b/www-client/pybugz/Manifest new file mode 100644 index 000000000000..b200bb86f00b --- /dev/null +++ b/www-client/pybugz/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..efed718950bc --- /dev/null +++ b/www-client/pybugz/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>williamh@gentoo.org</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">williamh/pybugz</remote-id> + </upstream> +</pkgmetadata> diff --git a/www-client/pybugz/pybugz-0.14.ebuild b/www-client/pybugz/pybugz-0.14.ebuild new file mode 100644 index 000000000000..fab5cb86c8e1 --- /dev/null +++ b/www-client/pybugz/pybugz-0.14.ebuild @@ -0,0 +1,32 @@ +# 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 new file mode 100644 index 000000000000..29753e31e071 --- /dev/null +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -0,0 +1,32 @@ +# 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}" +} |
