From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/python-bugzilla/Manifest | 2 ++ dev-python/python-bugzilla/metadata.xml | 22 ++++++++++++++++++++ .../python-bugzilla/python-bugzilla-2.1.0.ebuild | 24 ++++++++++++++++++++++ .../python-bugzilla/python-bugzilla-2.3.0.ebuild | 23 +++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 dev-python/python-bugzilla/Manifest create mode 100644 dev-python/python-bugzilla/metadata.xml create mode 100644 dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild create mode 100644 dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild (limited to 'dev-python/python-bugzilla') diff --git a/dev-python/python-bugzilla/Manifest b/dev-python/python-bugzilla/Manifest new file mode 100644 index 000000000000..a16778b886aa --- /dev/null +++ b/dev-python/python-bugzilla/Manifest @@ -0,0 +1,2 @@ +DIST python-bugzilla-2.1.0.tar.gz 78791 BLAKE2B 31819e04ea5627b5513c22e9cb963cdea4d1ef8d6d4db78d14bf08b8b5fb373afaad4bddb2bc0b05d4637f966bf8b4f3699ace58ceff8ea226d9ffd4aacc7f61 SHA512 40dd331e2dbb4d70ce6d356eb800d6242ef9878112310087761c8dccb7f05b259f0f5fdee6821713a84c68f1e5f9e0bb6ee45542bc385f00822b97344371239e +DIST python-bugzilla-2.3.0.tar.gz 79002 BLAKE2B d3aaeaebf25bd56286fa1c4adcbf154ff2d84a28918bd1fd80e1f83b30bfe0f54f7418c75afc446c60046d69cf4ff6219718434158ce9cf040b0b2f7b94136ec SHA512 cd6e1c3f142ad74b8165fdd503ebaeb5e512ad8055dfc1e47e794908ac21cece6e39365544b94c123067f1d6527b65765431f2656336086e6dda940e446b763b diff --git a/dev-python/python-bugzilla/metadata.xml b/dev-python/python-bugzilla/metadata.xml new file mode 100644 index 000000000000..4fd50ddee178 --- /dev/null +++ b/dev-python/python-bugzilla/metadata.xml @@ -0,0 +1,22 @@ + + + + + dilfridge@gentoo.org + Andreas K. Huettel + + + mgorny@gentoo.org + Michał Górny + + + python@gentoo.org + Python + + + + python-bugzilla/python-bugzilla + python-bugzilla + + gentoo-staging + diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild new file mode 100644 index 000000000000..05a656acb4be --- /dev/null +++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" +HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="amd64 x86" +IUSE="test" +RESTRICT="!test? ( test )" +LICENSE="GPL-2+" +SLOT="0" + +RDEPEND=" + || ( dev-python/python-magic[${PYTHON_USEDEP}] sys-apps/file[python,${PYTHON_USEDEP}] ) + dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_tests setup.py diff --git a/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild new file mode 100644 index 000000000000..425feee87dbb --- /dev/null +++ b/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" +HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="amd64 x86" +LICENSE="GPL-2+" +SLOT="0" + +RDEPEND=" + || ( dev-python/python-magic[${PYTHON_USEDEP}] sys-apps/file[python,${PYTHON_USEDEP}] ) + dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.3.1