From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A788D1382C5 for ; Sat, 13 Jun 2020 13:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64DAE0DF3; Sat, 13 Jun 2020 13:01:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA6CEE0DF3 for ; Sat, 13 Jun 2020 13:01:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF00634F109 for ; Sat, 13 Jun 2020 13:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99FEB291 for ; Sat, 13 Jun 2020 13:01:15 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1592053213.7846cebb0740711b3b874578493d79007543ea5c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-redmine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-redmine/Manifest dev-python/python-redmine/python-redmine-2.0.2.ebuild dev-python/python-redmine/python-redmine-2.3.0.ebuild X-VCS-Directories: dev-python/python-redmine/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7846cebb0740711b3b874578493d79007543ea5c X-VCS-Branch: master Date: Sat, 13 Jun 2020 13:01:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae2674b1-8ba6-4a18-99af-b186b361b20d X-Archives-Hash: 1db2deee2b03d2f25068468a470080b6 commit: 7846cebb0740711b3b874578493d79007543ea5c Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jun 13 13:00:13 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jun 13 13:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7846cebb dev-python/python-redmine: new version 2.3.0. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky gentoo.org> dev-python/python-redmine/Manifest | 2 +- .../python-redmine/python-redmine-2.0.2.ebuild | 33 ---------------------- .../python-redmine/python-redmine-2.3.0.ebuild | 20 +++++++++++++ 3 files changed, 21 insertions(+), 34 deletions(-) diff --git a/dev-python/python-redmine/Manifest b/dev-python/python-redmine/Manifest index e3519bc1d4e..990b7f65b7c 100644 --- a/dev-python/python-redmine/Manifest +++ b/dev-python/python-redmine/Manifest @@ -1 +1 @@ -DIST python-redmine-2.0.2.tar.gz 559017 BLAKE2B 3bec44ec562f524f7f9b4903e51c1ecaf1f9c7d76e7bbdcd6edd95e7477e9038011336514ea5f75ec23880469331ec5a8b5417d44d032d7440234db1e7bf59ca SHA512 3f8e11315e8e2b4474e8b981bd801ef75857fe73e8ed18d27f64223703d18ea2061416ed38ea35c4a4460a4ccba167b41ab48e2489930181951e9e2a5f53ec12 +DIST python-redmine-2.3.0.tar.gz 67915 BLAKE2B ad31d63ec5bebd33ff436f04c40fd49e35a79751c353ba1e343bbb03048c2d1662ec8ffea5819561b675e366f8cbad48a0e0a0a59dcaa563a90301ad4f1eb1cf SHA512 a317743a561cde65c17356a317d3aed082149d648aaa7487858c8533ceb286d08b6610d742321f6593fef8b61b1a4526963ddffc4ab180a83795d66773154b70 diff --git a/dev-python/python-redmine/python-redmine-2.0.2.ebuild b/dev-python/python-redmine/python-redmine-2.0.2.ebuild deleted file mode 100644 index 403396ebdef..00000000000 --- a/dev-python/python-redmine/python-redmine-2.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to the Redmine REST API" -HOMEPAGE="https://github.com/maxtepkeev/python-redmine" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -distutils_enable_tests nose - -python_prepare_all() { - # Remove the bundled copy of dev-python/requests... - rm -r redminelib/packages/requests \ - || die 'failed to remove the bundled copy of dev-python/requests' - - # and replace its local import statement with a global one. - sed -i redminelib/packages/__init__.py \ - -e 's/from . import requests/import requests/' \ - || die 'failed to replace the dev-python/requests library import' - - distutils-r1_python_prepare_all -} diff --git a/dev-python/python-redmine/python-redmine-2.3.0.ebuild b/dev-python/python-redmine/python-redmine-2.3.0.ebuild new file mode 100644 index 00000000000..493cc681473 --- /dev/null +++ b/dev-python/python-redmine/python-redmine-2.3.0.ebuild @@ -0,0 +1,20 @@ +# 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="Python interface to the Redmine REST API" +HOMEPAGE="https://github.com/maxtepkeev/python-redmine" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/requests-2.23.0[${PYTHON_USEDEP}]" + +distutils_enable_tests nose