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 2A6FF138350 for ; Wed, 18 Mar 2020 18:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34A3FE0AA4; Wed, 18 Mar 2020 18:26:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0CB14E0AA4 for ; Wed, 18 Mar 2020 18:26:36 +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 B7F5734F2DE for ; Wed, 18 Mar 2020 18:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6493103 for ; Wed, 18 Mar 2020 18:26:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584555470.5b6816a0289a02c2174a6c5d602484b144c73e95.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjwt/Manifest dev-python/pyjwt/pyjwt-1.5.3.ebuild dev-python/pyjwt/pyjwt-1.7.1.ebuild X-VCS-Directories: dev-python/pyjwt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b6816a0289a02c2174a6c5d602484b144c73e95 X-VCS-Branch: master Date: Wed, 18 Mar 2020 18:26:32 +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: ae677c17-9d79-496d-a390-731c0fa2c893 X-Archives-Hash: fd1e26112a8f5677dc508368211f8625 commit: 5b6816a0289a02c2174a6c5d602484b144c73e95 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 18 18:17:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 18 18:17:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6816a0 dev-python/pyjwt: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyjwt/Manifest | 1 - dev-python/pyjwt/pyjwt-1.5.3.ebuild | 52 ------------------------------------- dev-python/pyjwt/pyjwt-1.7.1.ebuild | 52 ------------------------------------- 3 files changed, 105 deletions(-) diff --git a/dev-python/pyjwt/Manifest b/dev-python/pyjwt/Manifest index efcfa057cb8..83d65a7066a 100644 --- a/dev-python/pyjwt/Manifest +++ b/dev-python/pyjwt/Manifest @@ -1,2 +1 @@ -DIST PyJWT-1.5.3.tar.gz 73044 BLAKE2B ae2e3caec52ddd768d573e0398bbc355c6eedca238db9b1808ff1d723b9fdee0845cf119d78e561833fe770e5ec39000905cec43a5e96102865f60e204c72c22 SHA512 b25a9f6a04bd072020fcf00bb559b7560902adb79746fb880432c01fa356748238432f53f6b9a21db50ece3e59ed4c45ca3f48ecec0ca3c4095e6a739a5c150c DIST PyJWT-1.7.1.tar.gz 41979 BLAKE2B 5604b309838b2dfb2f95e18e291c43703954664aa8acb7439072f002c1c8a1e49ff2c21d907be77a4d2f86e695ec71970d550aad2541252ac85bd7133e300b28 SHA512 70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4 diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild b/dev-python/pyjwt/pyjwt-1.5.3.ebuild deleted file mode 100644 index 53b04401c0c..00000000000 --- a/dev-python/pyjwt/pyjwt-1.5.3.ebuild +++ /dev/null @@ -1,52 +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} ) - -inherit distutils-r1 eutils - -MY_PN="PyJWT" - -DESCRIPTION="JSON Web Token implementation in Python" -HOMEPAGE="https://github.com/progrium/pyjwt https://pypi.org/project/PyJWT/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE=" MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/cryptography-1.4.0[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}"/${MY_PN}-${PV} - -python_prepare_all() { - find . -name '__pycache__' -prune -exec rm -rf {} \; || die "Cleaning __pycache__ failed" - find . -name '*.pyc' -exec rm -f {} \; || die "Cleaing *.pyc failed" - - # enables coverage, we don't need that - rm setup.cfg || die - - distutils-r1_python_prepare_all -} - -python_test() { - pytest -vv || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - elog "Available optional features:" - optfeature "cryptography" dev-python/cryptography - optfeature "flake8" dev-python/flake8 - - ewarn "flake8 feature requires 'flake8-import-order' and 'pep8-naming', which are not in portage yet" -} diff --git a/dev-python/pyjwt/pyjwt-1.7.1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1.ebuild deleted file mode 100644 index a165aa17445..00000000000 --- a/dev-python/pyjwt/pyjwt-1.7.1.ebuild +++ /dev/null @@ -1,52 +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} ) - -inherit distutils-r1 eutils - -MY_PN="PyJWT" - -DESCRIPTION="JSON Web Token implementation in Python" -HOMEPAGE="https://github.com/progrium/pyjwt https://pypi.org/project/PyJWT/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE=" MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/cryptography-1.4.0[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}"/${MY_PN}-${PV} - -python_prepare_all() { - find . -name '__pycache__' -prune -exec rm -rf {} \; || die "Cleaning __pycache__ failed" - find . -name '*.pyc' -exec rm -f {} \; || die "Cleaing *.pyc failed" - - # enables coverage, we don't need that - rm setup.cfg || die - - distutils-r1_python_prepare_all -} - -python_test() { - pytest -vv || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - elog "Available optional features:" - optfeature "cryptography" dev-python/cryptography - optfeature "flake8" dev-python/flake8 - - ewarn "flake8 feature requires 'flake8-import-order' and 'pep8-naming', which are not in portage yet" -}