From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- www-client/pybugz/Manifest | 3 ++- www-client/pybugz/pybugz-0.13-r2.ebuild | 34 +++++++++++++++++++++++++++++++++ www-client/pybugz/pybugz-9999.ebuild | 4 ++-- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 www-client/pybugz/pybugz-0.13-r2.ebuild (limited to 'www-client/pybugz') diff --git a/www-client/pybugz/Manifest b/www-client/pybugz/Manifest index f751742d754b..cbc926cc602a 100644 --- a/www-client/pybugz/Manifest +++ b/www-client/pybugz/Manifest @@ -1,4 +1,5 @@ DIST pybugz-0.13.tar.gz 26876 BLAKE2B fbab5ff308e137bf590620362fe102408444c7c1cb375f2c2d426cf5873fba5cf8759d7083be4c6bd305191680af8d1afc3aaf0648e186a93af4dd0b60442093 SHA512 2cbbd32b44d0d513e91e5c35dca5c68e34a963190c31f9139922f6b8ba69c7362063155b35833a00c2bd064f94d99367e2941a573aed4488f9a71a3b163d4b54 EBUILD pybugz-0.13-r1.ebuild 995 BLAKE2B 8b971943dc334afe9c755981295e6e138a065a946e79a5e9d873865221114590f9bb7a9be35983af28e56281a16b6064bca915e65f310d5e3e86f8f6824fb6cc SHA512 978648b636100f80127222bfa2c124d3e0c58675d01ca0b430d8ce436b00e64f928fb8d8fd2baad1e15cc9394303ab9bbcabadec96696ebaf6ad09b81cb05eb7 -EBUILD pybugz-9999.ebuild 990 BLAKE2B 17d724beb858ade1a2909f51494ef18aff5b17884ccad430a246504831376c2f403e2ea362d631aa2c955701df25c05a5ebbb0c06e4b05cb0503e668d2f4b420 SHA512 d1e20b7f25c5bf60a16781f494103f569fe0fc9d2af9e11f322e7ee4ae942b6b2022443bb9d3b075edb0d0f91f3b951de1bdef6e29b4906eaeeb9cc7c7e9b781 +EBUILD pybugz-0.13-r2.ebuild 1004 BLAKE2B 0c356f3f560b7516297eed81f0d3c09a68938411d2cb7a5a0bb2a79c1d388a40b52b4fd78b9f7a15f1e5392d5709898c99b4c12488b539176a2db5380a8647c6 SHA512 3d65e5875e82f4c72b5a517861c29406a9f8ab0099c10ce1a276825a68bddc34ebcfaeab8baddfee734b9a07d3cb1670b7139d45f320f802f0d750a7e9ddef31 +EBUILD pybugz-9999.ebuild 991 BLAKE2B 3c57f2004f51a6a077c6b3a649a7b9a6bb4ce6480f91db15baed02615501f6e2f57e0043bd04ebae654ece35a90e836179903e0704a4b29f3eb2ef7a4943b472 SHA512 cf050cfc615476e97a3695936051c91202de20c3170978247642a7b9ebbf59f126f455775c0510ab21311b6e4f20ab723a4ff6216bc6ad330bd80c6be03e6610 MISC metadata.xml 308 BLAKE2B bfc1cff927d620d35217d2339fc84192107c306a07f413078371f92e588679ae33d68f211601737cb50b177a1bdedc3cb5c2a92d08d4c83799aa4482ff797234 SHA512 30fbb7b65f76ff9ca76a593ac635e20d9115128ce9acf10b769bbf46f34e81ba857f068c729743e6565e3164d7e33de994003c15c34d5402a0ec47a254fa609e diff --git a/www-client/pybugz/pybugz-0.13-r2.ebuild b/www-client/pybugz/pybugz-0.13-r2.ebuild new file mode 100644 index 000000000000..2b5d117d6319 --- /dev/null +++ b/www-client/pybugz/pybugz-0.13-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="readline(+)" + +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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +fi + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="Command line interface to (Gentoo) Bugzilla" +HOMEPAGE="https://github.com/williamh/pybugz" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + newbashcomp contrib/bash-completion bugz + + insinto /usr/share/zsh/site-functions + newins contrib/zsh-completion _pybugz +} diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index f95c65ea1b0d..45e9b2e4c247 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then -- cgit v1.2.3