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 4284E138350 for ; Sat, 22 Feb 2020 01:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCA5E0884; Sat, 22 Feb 2020 01:30:28 +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 56CF1E0884 for ; Sat, 22 Feb 2020 01:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AC9834EDC4 for ; Sat, 22 Feb 2020 01:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4B714F for ; Sat, 22 Feb 2020 01:30:13 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1582334990.048d539a8707f67c7e8fc3c7dab56719d871b2c1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/semver/Manifest dev-python/semver/semver-2.8.1.ebuild X-VCS-Directories: dev-python/semver/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 048d539a8707f67c7e8fc3c7dab56719d871b2c1 X-VCS-Branch: master Date: Sat, 22 Feb 2020 01:30:13 +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: 3c7bf991-5249-48fa-8542-93105d58fe7a X-Archives-Hash: 6ef834e205ad55656838dd78c8be01e3 commit: 048d539a8707f67c7e8fc3c7dab56719d871b2c1 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 21 21:30:54 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Feb 22 01:29:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048d539a dev-python/semver: drop old Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/semver/Manifest | 1 - dev-python/semver/semver-2.8.1.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest index 0becf2f0ca7..0fa7f48fcb6 100644 --- a/dev-python/semver/Manifest +++ b/dev-python/semver/Manifest @@ -1,2 +1 @@ -DIST semver-2.8.1.tar.gz 15000 BLAKE2B 71fee2372713cefd11778fb223d58cc1e41909cc8adb8b5b3330770eb1ebcaf45c3250c553c40b85c54a59b1427308e7c143e1cfadf6276d7652df339263c65d SHA512 a457b1a170b309ee563955e4c506de56a061acd4e7e92a58fd8bd78801e33207fbc5e0e026fc0ea243301bf9ecfe0b219c0d95681aa10066480cbd3974e17d3a DIST semver-2.9.0.tar.gz 24767 BLAKE2B 5fb9eda8c5ccc6b02997292eb6f7be0080480b21bc38bb629fa48af674ec7a356f2b9952459680281a187243acbde17968060c48e4c1af70d10f3bbdf984fbe2 SHA512 5ae9a4a66474fc82cf7e4612796a6c0e0280ad9969ff8c509e99cb266154f39a2c03c68f6167f8e17fda1ac16ce17a838e63d81bc2e78debfd07adbb7cbc098d diff --git a/dev-python/semver/semver-2.8.1.ebuild b/dev-python/semver/semver-2.8.1.ebuild deleted file mode 100644 index 6e1047be334..00000000000 --- a/dev-python/semver/semver-2.8.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A Python module for semantic versioning" -HOMEPAGE="https://github.com/k-bx/python-semver" -SRC_URI="https://github.com/k-bx/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -RDEPEND="" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/python-${P}" - -python_test() { - pytest -v || die "Tests failed with ${EPYTHON}" -}